- 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
- a37e713 init: fix bug 1111: restart actions were not splitting words: by Denis Vlasenko · 17 years ago
- 92657d4 syslogd: tighten up hostname handling. by Denis Vlasenko · 17 years ago
- e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
- 5233cd3 chat: new applet by dronnikov AT gmail.com. With all options on: by Denis Vlasenko · 17 years ago
- 6f04391 lineedit: tiny shrink by Denis Vlasenko · 17 years ago
- de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
- 27dd495 - fix open(creat) without a mode by Bernhard Reutner-Fischer · 17 years ago
- b413368 mount: with -vv -f, say what mount() calls we were going to make by Denis Vlasenko · 17 years ago
- f732e96 mount: optional support for -vv verbosity mount: do "struct globals" trick by Denis Vlasenko · 17 years ago
- c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
- 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
- 5429636 dos2unix: shrink by Denis Vlasenko · 17 years ago
- 03b4c14 crontab: stop using remove() - use unlink() instead by Denis Vlasenko · 17 years ago
- b3b0753 dpkg: fix bug where existence check was reversed by Denis Vlasenko · 17 years ago
- cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
- ffae845 microcom: maintainer update by Denis Vlasenko · 17 years ago
- b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 7fc294c crontab: clear env if run by non-root, so that we can use PATH now by Denis Vlasenko · 17 years ago
- 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
- 1e18f1b ifupdowm: shrink by Denis Vlasenko · 17 years ago
- 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
- 069e347 crontab: almost complete rewrite by Denis Vlasenko · 17 years ago
- cd5c61c ifupdown: code shrink by Denis Vlasenko · 17 years ago
- 753f42a adduser: optional support for long options. +110 bytes. closes bug 2134. by Denis Vlasenko · 17 years ago
- 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
- 977bc6a we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status by Mike Frysinger · 17 years ago
- ea91536 fix build failure when long opts are enabled by Mike Frysinger · 17 years ago
- 6b160e4 split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code by Mike Frysinger · 17 years ago
- be7d2a8 sendmail is lexically after selinux, so fix the order by Mike Frysinger · 17 years ago
- 25cd7fd add a test case for usage strings to catch people forgetting to add trailing escape in middle of usage by Mike Frysinger · 17 years ago
- 1e47c42 fix microcom usage by Mike Frysinger · 17 years ago
- e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
- 39487e2 libbb: filename completion should match dangling symlinks too by Denis Vlasenko · 17 years ago
- 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
- 28bf671 ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work by Denis Vlasenko · 17 years ago
- f1d93ec build system: pass CFLAGS to link stage too (closes bug 1376) by Denis Vlasenko · 17 years ago
- b2e578a umount: instead of non-standard -D, use -d with opposite meaning by Denis Vlasenko · 17 years ago
- 773f671 typo fix by Denis Vlasenko · 17 years ago
- 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
- b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago
- 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
- 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
- 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 17 years ago
- 6dd03f0 switch_root: stop at first non-option. Closes bug 1425. by Denis Vlasenko · 17 years ago
- 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 17 years ago
- d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
- 9d96af2 mkswap: fix help text to not lie about supported options. by Denis Vlasenko · 17 years ago
- 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
- 75cddd8 syslogd: send '\n'-terminated messages over the network. by Denis Vlasenko · 17 years ago
- 0a4624a build system: don't use -o /dev/null, old gcc can delete /dev/null! by Denis Vlasenko · 17 years ago
- 59bb4a4 website: add direct links to every last stable release tarball by Denis Vlasenko · 17 years ago
- 7c5258b website: fix English by Denis Vlasenko · 17 years ago
- 3d3d698 Announce 1.9.1 by Denis Vlasenko · 17 years ago
- fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
- 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
- e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
- 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
- a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
- fc21305 httpd: fix bug where we did chdir("") if CGI path had only one "/". by Denis Vlasenko · 17 years ago
- f536b99 - shrink a tiny bit (-30Bytes) by Bernhard Reutner-Fischer · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
- 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
- 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
- 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
- c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
- 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
- 9304d6e microcom: read more than 1 byte from device, if possible by Denis Vlasenko · 17 years ago
- 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago
- 0ef240d hush: small fixes to docs/testsuite by Denis Vlasenko · 17 years ago
- 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
- 68e8e96 microcom: compile fixes by Denis Vlasenko · 17 years ago
- d56e3cc microcom: split -d (delay) option away from -t by Denis Vlasenko · 17 years ago
- 937b10f build system: make it do without od -t by Denis Vlasenko · 17 years ago
- 761e1d1 mktemp: don't advertise -q option by Denis Vlasenko · 17 years ago
- 65581f3 mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>) by Denis Vlasenko · 17 years ago
- 1e2a7e4 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite by Denis Vlasenko · 17 years ago
- 6d52c1e sendmail: update from maintainer by Denis Vlasenko · 17 years ago
- dc1c457 microcom: update from maintainer by Denis Vlasenko · 17 years ago
- 97bd0e0 README: doccument the need of CONFIG_DESKTOP by Denis Vlasenko · 17 years ago
- 7dbf1b4 httpd: add a bit of error logging; a few code simplifications. +29 bytes. by Denis Vlasenko · 17 years ago
- afdad65 - add eject -s for SCSI- and USB-devices (Nico Erfurth) by Bernhard Reutner-Fischer · 17 years ago
- 534b8d0 force disable setlocalversion usage in busybox by Mike Frysinger · 17 years ago
- 9412ec7 some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available by Mike Frysinger · 17 years ago
- 22876c7 only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X by Mike Frysinger · 17 years ago
- b386c1c udhcp: ifdef out unused members by Denis Vlasenko · 17 years ago
- d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
- e8ef7ec unzip: do not try to read entire compressed stream at once (it can be huge) by Denis Vlasenko · 17 years ago
- f3f33eb zcip: open ARP socket before openlog (else we can thrash syslog socket) by Denis Vlasenko · 17 years ago
- f8157ca nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> by Denis Vlasenko · 17 years ago
- 32d49bc mkswap: do not do extra seek mount: add another mount helper call method by Denis Vlasenko · 17 years ago
- c85bfca ps: fixlet to disabled compat code by Denis Vlasenko · 17 years ago
- 5c3d2b3 ash: readability enhancement, no code changes by Denis Vlasenko · 17 years ago
- 95dc672 getty: don't try to detect parity on local lines by Denis Vlasenko · 17 years ago
- 30eb319 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) by Denis Vlasenko · 17 years ago
- 6e602c4 msh: also handle EOF/read errors correctly by Denis Vlasenko · 17 years ago
- 80667e3 msh: fix Ctrl-C handling with line editing by Denis Vlasenko · 17 years ago
- a2980c6 sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> by Denis Vlasenko · 17 years ago