hush: fix comments, no code changes
[oweals/busybox.git] / util-linux /
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-19 Bernhard Reutner... - mention FIXME use find_mount_point()
2008-05-19 Bernhard Reutner... - improve wording
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-05-18 Denis Vlasenkoswapon: optional -p PRIO support (by Francois Barel...
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-05-08 Denis Vlasenkomdev: /sys/class/block/ are also block devices
2008-05-06 Denis Vlasenkoscript: exit if reading from pseudo-tty errors out...
2008-05-02 Denis Vlasenkomdev: fix a bug where we were eating argv[0] of helper
2008-04-25 Denis Vlasenkotestsuite/runtest: remove (last) bashism
2008-04-24 Bernhard Reutner... - fsetfilecon_war is hidden so use fsetfilecon instead.
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-21 Denis Vlasenkobuild system: use spaces in Kbuild files
2008-04-21 Denis Vlasenkobuild system: move misplaced config entry for script...
2008-04-19 Denis Vlasenkolibbb: introduce xmalloc_xopen_read_close and use where...
2008-04-17 Denis Vlasenkofdisk: fix a case where we can inadvertently close...
2008-04-17 Denis Vlasenkofdisk: do not open device twice. Complain on fdisk...
2008-04-07 Denis Vlasenkomount: remove superfluous comment
2008-04-01 Denis Vlasenkoscript: do not ignore poll() errors. ~+20 bytes.
2008-03-29 Denis Vlasenkomdev: optional support for regex pattern group substitu...
2008-03-29 Denis Vlasenkomdev: fix block/char device detection. Closes bug 2144.
2008-03-29 Denis Vlasenkomdev: fix "foo 0:0 444 >bar/baz" rule handling. make_de...
2008-03-29 Denis Vlasenkomdev: fix a bug where it was not stopping on first...
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-27 Denis Vlasenkomdev: plug a few memory and fd leaks; simplify code...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-21 Denis Vlasenko*: fix build problems found with randomconfig
2008-03-20 Paul Foxtermios can be used by either top or more.
2008-03-18 Denis Vlasenkomount: #ifdef out MOUNT_LABEL code parts if it is not...
2008-03-17 Denis Vlasenkobrctl: eliminate stray data object
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenkovolume_id: disable detection routines which are not...
2008-03-17 Denis Vlasenkovolude_id: remove unused fields and functions which...
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkohelp text: regularize format, and shrink
2008-03-17 Denis Vlasenkomount: plug a hole where FEATURE_MOUNT_HELPERS could...
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2008-03-17 Denis Vlasenkofsck_minix: getopt32-ification; code shrink; reduce...
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
next