aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
unzip: handle short reads correctly
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko
(else we can thrash syslog socket)
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko
2008-02-03mkswap: do not do extra seekDenis Vlasenko
mount: add another mount helper call method
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
(Joakim Tjernlund <Joakim.Tjernlund at transmode.se>)
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
reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
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
size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode.
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 ↵Denis Vlasenko
<Ralf.Friedl@online.de>)
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 ↵Mike Frysinger
build env
2008-01-25udhcpc: filter unwanted packets in kernelDenis Vlasenko
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
2008-01-25fdisk: comment out unused functionDenis Vlasenko
2008-01-25udhcpc: fix wrong options in decline and release packetsDenis Vlasenko
(Jonas Danielsson <jonas.danielsson at axis.com>)
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
was small, compared to the total size of the command-line editing features, and it removed key bindings that most wouldn't consider "fancy", like ^U, and 'l' and 'h' in vi mode, ^F and ^B in emacs mode.
2008-01-17- correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer
text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
2008-01-14- mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer