msh: a few fields renamed; short->int conversion for a field
[oweals/busybox.git] / util-linux /
2008-02-28 Denis Vlasenkoscript: correctly handle buffered "tail" of output...
2008-02-27 Bernhard Reutner... - fix compilation failure due to implicit decl of resol...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2008-02-20 Mike Frysinger[#1334] exec script for devices even if they dont have...
2008-02-19 Denis Vlasenkofindfs,mount: trivial build fix and whitespace fiexs
2008-02-18 Denis Vlasenkosupport for mount by label (not yet tested)
2008-02-18 Denis Vlasenkomount: with -vv -f, say what mount() calls we were...
2008-02-18 Denis Vlasenkomount: optional support for -vv verbosity
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkomount: make -f work even without mtab support
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-15 Mike Frysingerwe need to pass back the rtc device name that was actua...
2008-02-15 Mike Frysingerfix build failure when long opts are enabled
2008-02-15 Mike Frysingersplit some rtc funcs out of hwclock and into an rtc...
2008-02-14 Denis Vlasenkoumount: instead of non-standard -D, use -d with opposit...
2008-02-13 Denis Vlasenkoswitch_root: stop at first non-option. Closes bug 1425.
2008-02-13 Denis Vlasenkomkswap: fix help text to not lie about supported options.
2008-02-10 Denis Vlasenkogetpot: add support for "a+" specifier for nonnegative...
2008-02-03 Denis Vlasenkomkswap: do not do extra seek
2008-02-01 Mike Frysingeradd support for renaming/relocating device nodes
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-29 Denis Vlasenkomount: allow and ignore _netdev option
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-25 Denis Vlasenkofdisk: comment out unused function
2008-01-24 Denis Vlasenkofdisk: fix a case where break was reached only for...
2008-01-23 Mike Frysingeras reported by George Boudreau, make sure we properly...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-24 Denis Vlasenkoumount: fix fallout from stack reduction change
2007-12-22 Denis Vlasenkoperror_nomsg: don't print extra colon
2007-12-21 Denis Vlasenkofix buglets found by randomconfig
2007-12-16 Denis Vlasenkofdisk: reduce global data/bss usage. 8k data+bss build...
2007-12-02 Denis Vlasenkomkfs.minix: add testsuite; disable code which makes...
2007-12-02 Denis Vlasenkoattack the biggest stack users:
2007-11-23 Denis Vlasenkofix buglets found by randomconfig
2007-11-19 Mike Frysingercleanup comments and coding style and rewrite the mdev...
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
2007-11-13 Denis Vlasenkotr: properly detect read errors (Fernando Silveira...
2007-11-10 Denis Vlasenkoumount: stop using excessive aounts of stack. Surprisingly,
2007-11-10 Denis Vlasenkoreadlink: realpath requires PATH_MAX, bb_common_bufsiz1...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-05 Denis Vlasenkoswaponoff: prevent arithmetic overflow (spotted by...
2007-10-29 Denis Vlasenkomount: size-optimize mount_options[] and nfs_errtbl[]
2007-10-19 Denis Vlasenkomkswap: selinux support by KaiGai Kohei <kaigai@ak...
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-28 Denis Vlasenkoassorted static vars removal
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkostyle and message text fixes
2007-09-26 Denis Vlasenkolosetup: support -f (Loic Grenie <loic.grenie@gmail...
2007-09-23 Denis Vlasenkomake fdisk compile on libc without llseek64
2007-09-22 Bernhard Reutner... - actually mv microcom.c to miscutils
2007-09-22 Denis Vlasenkomove microcom to miscutils
2007-09-22 Bernhard Reutner... - remove some trailing whitespace
2007-09-22 Denis Vlasenkomicrocom: add copyright/license info
2007-09-21 Denis Vlasenkomicrocom: add new applet, this time for real
2007-09-21 Denis Vlasenkomicrocom: new applet by Vladimir Dronnikov <dronnikov...
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-09-07 Denis Vlasenkomessages: by popular request allow PATH to be customize...
2007-09-06 Denis Vlasenkoumount: support (by ignoring) -i; style fixes
2007-09-04 Denis Vlasenkomount: ignore NFS bg option on NOMMU machines
2007-08-29 Denis Vlasenkomount: allow (and ignore) -i
2007-08-28 Denis Vlasenkomount: don't close fd twice in NFS code
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-15 Denis Vlasenkomore: by Tristan Schmelcher <tpkschme@engmail.uwaterloo...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-03 Denis Vlasenkomount: print errno on NFS error (again)
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-20 Bernhard Reutner... - strndupa is a GNU extension. Using strdup to avoid...
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-16 Denis Vlasenkomake FEATURE_HAVE_RPC auto-selectable by mount and...
2007-06-14 Mike FrysingerAlex Landau writes: open firmware for reading, not...
2007-06-13 Denis Vlasenkominix.h: add very simple test script
2007-06-13 Denis Vlasenkofsck_minix: forgotten bit of previous commit...
2007-06-13 Denis Vlasenkofsck_minix: stop using data/bss
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Mike Frysingeras suggested by Renaud Cerrato and Souf, switch over...
2007-06-13 Mike Frysingeradd support for firmware loading
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-08 Denis Vlasenkomdev: microscopic enhancement, should change nothing
next