- 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
- 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
- 879f008 lsof: correct check for symbolic link by Thomas De Schampheleire · 11 years ago
- d66eb90 nslookup: set default DNS server again. Hopefully helps with 675 by Denys Vlasenko · 11 years ago
- 1f5e81f md5/sha512: a better fix for strict aliasing warnings by Denys Vlasenko · 11 years ago
- f6205c6 md5/sha512: fix strict aliasing warnings by Mike Frysinger · 11 years ago
- fea2588 pstree: stop truncating thread names by Mike Frysinger · 11 years ago
- 5a7e337 ntpd: set offset to 0.0 in "usync" event by Denys Vlasenko · 12 years ago
- 07c5987 ntpd: set G.last_script_run even if script isn't configured by Denys Vlasenko · 12 years ago
- 5ffdd1d ntpd: make "unsync" code actually work. by Denys Vlasenko · 12 years ago
- d99ef63 ntpd: drop delay outliers; run "unsync" handler if no replies for some time by Denys Vlasenko · 12 years ago
- b6dc13c sulogin: allow system maintenance login if root password is empty by Jonathan Liu · 12 years ago
- 9cb1e2f sulogin: correct lying comment by Denys Vlasenko · 12 years ago
- f958425 init: remove special-case code for machines with less tham 1 MB of RAM. by Denys Vlasenko · 12 years ago
- ae0cf2a stty: disable CIBAUD leak check - it is not necessary on Linux by Denys Vlasenko · 12 years ago
- e9581b6 stty: code shrink by Denys Vlasenko · 12 years ago
- b443a37 udhcp: code shrink by Denys Vlasenko · 12 years ago
- c133fa6 udhcpc: fix a problem with binary-encoded options #2 by Denys Vlasenko · 12 years ago
- 6db5f67 find:: get rid of nested function (it's a gcc-ism) by Denys Vlasenko · 12 years ago
- 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
- aa94130 volume_id_internal.h: drop unoptimized byteswap routines by Denys Vlasenko · 12 years ago
- 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
- e0a6ab6 Fix build failures caused by not compiling open_transformer.c (#2) by Denys Vlasenko · 12 years ago
- 6782f48 find: support -HLP by Denys Vlasenko · 12 years ago
- c3cf1e3 mdev: use $DEVNAME in uevent sysfs file for device node name by Nikolaus Voss · 12 years ago
- ff463a8 hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE by Denys Vlasenko · 12 years ago
- abbc478 Fix build failures caused by not compiling open_transformer.c by Denys Vlasenko · 12 years ago
- f76fd17 telnet: code shrink by Denys Vlasenko · 12 years ago
- 041baf2 volume_id: fix ntfs attribute search by Oliver Metz · 12 years ago
- 264f373 vi: make regexp search case-insensitive if ":set ignorecase" is active by Denys Vlasenko · 12 years ago
- d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
- 3beab83 hush: fix for "while false && true; do echo BUG; break; done". closes 6170 by Denys Vlasenko · 12 years ago
- d35cbad mdev: call index_in_strings on $ACTION only after we checked it for NULL by Denys Vlasenko · 12 years ago
- 2df1c64 examples/mdev.conf.change_blockdev.sh: update by Denys Vlasenko · 12 years ago
- e306c11 examples: add mdev example for Android phone by Denys Vlasenko · 12 years ago
- 2c0508b examples/inittab: fix a few incorrect statements about init by Denys Vlasenko · 12 years ago
- 8172d05 lineedit: \W on "/bin" should show "bin", not "/bin" by Denys Vlasenko · 12 years ago
- 1d14569 lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! by Denys Vlasenko · 12 years ago
- 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
- 6c852bf lineedit: add handling of \H in prompt by Denys Vlasenko · 12 years ago
- 2c24806 hexdump: need to use xstrtoull for off_t by Denys Vlasenko · 12 years ago
- ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
- 80a38ca man: install to /usr/bin, not /sbin by Denys Vlasenko · 12 years ago
- 85daa67 httpd: don't allow tabs and multiple spaces in request string by Denys Vlasenko · 12 years ago
- c608731 setserial: Fix typo: s/baund_rate/baud_rate/g by Bernhard Reutner-Fischer · 12 years ago
- a42f530 sendmail: code shrink on top of previous patches by Denys Vlasenko · 12 years ago
- e82bfef sendmail: don't add multiple To: headers by Aaro Koskinen · 12 years ago
- 4a73222 sendmail: don't add To: header if it already exists by Aaro Koskinen · 12 years ago
- 236f222 sendmail: support long header fields for recipients by Aaro Koskinen · 12 years ago
- a8ba0a0 sendmail: support address lists by Aaro Koskinen · 12 years ago
- 06ad964 sendmail: support addresses inside angle brackets by Aaro Koskinen · 12 years ago
- 95e99e5 sendmail: don't mangle e-mail headers by Aaro Koskinen · 12 years ago
- 14285d1 sendmail: avoid sending mail to wrong addresses by Aaro Koskinen · 12 years ago
- 7c6f2d4 mkfs_minix: use get_volume_size_in_bytes instead of local version by Denys Vlasenko · 12 years ago
- 4424dfd mdev: fix build failure by Denys Vlasenko · 12 years ago
- c56d125 nc: fix build failure ("subscripted value is neither array nor pointer") by Denys Vlasenko · 12 years ago
- 091f831 ash: add comment about failures in source builtin. No code changes. by Denys Vlasenko · 12 years ago
- 88b532d hush: source builtin should override $N only if it has args by Denys Vlasenko · 12 years ago
- 4ef1439 ash: read $HOME/.profile instead of $(pwd)/.profile by Stefan Hellermann · 12 years ago
- aeb717a ash: move code to allow setting $HOME in /etc/profile by Stefan Hellermann · 12 years ago
- 9e7c002 vi: code shrink by Denys Vlasenko · 12 years ago
- cb5aa72 vi: fix adjustment of buffer on partial file read by Ron Yorston · 12 years ago
- 257a775 sysklogd: trim help text by Denys Vlasenko · 12 years ago
- 4a600f8 traceroute: free some memory allocated by xzalloc() by Guilherme Maciel Ferreira · 12 years ago
- 45dc96c flash_eraseall: implement -N by Alexander Shiyan · 12 years ago
- 0d61dcd nanddump: fix build if nandwrite isn't enabled by Alexander Shiyan · 12 years ago
- af4a07a ping[6]: accept and ignore -n. Code shrink by Denys Vlasenko · 12 years ago
- 7b5d5c1 udhcpd: also add -I ADDR to help text by Denys Vlasenko · 12 years ago
- e3f5b73 udhcpd: add -I LOCAL_ADDR option by Denys Vlasenko · 12 years ago
- b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
- 7991d45 losetup: fix util-linux compatibility by Mandeep Singh Baines · 12 years ago
- 1b49c25 readlink: note that our -f is really -e by Mike Frysinger · 12 years ago
- af9e70b readlink: uClibc supports automatic allocation too now by Mike Frysinger · 12 years ago
- 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
- bca5c55 udhcpc: use readlink rather than realpath by Mike Frysinger · 12 years ago
- 9bbf6b9 hostid: do not output sign-extended host id. Closes 6056 by Denys Vlasenko · 12 years ago
- 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
- 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
- a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
- c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
- 2fe5fed lzop: fiq -q and OPTION_DECOMPRESS mismatch by Denys Vlasenko · 12 years ago
- 08e28e8 bbunzip: fix order of flags vs bit defines by Mike Frysinger · 12 years ago
- 920c1ba bbunzip: ignore the -q flag with the decompressors by Mike Frysinger · 12 years ago
- fb03663 ifupdown: support "source" stanza in /etc/network/interfaces by Denys Vlasenko · 12 years ago
- 4165543 zcat: fix "zcat FILE" trying to do detection twice by Denys Vlasenko · 12 years ago
- 8e96efa zcat: if seamless uncompressors are defined, autodetect file's format by Denys Vlasenko · 12 years ago
- f2d8478 fix error message on failure to oen /dev/null; fix zcat's help text by Denys Vlasenko · 12 years ago
- 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
- 7794c21 pgrep: fix a "missing closing paren" build error by Denys Vlasenko · 12 years ago
- 216e952 ifplugd: make -k send SIGINT, not SIGQUIT by Denys Vlasenko · 12 years ago
- 47f8558 pgrep: fix -x option by Bernhard Walle · 12 years ago
- ed954b6 Fix config help text by Denys Vlasenko · 12 years ago
- efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
- 5d1c599 run-parts: fix unicode creep in --help by Peter Korsgaard · 12 years ago
- de6f148 nc_bloaty: support -ll and -lk. Closes 2245 by Denys Vlasenko · 12 years ago
- a14f319 nc: don't redirect stderr to network in -e PROG mode by Denys Vlasenko · 12 years ago
- bc0ffc0 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code by Thomas De Schampheleire · 12 years ago
- 1e43a38 run-parts: stop providing incompatible short options by Denys Vlasenko · 12 years ago
- 0496e82 run-parts: add --exit-on-error | -e support by Peter Korsgaard · 12 years ago
- f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago