Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msh: fix Ctrl-C handling with line editing | Denis Vlasenko | 2008-02-02 | 3 | -6/+7 |
| | |||||
* | sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> | Denis Vlasenko | 2008-02-02 | 2 | -85/+111 |
| | |||||
* | ps: add (disabled) compat code | Denis Vlasenko | 2008-02-02 | 1 | -0/+14 |
| | |||||
* | nc: fix fallout from C99 standard compliance change | Denis Vlasenko | 2008-02-02 | 1 | -20/+20 |
| | |||||
* | Fix compilation error when FEATURE_FANCY_PING enabled. Also | Paul Fox | 2008-02-01 | 2 | -8/+8 |
| | | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn) | ||||
* | add support for renaming/relocating device nodes | Mike Frysinger | 2008-02-01 | 3 | -5/+61 |
| | |||||
* | add a mini-faq about std{in,out,err} | Mike Frysinger | 2008-02-01 | 1 | -2/+4 |
| | |||||
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 18 | -99/+98 |
| | | | | | size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode. | ||||
* | init: allow last line to be not terminated by '\n' | Denis Vlasenko | 2008-01-29 | 1 | -3/+3 |
| | |||||
* | mount: allow and ignore _netdev option | Denis Vlasenko | 2008-01-29 | 1 | -0/+2 |
| | |||||
* | - update defconfig | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -3/+6 |
| | |||||
* | ash: code readability enhancements, no real code changes | Denis Vlasenko | 2008-01-29 | 1 | -31/+25 |
| | |||||
* | sendmail: really svn add it | Denis Vlasenko | 2008-01-29 | 1 | -0/+313 |
| | |||||
* | *: move getopt reset code to better place(s) | Denis Vlasenko | 2008-01-28 | 4 | -26/+31 |
| | |||||
* | sendmail: new applet by dronnikov at gmail.com | Denis Vlasenko | 2008-01-28 | 4 | -0/+38 |
| | |||||
* | *: tidy up usage of char **environ | Denis Vlasenko | 2008-01-28 | 11 | -17/+12 |
| | |||||
* | microcom: undo #define trick, gcc fails to take advantage of it | Denis Vlasenko | 2008-01-28 | 1 | -3/+3 |
| | |||||
* | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 3 | -4/+15 |
| | |||||
* | stty: fix mishandling of 'control' keywords (Ralf Friedl ↵ | Denis Vlasenko | 2008-01-27 | 1 | -20/+4 |
| | | | | <Ralf.Friedl@online.de>) | ||||
* | microcom: update from the author | Denis Vlasenko | 2008-01-27 | 1 | -73/+133 |
| | |||||
* | tentatively fix getopt state corruption for NOFORK applets | Denis Vlasenko | 2008-01-27 | 1 | -2/+24 |
| | |||||
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 17 | -51/+42 |
| | |||||
* | do not respect CONFIG_MODULES as it breaks building if it is defined in the ↵ | Mike Frysinger | 2008-01-27 | 1 | -1/+1 |
| | | | | build env | ||||
* | udhcpc: filter unwanted packets in kernel | Denis Vlasenko | 2008-01-25 | 5 | -10/+64 |
| | | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) | ||||
* | fdisk: comment out unused function | Denis Vlasenko | 2008-01-25 | 1 | -0/+2 |
| | |||||
* | udhcpc: fix wrong options in decline and release packets | Denis Vlasenko | 2008-01-25 | 3 | -13/+15 |
| | | | | | (Jonas Danielsson <jonas.danielsson at axis.com>) | ||||
* | fdisk: fix a case where break was reached only for DOS labels | Denis Vlasenko | 2008-01-24 | 2 | -6/+3 |
| | |||||
* | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko | 2008-01-24 | 1 | -5/+38 |
| | |||||
* | halt: update help text | Denis Vlasenko | 2008-01-24 | 1 | -4/+7 |
| | |||||
* | comment fix | Denis Vlasenko | 2008-01-24 | 1 | -2/+1 |
| | |||||
* | crond: small code shrink and readability enhancements | Denis Vlasenko | 2008-01-24 | 1 | -15/+15 |
| | |||||
* | grep: fix wrong filename in error message | Denis Vlasenko | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger | 2008-01-23 | 1 | -2/+6 |
| | |||||
* | - Fix hdparm's ioctl parameter passing (John Brandwood) | Bernhard Reutner-Fischer | 2008-01-19 | 1 | -6/+6 |
| | |||||
* | eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings | Paul Fox | 2008-01-18 | 3 | -17/+0 |
| | | | | | | | 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. | ||||
* | - correct helptext of stat (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | - implement brctl setpathcost, setportprio, setbridgeprio, stp | Bernhard Reutner-Fischer | 2008-01-14 | 3 | -21/+97 |
| | | | | | text data bss dec hex filename 907 20 0 927 39f networking/brctl.o | ||||
* | - mention strtod code-duplication as TODO for cleanup | Bernhard Reutner-Fischer | 2008-01-14 | 1 | -0/+3 |
| | |||||
* | - shrink a bit and implement time related fancy features. Improve help texts. | Bernhard Reutner-Fischer | 2008-01-13 | 3 | -38/+122 |
| | | | | | | text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time | ||||
* | - fix commentary typo | Bernhard Reutner-Fischer | 2008-01-13 | 1 | -1/+1 |
| | |||||
* | - save four bytes by manually hoisting the br assignment | Bernhard Reutner-Fischer | 2008-01-13 | 1 | -5/+4 |
| | |||||
* | - update defconfig | Bernhard Reutner-Fischer | 2008-01-13 | 1 | -0/+1 |
| | |||||
* | - new applet brctl | Bernhard Reutner-Fischer | 2008-01-13 | 5 | -0/+105 |
| | | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o | ||||
* | - add ipsvd | Bernhard Reutner-Fischer | 2008-01-11 | 1 | -0/+3 |
| | |||||
* | enable use of ^V prefix to allow forced insertion of any character. in | Paul Fox | 2008-01-11 | 1 | -4/+3 |
| | | | | | particular, without this it's impossible to enter a TAB on the commandline (whether tab completion is enabled or not). | ||||
* | allow 8-bit characters | Paul Fox | 2008-01-11 | 1 | -3/+0 |
| | |||||
* | tac: handle NULs properly. +145 bytes | Denis Vlasenko | 2008-01-09 | 1 | -11/+35 |
| | |||||
* | hush: report [v]fork failures | Denis Vlasenko | 2008-01-08 | 4 | -37/+53 |
| | | | | | | hush: more correct handling of piping config: add CONFIG_NOMMU | ||||
* | whitespace fixes | Denis Vlasenko | 2008-01-07 | 3 | -6/+6 |
| | |||||
* | ps: fix yet another buglet from recent ulltoa conversion :( | Denis Vlasenko | 2008-01-07 | 1 | -4/+4 |
| |