Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-04 | unzip: do not try to read entire compressed stream at once (it can be huge) | Denis Vlasenko | 2 | -7/+18 | |
unzip: handle short reads correctly | |||||
2008-02-04 | zcip: open ARP socket before openlog | Denis Vlasenko | 1 | -11/+13 | |
(else we can thrash syslog socket) | |||||
2008-02-04 | nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> | Denis Vlasenko | 1 | -15/+33 | |
2008-02-03 | mkswap: do not do extra seek | Denis Vlasenko | 3 | -3/+28 | |
mount: add another mount helper call method | |||||
2008-02-03 | ps: fixlet to disabled compat code | Denis Vlasenko | 1 | -2/+2 | |
2008-02-03 | ash: readability enhancement, no code changes | Denis Vlasenko | 1 | -15/+20 | |
2008-02-02 | getty: don't try to detect parity on local lines | Denis Vlasenko | 1 | -1/+1 | |
(Joakim Tjernlund <Joakim.Tjernlund at transmode.se>) | |||||
2008-02-02 | fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) | Denis Vlasenko | 1 | -0/+6 | |
2008-02-02 | msh: also handle EOF/read errors correctly | Denis Vlasenko | 1 | -4/+4 | |
2008-02-02 | msh: fix Ctrl-C handling with line editing | Denis Vlasenko | 3 | -6/+7 | |
2008-02-02 | sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> | Denis Vlasenko | 2 | -85/+111 | |
2008-02-02 | ps: add (disabled) compat code | Denis Vlasenko | 1 | -0/+14 | |
2008-02-02 | nc: fix fallout from C99 standard compliance change | Denis Vlasenko | 1 | -20/+20 | |
2008-02-01 | Fix compilation error when FEATURE_FANCY_PING enabled. Also | Paul Fox | 2 | -8/+8 | |
reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn) | |||||
2008-02-01 | add support for renaming/relocating device nodes | Mike Frysinger | 3 | -5/+61 | |
2008-02-01 | add a mini-faq about std{in,out,err} | Mike Frysinger | 1 | -2/+4 | |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 18 | -99/+98 | |
size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode. | |||||
2008-01-29 | init: allow last line to be not terminated by '\n' | Denis Vlasenko | 1 | -3/+3 | |
2008-01-29 | mount: allow and ignore _netdev option | Denis Vlasenko | 1 | -0/+2 | |
2008-01-29 | - update defconfig | Bernhard Reutner-Fischer | 1 | -3/+6 | |
2008-01-29 | ash: code readability enhancements, no real code changes | Denis Vlasenko | 1 | -31/+25 | |