| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 14 | -22/+26 |
* | help text: regularize format, and shrink | Denis Vlasenko | 2008-03-17 | 1 | -3/+1 |
* | mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution | Denis Vlasenko | 2008-03-17 | 1 | -18/+22 |
* | dos2unix: tiny shrink | Denis Vlasenko | 2008-03-17 | 1 | -43/+36 |
* | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko | 2008-03-17 | 1 | -221/+133 |
* | script: correctly handle buffered "tail" of output. +35 bytes. | Denis Vlasenko | 2008-02-28 | 1 | -60/+52 |
* | - fix compilation failure due to implicit decl of resolve_mount_spec(). | Bernhard Reutner-Fischer | 2008-02-27 | 1 | -2/+0 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 5 | -6/+4 |
* | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | 2008-02-27 | 2 | -0/+196 |
* | lpd: spool mode added by Vladimir | Denis Vlasenko | 2008-02-25 | 1 | -1/+2 |
* | [#1334] exec script for devices even if they dont have device nodes | Mike Frysinger | 2008-02-20 | 1 | -4/+14 |
* | findfs,mount: trivial build fix and whitespace fiexs | Denis Vlasenko | 2008-02-19 | 2 | -6/+8 |
* | support for mount by label (not yet tested) | Denis Vlasenko | 2008-02-18 | 39 | -3/+4601 |
* | mount: with -vv -f, say what mount() calls we were going to make | Denis Vlasenko | 2008-02-18 | 1 | -13/+24 |
* | mount: optional support for -vv verbosity | Denis Vlasenko | 2008-02-18 | 2 | -12/+57 |
* | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko | 2008-02-18 | 1 | -0/+9 |
* | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | 2008-02-17 | 1 | -1/+1 |
* | mount: make -f work even without mtab support | Denis Vlasenko | 2008-02-16 | 2 | -20/+42 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -3/+5 |
* | random s/short/int/ | Denis Vlasenko | 2008-02-16 | 4 | -14/+15 |
* | we need to pass back the rtc device name that was actually used so that we ca... | Mike Frysinger | 2008-02-15 | 2 | -8/+8 |
* | fix build failure when long opts are enabled | Mike Frysinger | 2008-02-15 | 1 | -11/+10 |
* | split some rtc funcs out of hwclock and into an rtc header/lib so that the ne... | Mike Frysinger | 2008-02-15 | 4 | -99/+232 |
* | umount: instead of non-standard -D, use -d with opposite meaning | Denis Vlasenko | 2008-02-14 | 1 | -36/+37 |
* | switch_root: stop at first non-option. Closes bug 1425. | Denis Vlasenko | 2008-02-13 | 1 | -2/+2 |
* | mkswap: fix help text to not lie about supported options. | Denis Vlasenko | 2008-02-13 | 1 | -6/+39 |
* | getpot: add support for "a+" specifier for nonnegative int parameters. | Denis Vlasenko | 2008-02-10 | 1 | -19/+10 |
* | mkswap: do not do extra seek | Denis Vlasenko | 2008-02-03 | 3 | -3/+28 |
* | add support for renaming/relocating device nodes | Mike Frysinger | 2008-02-01 | 2 | -5/+52 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -1/+1 |
* | mount: allow and ignore _netdev option | Denis Vlasenko | 2008-01-29 | 1 | -0/+2 |
* | *: move getopt reset code to better place(s) | Denis Vlasenko | 2008-01-28 | 1 | -1/+8 |
* | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 1 | -2/+4 |
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -1/+1 |
* | fdisk: comment out unused function | Denis Vlasenko | 2008-01-25 | 1 | -0/+2 |
* | fdisk: fix a case where break was reached only for DOS labels | Denis Vlasenko | 2008-01-24 | 1 | -3/+2 |
* | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger | 2008-01-23 | 1 | -2/+6 |
* | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | 2007-12-26 | 1 | -1/+1 |
* | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | 2007-12-24 | 1 | -1/+1 |
* | umount: fix fallout from stack reduction change | Denis Vlasenko | 2007-12-24 | 1 | -2/+2 |
* | perror_nomsg: don't print extra colon | Denis Vlasenko | 2007-12-22 | 1 | -3/+3 |
* | fix buglets found by randomconfig | Denis Vlasenko | 2007-12-21 | 1 | -2/+2 |
* | fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) | Denis Vlasenko | 2007-12-16 | 5 | -213/+225 |
* | mkfs.minix: add testsuite; disable code which makes images variable | Denis Vlasenko | 2007-12-02 | 1 | -4/+3 |
* | attack the biggest stack users: | Denis Vlasenko | 2007-12-02 | 1 | -3/+21 |
* | fix buglets found by randomconfig | Denis Vlasenko | 2007-11-23 | 1 | -0/+1 |
* | cleanup comments and coding style and rewrite the mdev.conf parser to use com... | Mike Frysinger | 2007-11-19 | 1 | -95/+98 |
* | hexdump: add hd alias, add -R option | Denis Vlasenko | 2007-11-18 | 2 | -19/+87 |
* | dmesg,klogd: make code more readable | Denis Vlasenko | 2007-11-16 | 1 | -26/+34 |
* | tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) | Denis Vlasenko | 2007-11-13 | 1 | -4/+1 |