- 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
- 5de754a ps: add (disabled) compat code by Denis Vlasenko · 17 years ago
- 7cff01e nc: fix fallout from C99 standard compliance change by Denis Vlasenko · 17 years ago
- 0b2b584 Fix compilation error when FEATURE_FANCY_PING enabled. Also by Paul Fox · 17 years ago
- f0044c4 add support for renaming/relocating device nodes by Mike Frysinger · 17 years ago
- c348e0b add a mini-faq about std{in,out,err} by Mike Frysinger · 17 years ago
- 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
- c882f34 init: allow last line to be not terminated by '\n' by Denis Vlasenko · 17 years ago
- 8c638cb mount: allow and ignore _netdev option by Denis Vlasenko · 17 years ago
- c96d370 - update defconfig by Bernhard Reutner-Fischer · 17 years ago
- 36fc3cd ash: code readability enhancements, no real code changes by Denis Vlasenko · 17 years ago
- ddd42cb sendmail: really svn add it by Denis Vlasenko · 17 years ago
- 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
- 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
- 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
- 0effc24 microcom: undo #define trick, gcc fails to take advantage of it by Denis Vlasenko · 17 years ago
- b5c60fc mkswap, readahead: stop using fdlength, it is reported to be unreliable by Denis Vlasenko · 17 years ago
- da42bd5 stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) by Denis Vlasenko · 17 years ago
- ef67c57 microcom: update from the author by Denis Vlasenko · 17 years ago
- c4e4be9 tentatively fix getopt state corruption for NOFORK applets by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- 61160dd do not respect CONFIG_MODULES as it breaks building if it is defined in the build env by Mike Frysinger · 17 years ago
- b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
- 8939881 fdisk: comment out unused function by Denis Vlasenko · 17 years ago
- ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
- a5549c9 fdisk: fix a case where break was reached only for DOS labels by Denis Vlasenko · 17 years ago
- 680b86a halt: write wtmp entry if wtmp support is enabled by Denis Vlasenko · 17 years ago
- 1d290d1 halt: update help text by Denis Vlasenko · 17 years ago
- 9e58921 comment fix by Denis Vlasenko · 17 years ago
- 314820e crond: small code shrink and readability enhancements by Denis Vlasenko · 17 years ago
- 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
- 46ef46a as reported by George Boudreau, make sure we properly skip blank lines by Mike Frysinger · 17 years ago
- 46904bf - Fix hdparm's ioctl parameter passing (John Brandwood) by Bernhard Reutner-Fischer · 17 years ago
- 518d8dd eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings by Paul Fox · 17 years ago
- 52432f2 - correct helptext of stat (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 2b11fb4 - implement brctl setpathcost, setportprio, setbridgeprio, stp by Bernhard Reutner-Fischer · 17 years ago
- c2f0de5 - mention strtod code-duplication as TODO for cleanup by Bernhard Reutner-Fischer · 17 years ago
- 1aac3ab - shrink a bit and implement time related fancy features. Improve help texts. by Bernhard Reutner-Fischer · 17 years ago
- 78e1d58 - fix commentary typo by Bernhard Reutner-Fischer · 17 years ago
- c44c210 - save four bytes by manually hoisting the br assignment by Bernhard Reutner-Fischer · 17 years ago
- ce34ccc - update defconfig by Bernhard Reutner-Fischer · 17 years ago
- d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
- 481ce92 - add ipsvd by Bernhard Reutner-Fischer · 17 years ago
- 84bbac5 enable use of ^V prefix to allow forced insertion of any character. in by Paul Fox · 17 years ago
- ee8e3ee allow 8-bit characters by Paul Fox · 17 years ago
- de24bd9 tac: handle NULs properly. +145 bytes by Denis Vlasenko · 17 years ago
- d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
- 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
- 9b4c072 ps: fix yet another buglet from recent ulltoa conversion :( by Denis Vlasenko · 17 years ago
- 766f659 ps: fix COMMAND column adjustment by Denis Vlasenko · 17 years ago
- 482f2b3 tac: *really* add tac.c now by Denis Vlasenko · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- 4e9ca75 syslogd: fix shmat error check by Denis Vlasenko · 17 years ago
- bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
- 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 17 years ago
- 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
- 9cd30d3 Makefile.help: removing allbareconfig target from help by Denis Vlasenko · 17 years ago
- 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
- 21e20cb init: wait for orphaned children too while waiting by Denis Vlasenko · 17 years ago
- 4dada74 syslogd: avoid excessive tine() system calls by Denis Vlasenko · 17 years ago
- 4f2e8bc syslogd: don't die if remote host's IP cannot be resolved. by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- 2796398 adding libbb/printable.c by Denis Vlasenko · 17 years ago
- d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago