Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | microcom: undo #define trick, gcc fails to take advantage of it | Denis Vlasenko | 2008-01-28 | 1 | -3/+3 | |
| | ||||||
* | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 3 | -4/+15 | |
| | ||||||
* | stty: fix mishandling of 'control' keywords (Ralf Friedl ↵ | Denis Vlasenko | 2008-01-27 | 1 | -20/+4 | |
| | | | | <Ralf.Friedl@online.de>) | |||||
* | microcom: update from the author | Denis Vlasenko | 2008-01-27 | 1 | -73/+133 | |
| | ||||||
* | tentatively fix getopt state corruption for NOFORK applets | Denis Vlasenko | 2008-01-27 | 1 | -2/+24 | |
| | ||||||
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 17 | -51/+42 | |
| | ||||||
* | do not respect CONFIG_MODULES as it breaks building if it is defined in the ↵ | Mike Frysinger | 2008-01-27 | 1 | -1/+1 | |
| | | | | build env | |||||
* | udhcpc: filter unwanted packets in kernel | Denis Vlasenko | 2008-01-25 | 5 | -10/+64 | |
| | | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) | |||||
* | fdisk: comment out unused function | Denis Vlasenko | 2008-01-25 | 1 | -0/+2 | |
| | ||||||
* | udhcpc: fix wrong options in decline and release packets | Denis Vlasenko | 2008-01-25 | 3 | -13/+15 | |
| | | | | | (Jonas Danielsson <jonas.danielsson at axis.com>) | |||||
* | fdisk: fix a case where break was reached only for DOS labels | Denis Vlasenko | 2008-01-24 | 2 | -6/+3 | |
| | ||||||
* | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko | 2008-01-24 | 1 | -5/+38 | |
| | ||||||
* | halt: update help text | Denis Vlasenko | 2008-01-24 | 1 | -4/+7 | |
| |