aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-14- mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer
2008-01-13- fix commentary typoBernhard Reutner-Fischer
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer
2008-01-13- update defconfigBernhard Reutner-Fischer
2008-01-13- new applet brctlBernhard Reutner-Fischer
2008-01-11- add ipsvdBernhard Reutner-Fischer
2008-01-11enable use of ^V prefix to allow forced insertion of any character. inPaul Fox
2008-01-11allow 8-bit charactersPaul Fox
2008-01-09tac: handle NULs properly. +145 bytesDenis Vlasenko
2008-01-08hush: report [v]fork failuresDenis Vlasenko
2008-01-07whitespace fixesDenis Vlasenko
2008-01-07ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko
2008-01-07ps: fix COMMAND column adjustmentDenis Vlasenko
2008-01-07tac: *really* add tac.c nowDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-07syslogd: fix shmat error checkDenis Vlasenko
2008-01-06tac: new applet. ~240 bytes.Denis Vlasenko
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko