Commit Graph

  • 6bf52b615d modprobe-small: build fixes Denys Vlasenko 2017-01-09 09:48:58 +0100
  • 80172e4622 modprobe-small: optimizations for single applet build Explorer09 2017-01-09 15:04:43 +0800
  • b130f9f758 Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 Kang-Che Sung 2017-01-08 14:28:34 +0800
  • fb87d93d1e ash: fix a bug in argv restoration after sourcing a file Denys Vlasenko 2017-01-09 08:22:06 +0100
  • 2b1559056c hush: fix a bug in argv restoration after sourcing a file Denys Vlasenko 2017-01-09 08:13:21 +0100
  • 4e4f88e569 hush: global_args_malloced is used only if set builtin is enabled Denys Vlasenko 2017-01-09 07:57:38 +0100
  • cc2fd5a986 hush: fix 'defined but not used' warning Denys Vlasenko 2017-01-09 06:19:55 +0100
  • 5362cc4b8c hush: remove redundand test for ENABLE_HUSH_JOB Denys Vlasenko 2017-01-09 05:57:13 +0100
  • fd68f1e80d hush: fix kill builtin without jobs support Denys Vlasenko 2017-01-09 05:47:57 +0100
  • 442a414d66 typo fix Denys Vlasenko 2017-01-09 05:11:09 +0100
  • 41ade05cac hush: conditionalize print_escaped() on EXPORT || TRAP Denys Vlasenko 2017-01-08 18:56:24 +0100
  • 4471969db2 hush: make memleak builtin optional Denys Vlasenko 2017-01-08 18:44:41 +0100
  • 6ec76d8719 hush: make export builtin optional Denys Vlasenko 2017-01-08 18:40:41 +0100
  • d5933b1125 hush: make umask builtin optional Denys Vlasenko 2017-01-08 18:31:39 +0100
  • 10d5ece64a hush: make set/unset builtins optional Denys Vlasenko 2017-01-08 18:28:43 +0100
  • 7a85c60e7e hush: make read and trap builtins optional Denys Vlasenko 2017-01-08 17:40:18 +0100
  • 1125d7d680 hush: kill builtin and kill %jobspec support Denys Vlasenko 2017-01-08 17:19:38 +0100
  • d5b5c2fa15 hush: support %%, %+ and % jobspec (meaning "current job") Denys Vlasenko 2017-01-08 15:46:04 +0100
  • 0ef478f01b httpd: fix address family for reverse proxy client socket Laurent Bercot 2017-01-06 22:03:08 +0100
  • 4d06b31453 build system: no longer prompt for PLATFORM_LINUX option Kang-Che Sung 2017-01-07 15:16:46 +0800
  • d5e7ff0292 bunzip2: fix code bloat caused by zcat's seamless magic Kang-Che Sung 2017-01-08 14:31:06 +0100
  • a474728e82 ash: fix "kill %1" not working if CONFIG_ASH is disabled Kang-Che Sung 2017-01-08 14:27:34 +0100
  • 0ffac1cc22 unzip: do not use CDF.extra_len, read local file header. Closes 9536 Denys Vlasenko 2017-01-08 14:14:19 +0100
  • 86584e134e ash: fix open fds leaking in redirects. Closes 9561 Denys Vlasenko 2017-01-07 10:15:01 +0100
  • fe93624fb6 Automatically disable FEATURE_COMPRESS_USAGE for small builds. Denys Vlasenko 2017-01-06 19:16:36 +0100
  • 6cd0294725 ash: explicltly group ash options Kang-Che Sung 2017-01-06 17:02:03 +0100
  • b62ea34afe ntpd: improve postponed hostname resolution Natanael Copa 2017-01-06 16:18:45 +0100
  • e6add210b2 unzip: remove now-pointless lseek which returns current position Cristian Ionescu-Idbohrn 2017-01-05 19:07:54 +0100
  • ecba2944d5 typo fix in config help text Denys Vlasenko 2017-01-05 11:47:28 +0100
  • e3c4db8b39 unzip: properly use CDF to find compressed files. Closes 9536 Denys Vlasenko 2017-01-05 11:43:53 +0100
  • 9c083f599a modutils: remove special handling of uClibc Waldemar Brodkorb 2016-12-26 20:07:59 +0100
  • 9529115c4c shell: clarify help text of CONFIG_{SH,BASH}_IS_* options Kang-Che Sung 2017-01-04 12:29:04 +0100
  • c6137ba510 udhcp: tweak config order and menu item names Denys Vlasenko 2017-01-04 12:13:38 +0100
  • c6725b0af6 Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS Jörg Krause 2017-01-03 12:29:52 +0100
  • d3720828ea README_distro_proposal.txt: typo fixes Tito Ragusa 2017-01-03 12:25:18 +0100
  • f1d76b64a0 appletlib: avoid warning on unused function ingroup Cristian Ionescu-Idbohrn 2017-01-02 11:17:09 +0100
  • b05bcaf29c hush: correct exitcode for unterminated ')' - exitcode2.tests testcase Denys Vlasenko 2017-01-03 11:47:50 +0100
  • ea7d2f6ec0 ash: fix error code regression Ron Yorston 2017-01-03 11:18:23 +0100
  • bddbeb82bf qemu_multiarch_testing: small improvements Denys Vlasenko 2017-01-02 13:48:06 +0100
  • 7890035452 tcpudp: define SO_ORIGINAL_DST directly, not via include Denys Vlasenko 2017-01-02 10:46:08 +0100
  • a12eb9c64d Bump version to 1.26.1 1_26_1 Denys Vlasenko 2017-01-02 01:43:37 +0100
  • 1a6aca3d60 depmod: don't build it if MODPROBE_SMALL=y Denys Vlasenko 2017-01-01 13:12:48 +0100
  • 1f71014fd6 depmod: don't build it if MODPROBE_SMALL=y Denys Vlasenko 2017-01-01 13:12:48 +0100
  • fe3f55c540 make_single_applets.sh: SH_IS_HUSH needs special handling too Denys Vlasenko 2016-12-23 19:42:53 +0100
  • 28251dfa64 Make it possible to select "sh" and "bash" aliases without selecting ash or hush Denys Vlasenko 2016-12-23 16:49:07 +0100
  • 9982d88a61 Make RMMOD=y by default Denys Vlasenko 2016-12-23 15:57:26 +0100
  • e5dc0d0120 Make INSMOD=y by default Denys Vlasenko 2016-12-23 15:22:44 +0100
  • 890b1feaa0 Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN Denys Vlasenko 2016-12-23 15:18:31 +0100
  • d28cd9900a modprobe-small: make applets individually selectable Denys Vlasenko 2016-12-23 15:12:27 +0100
  • 909edacc5e Make DPKG=y and DPKG_DEB=y by default Denys Vlasenko 2016-12-23 13:52:53 +0100
  • ed6fb36124 Selinux complains about deprecated selinux/flask.h, stop including it Denys Vlasenko 2016-12-23 13:52:13 +0100
  • 048c043ae6 Make FEATURE_USERNAME_COMPLETION=y by default Denys Vlasenko 2016-12-23 13:40:24 +0100
  • f2200af1a8 make_single_applets.sh: a tool to check single-applet builds Denys Vlasenko 2016-12-23 13:39:22 +0100
  • c2f3655842 fix breakage found by mass one-applet builds Denys Vlasenko 2016-12-23 02:42:26 +0100
  • 05069b4682 ip: make ip aliases individually selectable Denys Vlasenko 2016-12-22 22:30:13 +0100
  • 8d0dedf1f6 shell: move "config" blocks above their use in coditional includes Denys Vlasenko 2016-12-22 15:21:58 +0100
  • e1065da652 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" Denys Vlasenko 2016-12-22 14:36:49 +0100
  • 2169b25b15 ash: clarify uclibc glob() bug in comment Denys Vlasenko 2016-12-21 21:04:16 +0100
  • 18a7bee736 ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc Denys Vlasenko 2016-12-21 04:13:23 +0100
  • 96f1d6b70c Update to examples/var_service/README_distro_proposal.txt Denys Vlasenko 2016-12-25 20:41:00 +0100
  • 7d5c881bd0 make_single_applets.sh: SH_IS_HUSH needs special handling too Denys Vlasenko 2016-12-23 19:42:53 +0100
  • 0b8835861b Make it possible to select "sh" and "bash" aliases without selecting ash or hush Denys Vlasenko 2016-12-23 16:49:07 +0100
  • 04c1a2a2c4 Make RMMOD=y by default Denys Vlasenko 2016-12-23 15:57:26 +0100
  • 3bf4d69250 Make INSMOD=y by default Denys Vlasenko 2016-12-23 15:22:44 +0100
  • 100aea8486 Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN Denys Vlasenko 2016-12-23 15:18:31 +0100
  • a1cd0d9849 modprobe-small: make applets individually selectable Denys Vlasenko 2016-12-23 15:12:27 +0100
  • ce3a98a222 Make DPKG=y and DPKG_DEB=y by default Denys Vlasenko 2016-12-23 13:52:53 +0100
  • 4ea0ebdd42 Selinux complains about deprecated selinux/flask.h, stop including it Denys Vlasenko 2016-12-23 13:52:13 +0100
  • 1afa494fd1 Make FEATURE_USERNAME_COMPLETION=y by default Denys Vlasenko 2016-12-23 13:40:24 +0100
  • 10c01a711f make_single_applets.sh: a tool to check single-applet builds Denys Vlasenko 2016-12-23 13:39:22 +0100
  • 9cc3d3ab21 fix breakage found by mass one-applet builds Denys Vlasenko 2016-12-23 02:42:26 +0100
  • 7c5dea399b ip: make ip aliases individually selectable Denys Vlasenko 2016-12-22 22:30:13 +0100
  • 5d27cb3640 Make POST upload example script easier to use Denys Vlasenko 2016-12-22 15:33:11 +0100
  • 6704746c69 shell: move "config" blocks above their use in coditional includes Denys Vlasenko 2016-12-22 15:21:58 +0100
  • 4acd393eba Update information on building httpd and wget helpers Denys Vlasenko 2016-12-22 15:13:37 +0100
  • 326edc3e37 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" Denys Vlasenko 2016-12-22 14:36:49 +0100
  • 2166952ec3 ash: clarify uclibc glob() bug in comment Denys Vlasenko 2016-12-21 21:04:16 +0100
  • 3a4cdf45f9 ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc Denys Vlasenko 2016-12-21 04:13:23 +0100
  • b5b1d2c5a8 Start 1.27.0 development cycle Denys Vlasenko 2016-12-21 03:33:42 +0100
  • dc3701d2e7 Bump version to 1.26.0 1_26_0 Denys Vlasenko 2016-12-20 03:00:43 +0100
  • b42107f215 libiproute: handle table ids larger than 255 Lukasz Nowak 2016-12-13 12:58:31 +0000
  • e184a88356 df: implement -B n<suff> and -B <suff> formats of -B option Denys Vlasenko 2016-12-12 19:56:31 +0100
  • 76de3257f7 randomconfig fixes Denys Vlasenko 2016-12-12 19:17:12 +0100
  • 2fe66b1d2d ash: fix signed char expansion bug Denys Vlasenko 2016-12-12 17:39:12 +0100
  • b6afcc7819 shell: suppress "unused var/func" warnings on some configs Denys Vlasenko 2016-12-12 16:30:20 +0100
  • 4f13a70507 suppress glibc "use sysmacros.h for major" warning Denys Vlasenko 2016-12-12 16:29:32 +0100
  • df25df784f randomconfig fixes Denys Vlasenko 2016-12-12 14:33:53 +0100
  • de912f0153 randomconfig fixes Denys Vlasenko 2016-12-12 11:08:51 +0100
  • 52ae098011 randomconfig fixes Denys Vlasenko 2016-12-12 09:26:16 +0100
  • ac5d324540 randomconfig fixes Denys Vlasenko 2016-12-10 20:57:00 +0100
  • c6f35241b3 selinux: drop deprecated headers Mike Frysinger 2016-12-09 18:30:30 -0500
  • 1cda879080 setfiles: fix build failure after common_bufsiz change Mike Frysinger 2016-12-09 18:14:12 -0500
  • 2098c3511c mdev.conf: rename hw_random to hwrng Mike Frysinger 2016-12-09 16:12:15 -0500
  • 548620c18b randomconfig fixes Denys Vlasenko 2016-12-08 12:24:48 +0100
  • 4051a99f5f svc: new applet (daemontools-compatible version of "sv") Denys Vlasenko 2016-12-05 13:56:40 +0100
  • 4bd0c2ab38 fix musl problem with dirname, now for all users of bb_make_directory() Denys Vlasenko 2016-12-04 10:42:07 +0100
  • fdb4421e00 README_distro_proposal.txt: writeup about runit adoption Denys Vlasenko 2016-12-03 14:06:55 +0100
  • 718e4fd564 top: fix help text: with !TERMIOS, no keys are affected top output Denys Vlasenko 2016-12-03 12:09:50 +0100
  • cf2600c366 install: fix musl problem with dirname Denys Vlasenko 2016-12-03 11:49:23 +0100
  • 7d877fc931 Do not print useless empty line after list of applets Denys Vlasenko 2016-11-28 01:29:28 +0100