aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko
2008-04-24- fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-21build system: use spaces in Kbuild filesDenis Vlasenko
2008-04-21build system: move misplaced config entry for script appletDenis Vlasenko
2008-04-19libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko
2008-04-17fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko
2008-04-17fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko
2008-04-07mount: remove superfluous commentDenis Vlasenko
2008-04-01script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko
2008-03-29mdev: optional support for regex pattern group substitution.Denis Vlasenko
2008-03-29mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko
2008-03-29mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko
2008-03-29mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko
2008-03-28whitespace fixesDenis Vlasenko
2008-03-27mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko
2008-03-20termios can be used by either top or more.Paul Fox
2008-03-18mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko
2008-03-17brctl: eliminate stray data objectDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17help text: regularize format, and shrinkDenis Vlasenko
2008-03-17mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko
2008-02-28script: 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" locationsDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-20[#1334] exec script for devices even if they dont have device nodesMike Frysinger
2008-02-19findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko
2008-02-18support for mount by label (not yet tested)Denis Vlasenko
2008-02-18mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko
2008-02-18mount: optional support for -vv verbosityDenis Vlasenko