Age | Commit message (Expand) | Author |
2008-02-13 | tar: compat: handle tarballs with only one zero block at the end | Denis Vlasenko |
2008-02-13 | switch_root: stop at first non-option. Closes bug 1425. | Denis Vlasenko |
2008-02-13 | tar: move FNM_LEADING_DIR #define to tar.c - no other users. | Denis Vlasenko |
2008-02-13 | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 | Denis Vlasenko |
2008-02-13 | mkswap: fix help text to not lie about supported options. | Denis Vlasenko |
2008-02-13 | sort: -z outputs NUL terminated lines. Closes bug 1591. | Denis Vlasenko |
2008-02-13 | syslogd: send '\n'-terminated messages over the network. | Denis Vlasenko |
2008-02-13 | build system: don't use -o /dev/null, old gcc can delete /dev/null! | Denis Vlasenko |
2008-02-12 | website: add direct links to every last stable release tarball | Denis Vlasenko |
2008-02-12 | website: fix English | Denis Vlasenko |
2008-02-12 | Announce 1.9.1 | Denis Vlasenko |
2008-02-12 | msh: stop trying to parse variables in "msh SCRIPT VAR=val param". | Denis Vlasenko |
2008-02-12 | msh: instead of fixing "ls | cd", "cd | ls" etc just disallow | Denis Vlasenko |
2008-02-12 | ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. | Denis Vlasenko |
2008-02-12 | msh: shrink, mainly by using smallints | Denis Vlasenko |
2008-02-11 | msh: do not run pipes where last command is a builtin | Denis Vlasenko |
2008-02-11 | httpd: fix bug where we did chdir("") if CGI path had only one "/". | Denis Vlasenko |
2008-02-11 | - shrink a tiny bit (-30Bytes) | Bernhard Reutner-Fischer |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-02-11 | hush: die_sllep needs restoring only if job control is on | Denis Vlasenko |
2008-02-11 | hush: close-on-exec interactive_fd | Denis Vlasenko |
2008-02-11 | hush: set CLOEXEC on script file being executed | Denis Vlasenko |
2008-02-11 | hush: fix the comment | Denis Vlasenko |
2008-02-11 | hush: reset die_sleep to 0 in child after fork | Denis Vlasenko |
2008-02-10 | getpot: add support for "a+" specifier for nonnegative int parameters. | Denis Vlasenko |
2008-02-10 | microcom: read more than 1 byte from device, if possible | Denis Vlasenko |
2008-02-10 | ash: fix "orwell bug" 1984. Testcase: | Denis Vlasenko |
2008-02-10 | hush: small fixes to docs/testsuite | Denis Vlasenko |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko |
2008-02-09 | microcom: compile fixes | Denis Vlasenko |
2008-02-09 | microcom: split -d (delay) option away from -t | Denis Vlasenko |
2008-02-09 | build system: make it do without od -t | Denis Vlasenko |
2008-02-09 | mktemp: don't advertise -q option | Denis Vlasenko |
2008-02-09 | mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>) | Denis Vlasenko |
2008-02-09 | test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite | Denis Vlasenko |
2008-02-08 | sendmail: update from maintainer | Denis Vlasenko |
2008-02-08 | microcom: update from maintainer | Denis Vlasenko |
2008-02-08 | README: doccument the need of CONFIG_DESKTOP | Denis Vlasenko |
2008-02-08 | httpd: add a bit of error logging; a few code simplifications. +29 bytes. | Denis Vlasenko |
2008-02-08 | - add eject -s for SCSI- and USB-devices (Nico Erfurth) | Bernhard Reutner-Fischer |
2008-02-07 | force disable setlocalversion usage in busybox | Mike Frysinger |
2008-02-07 | some more fixes for cross-compiling on an OS X host: apple provides core type... | Mike Frysinger |
2008-02-07 | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger |
2008-02-04 | udhcp: ifdef out unused members | Denis Vlasenko |
2008-02-04 | udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) | Denis Vlasenko |
2008-02-04 | unzip: do not try to read entire compressed stream at once (it can be huge) | Denis Vlasenko |
2008-02-04 | zcip: open ARP socket before openlog | Denis Vlasenko |
2008-02-04 | nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> | Denis Vlasenko |
2008-02-03 | mkswap: do not do extra seek | Denis Vlasenko |
2008-02-03 | ps: fixlet to disabled compat code | Denis Vlasenko |