aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-042-7/+18
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
* nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko2008-02-041-15/+33
* mkswap: do not do extra seekDenis Vlasenko2008-02-033-3/+28
* ps: fixlet to disabled compat codeDenis Vlasenko2008-02-031-2/+2
* ash: readability enhancement, no code changesDenis Vlasenko2008-02-031-15/+20
* getty: don't try to detect parity on local linesDenis Vlasenko2008-02-021-1/+1
* fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko2008-02-021-0/+6
* msh: also handle EOF/read errors correctlyDenis Vlasenko2008-02-021-4/+4
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-023-6/+7
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-022-85/+111
* ps: add (disabled) compat codeDenis Vlasenko2008-02-021-0/+14
* nc: fix fallout from C99 standard compliance changeDenis Vlasenko2008-02-021-20/+20
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-012-8/+8
* add support for renaming/relocating device nodesMike Frysinger2008-02-013-5/+61
* add a mini-faq about std{in,out,err}Mike Frysinger2008-02-011-2/+4
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-2918-99/+98
* init: allow last line to be not terminated by '\n'Denis Vlasenko2008-01-291-3/+3
* mount: allow and ignore _netdev optionDenis Vlasenko2008-01-291-0/+2
* - update defconfigBernhard Reutner-Fischer2008-01-291-3/+6
* ash: code readability enhancements, no real code changesDenis Vlasenko2008-01-291-31/+25
* sendmail: really svn add itDenis Vlasenko2008-01-291-0/+313
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-284-26/+31
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-284-0/+38
* *: tidy up usage of char **environDenis Vlasenko2008-01-2811-17/+12
* microcom: undo #define trick, gcc fails to take advantage of itDenis Vlasenko2008-01-281-3/+3
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-273-4/+15
* stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko2008-01-271-20/+4
* microcom: update from the authorDenis Vlasenko2008-01-271-73/+133
* tentatively fix getopt state corruption for NOFORK appletsDenis Vlasenko2008-01-271-2/+24
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-2717-51/+42
* do not respect CONFIG_MODULES as it breaks building if it is defined in the b...Mike Frysinger2008-01-271-1/+1
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
* fdisk: comment out unused functionDenis Vlasenko2008-01-251-0/+2
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-242-6/+3
* halt: write wtmp entry if wtmp support is enabledDenis Vlasenko2008-01-241-5/+38
* halt: update help textDenis Vlasenko2008-01-241-4/+7
* comment fixDenis Vlasenko2008-01-241-2/+1
* crond: small code shrink and readability enhancementsDenis Vlasenko2008-01-241-15/+15
* grep: fix wrong filename in error messageDenis Vlasenko2008-01-241-1/+1
* as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger2008-01-231-2/+6
* - Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer2008-01-191-6/+6
* eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox2008-01-183-17/+0
* - correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-01-171-1/+1
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-143-21/+97
* - mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer2008-01-141-0/+3
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-133-38/+122
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4