Age | Commit message (Expand) | Author |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer |
2008-05-19 | - improve wording | Bernhard Reutner-Fischer |
2008-05-19 | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer |
2008-05-18 | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko |
2008-05-18 | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-09 | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko |
2008-05-08 | mdev: /sys/class/block/ are also block devices | Denis Vlasenko |
2008-05-06 | script: exit if reading from pseudo-tty errors out (do not loop) | Denis Vlasenko |
2008-05-02 | mdev: fix a bug where we were eating argv[0] of helper | Denis Vlasenko |
2008-04-25 | testsuite/runtest: remove (last) bashism | Denis Vlasenko |
2008-04-24 | - fsetfilecon_war is hidden so use fsetfilecon instead. | Bernhard Reutner-Fischer |
2008-04-22 | whitespace fixes. no code changes | Denis Vlasenko |
2008-04-21 | build system: use spaces in Kbuild files | Denis Vlasenko |
2008-04-21 | build system: move misplaced config entry for script applet | Denis Vlasenko |
2008-04-19 | libbb: introduce xmalloc_xopen_read_close and use where appropriate | Denis Vlasenko |
2008-04-17 | fdisk: fix a case where we can inadvertently close /proc/partitions fd early | Denis Vlasenko |
2008-04-17 | fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. | Denis Vlasenko |
2008-04-07 | mount: remove superfluous comment | Denis Vlasenko |
2008-04-01 | script: do not ignore poll() errors. ~+20 bytes. | Denis Vlasenko |
2008-03-29 | mdev: optional support for regex pattern group substitution. | Denis Vlasenko |
2008-03-29 | mdev: fix block/char device detection. Closes bug 2144. | Denis Vlasenko |
2008-03-29 | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko |
2008-03-29 | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko |
2008-03-28 | whitespace fixes | Denis Vlasenko |
2008-03-27 | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-24 | *: whitespace fixes, no code changes | Denis Vlasenko |
2008-03-24 | lpr: add more accurate comments | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-21 | *: fix build problems found with randomconfig | Denis Vlasenko |
2008-03-20 | termios can be used by either top or more. | Paul Fox |
2008-03-18 | mount: #ifdef out MOUNT_LABEL code parts if it is not selected | Denis Vlasenko |
2008-03-17 | brctl: eliminate stray data object | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | volume_id: disable detection routines which are not setting label and uuid an... | Denis Vlasenko |
2008-03-17 | volude_id: remove unused fields and functions which were setting them | Denis 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 appropriate | Denis Vlasenko |
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 |