Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: close-on-exec interactive_fd | Denis Vlasenko | 2008-02-11 | 1 | -1/+3 |
| | |||||
* | hush: set CLOEXEC on script file being executed | Denis Vlasenko | 2008-02-11 | 1 | -0/+1 |
| | |||||
* | hush: fix the comment | Denis Vlasenko | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | hush: reset die_sleep to 0 in child after fork | Denis Vlasenko | 2008-02-11 | 1 | -6/+10 |
| | |||||
* | getpot: add support for "a+" specifier for nonnegative int parameters. | Denis Vlasenko | 2008-02-10 | 3 | -44/+55 |
| | | | | | | | | | | | | | By Vladimir Dronnikov <dronnikov at gmail.com>. fdisk and top are converted as an example. function old new delta getopt32 1340 1370 +30 top_main 1137 1120 -17 fdisk_main 3033 2949 -84 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 30/-101) Total: -71 bytes | ||||
* | microcom: read more than 1 byte from device, if possible | Denis Vlasenko | 2008-02-10 | 1 | -14/+16 |
| | |||||
* | ash: fix "orwell bug" 1984. Testcase: | Denis Vlasenko | 2008-02-10 | 2 | -55/+79 |
| | | | | | | | | | | trap_handler() { echo trap } trap trap_handler USR1 sleep 3600 & while true; do wait; done | ||||
* | hush: small fixes to docs/testsuite | Denis Vlasenko | 2008-02-10 | 2 | -3/+3 |
| | |||||
* | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | 2008-02-10 | 5 | -92/+166 |
| | | | | | | | | | | hush: fix a case where none of pipe members could be started because of fork failure hush: rename functions: xxx_real -> xxx hush: try to add a bit more of vfork-friendliness hush: add rudimentary design docs hush: add TODO (newly discovered bug with globbing) | ||||
* | microcom: compile fixes | Denis Vlasenko | 2008-02-09 | 1 | -2/+3 |
| | |||||
* | microcom: split -d (delay) option away from -t | Denis Vlasenko | 2008-02-09 | 2 | -20/+28 |
| | |||||
* | build system: make it do without od -t | Denis Vlasenko | 2008-02-09 | 1 | -4/+12 |
| | |||||
* | mktemp: don't advertise -q option | Denis Vlasenko | 2008-02-09 | 1 | -1/+1 |
| | |||||
* | mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>) | Denis Vlasenko | 2008-02-09 | 2 | -12/+24 |
| | | | | | | packed_usage 23595 23660 +65 mktemp_main 139 157 +18 | ||||
* | test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite | Denis Vlasenko | 2008-02-09 | 2 | -22/+53 |
| | |||||
* | sendmail: update from maintainer | Denis Vlasenko | 2008-02-08 | 5 | -242/+472 |
| | |||||
* | microcom: update from maintainer | Denis Vlasenko | 2008-02-08 | 1 | -82/+71 |
| | |||||
* | README: doccument the need of CONFIG_DESKTOP | Denis Vlasenko | 2008-02-08 | 4 | -16/+15 |
| | | | | | | | | | od: fix help text to include -t od: handle /proc files (which have filesize 0) correctly od: fix comments to not lie about return value od: "%u" is 1 byte less than "%zu" cat: fix English | ||||
* | httpd: add a bit of error logging; a few code simplifications. +29 bytes. | Denis Vlasenko | 2008-02-08 | 1 | -7/+11 |
| | |||||
* | - add eject -s for SCSI- and USB-devices (Nico Erfurth) | Bernhard Reutner-Fischer | 2008-02-08 | 4 | -17/+82 |
| | |||||
* | force disable setlocalversion usage in busybox | Mike Frysinger | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | some more fixes for cross-compiling on an OS X host: apple provides core ↵ | Mike Frysinger | 2008-02-07 | 2 | -6/+16 |
| | | | | types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available | ||||
* | only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X | Mike Frysinger | 2008-02-07 | 2 | -2/+5 |
| | |||||
* | udhcp: ifdef out unused members | Denis Vlasenko | 2008-02-04 | 2 | -0/+4 |
| | |||||
* | udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) | Denis Vlasenko | 2008-02-04 | 10 | -14/+79 |
| | |||||
* | unzip: do not try to read entire compressed stream at once (it can be huge) | Denis Vlasenko | 2008-02-04 | 2 | -7/+18 |
| | | | | | unzip: handle short reads correctly | ||||
* | zcip: open ARP socket before openlog | Denis Vlasenko | 2008-02-04 | 1 | -11/+13 |
| | | | | | (else we can thrash syslog socket) | ||||
* | nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> | Denis Vlasenko | 2008-02-04 | 1 | -15/+33 |
| | |||||
* | mkswap: do not do extra seek | Denis Vlasenko | 2008-02-03 | 3 | -3/+28 |
| | | | | | mount: add another mount helper call method | ||||
* | ps: fixlet to disabled compat code | Denis Vlasenko | 2008-02-03 | 1 | -2/+2 |
| | |||||
* | ash: readability enhancement, no code changes | Denis Vlasenko | 2008-02-03 | 1 | -15/+20 |
| | |||||
* | getty: don't try to detect parity on local lines | Denis Vlasenko | 2008-02-02 | 1 | -1/+1 |
| | | | | | (Joakim Tjernlund <Joakim.Tjernlund at transmode.se>) | ||||
* | fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) | Denis Vlasenko | 2008-02-02 | 1 | -0/+6 |
| | |||||
* | msh: also handle EOF/read errors correctly | Denis Vlasenko | 2008-02-02 | 1 | -4/+4 |
| | |||||
* | msh: fix Ctrl-C handling with line editing | Denis Vlasenko | 2008-02-02 | 3 | -6/+7 |
| | |||||
* | sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> | Denis Vlasenko | 2008-02-02 | 2 | -85/+111 |
| | |||||
* | ps: add (disabled) compat code | Denis Vlasenko | 2008-02-02 | 1 | -0/+14 |
| | |||||
* | nc: fix fallout from C99 standard compliance change | Denis Vlasenko | 2008-02-02 | 1 | -20/+20 |
| | |||||
* | Fix compilation error when FEATURE_FANCY_PING enabled. Also | Paul Fox | 2008-02-01 | 2 | -8/+8 |
| | | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn) | ||||
* | add support for renaming/relocating device nodes | Mike Frysinger | 2008-02-01 | 3 | -5/+61 |
| | |||||
* | add a mini-faq about std{in,out,err} | Mike Frysinger | 2008-02-01 | 1 | -2/+4 |
| | |||||
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 18 | -99/+98 |
| | | | | | size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode. | ||||
* | init: allow last line to be not terminated by '\n' | Denis Vlasenko | 2008-01-29 | 1 | -3/+3 |
| | |||||
* | mount: allow and ignore _netdev option | Denis Vlasenko | 2008-01-29 | 1 | -0/+2 |
| | |||||
* | - update defconfig | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -3/+6 |
| | |||||
* | ash: code readability enhancements, no real code changes | Denis Vlasenko | 2008-01-29 | 1 | -31/+25 |
| | |||||
* | sendmail: really svn add it | Denis Vlasenko | 2008-01-29 | 1 | -0/+313 |
| | |||||
* | *: move getopt reset code to better place(s) | Denis Vlasenko | 2008-01-28 | 4 | -26/+31 |
| | |||||
* | sendmail: new applet by dronnikov at gmail.com | Denis Vlasenko | 2008-01-28 | 4 | -0/+38 |
| | |||||
* | *: tidy up usage of char **environ | Denis Vlasenko | 2008-01-28 | 11 | -17/+12 |
| |