Commit Graph

  • d99ef636f6 ntpd: drop delay outliers; run "unsync" handler if no replies for some time Denys Vlasenko 2013-05-22 17:48:19 +02:00
  • b6dc13c2d3 sulogin: allow system maintenance login if root password is empty Jonathan Liu 2013-05-21 17:01:55 +02:00
  • 9cb1e2f86b sulogin: correct lying comment Denys Vlasenko 2013-05-21 16:47:36 +02:00
  • f958425451 init: remove special-case code for machines with less tham 1 MB of RAM. Denys Vlasenko 2013-05-21 16:36:51 +02:00
  • ae0cf2a9d7 stty: disable CIBAUD leak check - it is not necessary on Linux Denys Vlasenko 2013-05-17 20:08:12 +02:00
  • e9581b673c stty: code shrink Denys Vlasenko 2013-05-17 18:06:49 +02:00
  • b443a3780d udhcp: code shrink Denys Vlasenko 2013-05-17 15:19:47 +02:00
  • c133fa66f3 udhcpc: fix a problem with binary-encoded options #2 Denys Vlasenko 2013-05-17 15:13:38 +02:00
  • 6db5f679a2 find:: get rid of nested function (it's a gcc-ism) Denys Vlasenko 2013-05-16 18:36:42 +02:00
  • 5fc0585c01 grep: fix grep -x to not set REG_NOSUB James Hogan 2013-05-07 12:32:21 +01:00
  • aa94130f74 volume_id_internal.h: drop unoptimized byteswap routines Denys Vlasenko 2013-05-15 09:36:40 +02:00
  • 414db791d0 grep: don't bail out on first mismatch if '-w' option is set Bartosz Golaszewski 2013-05-15 03:53:26 +02:00
  • e0a6ab698f Fix build failures caused by not compiling open_transformer.c (#2) Denys Vlasenko 2013-05-15 03:23:30 +02:00
  • 6782f48ccb find: support -HLP Denys Vlasenko 2013-05-14 17:20:35 +02:00
  • c3cf1e30a3 mdev: use $DEVNAME in uevent sysfs file for device node name Nikolaus Voss 2013-05-13 03:55:11 +02:00
  • ff463a885d hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE Denys Vlasenko 2013-05-12 02:45:23 +02:00
  • abbc478f1c Fix build failures caused by not compiling open_transformer.c Denys Vlasenko 2013-05-12 02:34:38 +02:00
  • f76fd17d74 telnet: code shrink Denys Vlasenko 2013-05-12 02:13:24 +02:00
  • 041baf2720 volume_id: fix ntfs attribute search Oliver Metz 2013-05-08 20:21:29 +02:00
  • 264f37363d vi: make regexp search case-insensitive if ":set ignorecase" is active Denys Vlasenko 2013-04-21 15:51:41 +02:00
  • d96ffda62e ash,hush: history builtin Flemming Madsen 2013-04-07 18:47:24 +02:00
  • 3beab83e4f hush: fix for "while false && true; do echo BUG; break; done". closes 6170 Denys Vlasenko 2013-04-07 18:16:58 +02:00
  • d35cbad0ef mdev: call index_in_strings on $ACTION only after we checked it for NULL Denys Vlasenko 2013-04-02 14:37:06 +02:00
  • 2df1c64f38 examples/mdev.conf.change_blockdev.sh: update Denys Vlasenko 2013-04-02 13:26:24 +02:00
  • e306c11367 examples: add mdev example for Android phone Denys Vlasenko 2013-03-30 16:23:12 +01:00
  • 2c0508b4fa examples/inittab: fix a few incorrect statements about init Denys Vlasenko 2013-03-29 14:35:44 +01:00
  • 8172d054db lineedit: \W on "/bin" should show "bin", not "/bin" Denys Vlasenko 2013-03-29 13:21:53 +01:00
  • 1d14569a66 lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! Denys Vlasenko 2013-03-29 13:09:05 +01:00
  • 8f2cb7ab26 libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() Denys Vlasenko 2013-03-29 12:30:33 +01:00
  • 6c852bfcad lineedit: add handling of \H in prompt Denys Vlasenko 2013-03-28 13:20:12 +01:00
  • 2c24806bf4 hexdump: need to use xstrtoull for off_t Denys Vlasenko 2013-03-27 15:18:32 +01:00
  • ef6747e290 hexdump: don't unconditionally limit the usable address range Denys Vlasenko 2013-03-27 15:15:33 +01:00
  • 80a38ca11c man: install to /usr/bin, not /sbin Denys Vlasenko 2013-03-27 14:30:18 +01:00
  • 85daa67bc2 httpd: don't allow tabs and multiple spaces in request string Denys Vlasenko 2013-03-25 23:27:00 +01:00
  • c608731e78 setserial: Fix typo: s/baund_rate/baud_rate/g Bernhard Reutner-Fischer 2013-03-22 17:04:51 +01:00
  • a42f530e03 sendmail: code shrink on top of previous patches Denys Vlasenko 2013-03-18 18:47:16 +01:00
  • e82bfef839 sendmail: don't add multiple To: headers Aaro Koskinen 2013-02-25 00:45:12 +02:00
  • 4a732220e9 sendmail: don't add To: header if it already exists Aaro Koskinen 2013-02-25 00:45:11 +02:00
  • 236f222cde sendmail: support long header fields for recipients Aaro Koskinen 2013-02-25 00:45:10 +02:00
  • a8ba0a0d0c sendmail: support address lists Aaro Koskinen 2013-02-25 00:45:09 +02:00
  • 06ad964ae6 sendmail: support addresses inside angle brackets Aaro Koskinen 2013-02-25 00:45:08 +02:00
  • 95e99e5271 sendmail: don't mangle e-mail headers Aaro Koskinen 2013-02-25 00:45:07 +02:00
  • 14285d14a5 sendmail: avoid sending mail to wrong addresses Aaro Koskinen 2013-02-25 00:45:06 +02:00
  • 7c6f2d4207 mkfs_minix: use get_volume_size_in_bytes instead of local version Denys Vlasenko 2013-03-18 02:26:58 +01:00
  • 4424dfd69b mdev: fix build failure Denys Vlasenko 2013-03-17 23:01:17 +01:00
  • c56d12505b nc: fix build failure ("subscripted value is neither array nor pointer") Denys Vlasenko 2013-03-17 22:59:51 +01:00
  • 091f831424 ash: add comment about failures in source builtin. No code changes. Denys Vlasenko 2013-03-17 14:25:22 +01:00
  • 88b532d59a hush: source builtin should override $N only if it has args Denys Vlasenko 2013-03-17 14:11:04 +01:00
  • 4ef1439c59 ash: read $HOME/.profile instead of $(pwd)/.profile Stefan Hellermann 2013-03-15 02:45:50 +01:00
  • aeb717aa5e ash: move code to allow setting $HOME in /etc/profile Stefan Hellermann 2013-03-03 15:29:32 +01:00
  • 9e7c002182 vi: code shrink Denys Vlasenko 2013-03-15 02:17:29 +01:00
  • cb5aa725df vi: fix adjustment of buffer on partial file read Ron Yorston 2013-03-07 20:37:23 +00:00
  • 257a77568a sysklogd: trim help text Denys Vlasenko 2013-03-15 01:50:35 +01:00
  • 4a600f8777 traceroute: free some memory allocated by xzalloc() Guilherme Maciel Ferreira 2013-03-08 16:50:51 -03:00
  • 45dc96c8a6 flash_eraseall: implement -N Alexander Shiyan 2013-03-15 00:42:39 +01:00
  • 0d61dcd641 nanddump: fix build if nandwrite isn't enabled Alexander Shiyan 2013-03-15 00:27:41 +01:00
  • af4a07a244 ping[6]: accept and ignore -n. Code shrink Denys Vlasenko 2013-03-15 00:11:35 +01:00
  • 7b5d5c1bdb udhcpd: also add -I ADDR to help text Denys Vlasenko 2013-03-14 02:18:52 +01:00
  • e3f5b73ad0 udhcpd: add -I LOCAL_ADDR option Denys Vlasenko 2013-03-13 22:27:37 +01:00
  • b79a0fef99 awk: Fix handling of functions with empty body Bernhard Reutner-Fischer 2013-03-06 21:01:05 +01:00
  • 7991d45446 losetup: fix util-linux compatibility Mandeep Singh Baines 2013-03-04 16:33:12 -08:00
  • 1b49c25e0a readlink: note that our -f is really -e Mike Frysinger 2013-03-12 11:38:03 -04:00
  • af9e70b8cb readlink: uClibc supports automatic allocation too now Mike Frysinger 2013-03-12 11:14:24 -04:00
  • 445e7543e8 platform: use KERNEL_VERSION to simplify uClibc version checking Mike Frysinger 2013-03-12 11:13:22 -04:00
  • bca5c556c4 udhcpc: use readlink rather than realpath Mike Frysinger 2013-03-12 10:48:09 -04:00
  • 9bbf6b98c4 hostid: do not output sign-extended host id. Closes 6056 Denys Vlasenko 2013-03-04 03:04:38 +01:00
  • 93b51819cf archival: note implicit dependencies between lzop & bbunzip Mike Frysinger 2013-03-03 00:48:53 -05:00
  • 507f6ea6d2 decompress_unlzma: move function, no code changes Denys Vlasenko 2013-03-01 14:48:10 +01:00
  • a2d04e0702 decompress_unlzma: 10% speedup in "small" code Denys Vlasenko 2013-03-01 14:43:07 +01:00
  • c09fd27c0a decompress_unlzma: make "fast" version a bit smaller Denys Vlasenko 2013-03-01 14:37:58 +01:00
  • 2fe5fed2df lzop: fiq -q and OPTION_DECOMPRESS mismatch Denys Vlasenko 2013-03-01 08:25:45 +01:00
  • 08e28e806d bbunzip: fix order of flags vs bit defines Mike Frysinger 2013-02-28 21:28:21 -05:00
  • 920c1baab7 bbunzip: ignore the -q flag with the decompressors Mike Frysinger 2013-02-28 17:21:50 -05:00
  • fb03663619 ifupdown: support "source" stanza in /etc/network/interfaces Denys Vlasenko 2013-02-28 19:01:28 +01:00
  • 41655438c6 zcat: fix "zcat FILE" trying to do detection twice Denys Vlasenko 2013-02-28 18:37:04 +01:00
  • 8e96efa323 zcat: if seamless uncompressors are defined, autodetect file's format Denys Vlasenko 2013-02-28 18:06:09 +01:00
  • f2d8478e56 fix error message on failure to oen /dev/null; fix zcat's help text Denys Vlasenko 2013-02-28 18:04:22 +01:00
  • 577235dee8 code shrink in check_errors_in_children() Denys Vlasenko 2013-02-28 16:38:25 +01:00
  • 7794c21daf pgrep: fix a "missing closing paren" build error Denys Vlasenko 2013-02-28 15:51:55 +01:00
  • 216e952fb8 ifplugd: make -k send SIGINT, not SIGQUIT Denys Vlasenko 2013-02-28 12:50:09 +01:00
  • 47f8558eee pgrep: fix -x option Bernhard Walle 2013-02-28 12:42:38 +01:00
  • ed954b6855 Fix config help text Denys Vlasenko 2013-02-28 12:39:27 +01:00
  • efd0698f74 make --help return exitcode 0. Closes 5612 Denys Vlasenko 2013-02-28 12:34:18 +01:00
  • 5d1c599d76 run-parts: fix unicode creep in --help Peter Korsgaard 2013-02-28 12:25:49 +01:00
  • de6f148006 nc_bloaty: support -ll and -lk. Closes 2245 Denys Vlasenko 2013-02-28 12:20:06 +01:00
  • a14f319805 nc: don't redirect stderr to network in -e PROG mode Denys Vlasenko 2013-02-28 11:09:14 +01:00
  • bc0ffc0e97 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code Thomas De Schampheleire 2013-02-28 10:31:54 +01:00
  • 1e43a381b2 run-parts: stop providing incompatible short options Denys Vlasenko 2013-02-28 10:22:49 +01:00
  • 0496e824a5 run-parts: add --exit-on-error | -e support Peter Korsgaard 2013-02-28 09:59:23 +01:00
  • f59d563399 xz: fix put_unaligned_{l,b}e32 Leonid Lisovskiy 2013-02-27 18:32:58 +01:00
  • 46031da862 lineedit: initialize delptr Shawn J. Goff 2013-02-27 18:30:05 +01:00
  • 380c8a0763 xz: support concatenated .xz streams Lasse Collin 2013-02-27 17:26:40 +01:00
  • 433757413f xz: mention xzminidec.c in README Lasse Collin 2013-02-27 16:41:36 +01:00
  • c3045edec2 xz: fix incorrect XZ_BUF_ERROR Lasse Collin 2013-02-27 16:39:56 +01:00
  • a1ae2b75a7 xz: fix decoding of LZMA2 streams having no uncompressed data. Lasse Collin 2013-02-27 16:38:06 +01:00
  • efb800439f cz: add C++ support to xz.h Lasse Collin 2013-02-27 16:37:18 +01:00
  • aada3126a7 xz: remove an empty line from xz_dec_lzma2.c Lasse Collin 2013-02-27 16:36:17 +01:00
  • b967e42b77 xz: make bcj_x86_test_msbyte() an inline function Lasse Collin 2013-02-27 16:34:06 +01:00
  • 18714d8460 xz: add a comment about using uint32_t as vli_type Lasse Collin 2013-02-27 16:32:03 +01:00
  • 9056fcecbf xz: avoid "NOTE:" in xz.h Lasse Collin 2013-02-27 16:28:33 +01:00