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