aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-07some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger
2008-02-07only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger
2008-02-04udhcp: ifdef out unused membersDenis Vlasenko
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko
2008-02-04unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko
2008-02-03mkswap: do not do extra seekDenis Vlasenko
2008-02-03ps: fixlet to disabled compat codeDenis Vlasenko
2008-02-03ash: readability enhancement, no code changesDenis Vlasenko
2008-02-02getty: don't try to detect parity on local linesDenis Vlasenko
2008-02-02fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko
2008-02-02msh: also handle EOF/read errors correctlyDenis Vlasenko
2008-02-02msh: fix Ctrl-C handling with line editingDenis Vlasenko
2008-02-02sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko
2008-02-02ps: add (disabled) compat codeDenis Vlasenko
2008-02-02nc: fix fallout from C99 standard compliance changeDenis Vlasenko
2008-02-01Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox
2008-02-01add support for renaming/relocating device nodesMike Frysinger
2008-02-01add a mini-faq about std{in,out,err}Mike Frysinger
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-29init: allow last line to be not terminated by '\n'Denis Vlasenko
2008-01-29mount: allow and ignore _netdev optionDenis Vlasenko
2008-01-29- update defconfigBernhard Reutner-Fischer
2008-01-29ash: code readability enhancements, no real code changesDenis Vlasenko
2008-01-29sendmail: really svn add itDenis Vlasenko
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko
2008-01-28sendmail: new applet by dronnikov at gmail.comDenis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-28microcom: undo #define trick, gcc fails to take advantage of itDenis Vlasenko
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko
2008-01-27stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko
2008-01-27microcom: update from the authorDenis Vlasenko
2008-01-27tentatively fix getopt state corruption for NOFORK appletsDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-27do not respect CONFIG_MODULES as it breaks building if it is defined in the b...Mike Frysinger
2008-01-25udhcpc: filter unwanted packets in kernelDenis Vlasenko
2008-01-25fdisk: comment out unused functionDenis Vlasenko
2008-01-25udhcpc: fix wrong options in decline and release packetsDenis Vlasenko
2008-01-24fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko
2008-01-24halt: write wtmp entry if wtmp support is enabledDenis Vlasenko
2008-01-24halt: update help textDenis Vlasenko
2008-01-24comment fixDenis Vlasenko
2008-01-24crond: small code shrink and readability enhancementsDenis Vlasenko
2008-01-24grep: fix wrong filename in error messageDenis Vlasenko
2008-01-23as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger
2008-01-19- Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer
2008-01-18eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox
2008-01-17- correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer