| Commit message (Expand) | Author | Age | Files | Lines |
| * | libbb: get rid of statics in dump.c; code shrinks a lot too | Denis Vlasenko | 2008-07-16 | 1 | -20/+18 |
| * | mdev: support for serializing hotplug | Denis Vlasenko | 2008-07-15 | 1 | -3/+28 |
| * | libbb: unified config parser (By Vladimir Dronnikov) | Denis Vlasenko | 2008-07-15 | 1 | -56/+25 |
| * | mdev: check for "/block/" substring for block dev detection | Denis Vlasenko | 2008-07-12 | 1 | -7/+5 |
| * | mdev: if device was moved at creation, at removal coreectly remove | Denis Vlasenko | 2008-07-12 | 1 | -19/+37 |
| * | switch_root: shrink | Denis Vlasenko | 2008-07-11 | 1 | -21/+11 |
| * | fdisk: fix compile failure | Denis Vlasenko | 2008-07-09 | 1 | -38/+41 |
| * | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 2 | -3/+3 |
| * | mount: support for "-o mand" | Denis Vlasenko | 2008-07-08 | 1 | -0/+4 |
| * | mdev: reinstate "follow symlinks" flag, this time with explanation | Denis Vlasenko | 2008-07-06 | 1 | -4/+7 |
| * | mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). | Denis Vlasenko | 2008-07-06 | 1 | -5/+12 |
| * | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 18 | -31/+31 |
| * | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko | 2008-07-01 | 2 | -2/+4 |
| * | *: introduce and use xfork() | Denis Vlasenko | 2008-07-01 | 1 | -0/+1 |
| * | *: introduce and use xvfork() | Denis Vlasenko | 2008-07-01 | 1 | -4/+1 |
| * | fdisk: cosmetics, and removal of dead data | Denis Vlasenko | 2008-06-29 | 1 | -10/+8 |
| * | fdisk: move more data to struct globals; shrink code | Denis Vlasenko | 2008-06-29 | 4 | -68/+66 |
| * | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -2/+2 |
| * | style fixes, no code changes | Denis Vlasenko | 2008-06-26 | 3 | -5/+5 |
| * | mkfs_minix, fsck_minix: code shrink | Denis Vlasenko | 2008-06-25 | 2 | -19/+19 |
| * | whitespace fixes. no code changes | Denis Vlasenko | 2008-06-25 | 3 | -13/+13 |
| * | mount: fix mishandling of proto=tcp/udp | Denis Vlasenko | 2008-06-24 | 1 | -38/+44 |
| * | mount: code shrink without logic changes. Added a comment | Denis Vlasenko | 2008-06-24 | 1 | -99/+87 |
| * | whitespace and comment fixes, no code changes | Denis Vlasenko | 2008-06-16 | 1 | -1/+1 |
| * | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko | 2008-06-15 | 1 | -2/+1 |
| * | libbb: introduce and use print_flags(). | Denis Vlasenko | 2008-06-07 | 1 | -7/+4 |
| * | change default rtcwake mode to match changed behavior in upstream util-linux | Mike Frysinger | 2008-06-04 | 1 | -1/+1 |
| * | make the help for rtcwake reflect the actual default behavior | Mike Frysinger | 2008-06-02 | 1 | -1/+1 |
| * | - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -1/+1 |
| * | mdev: add commented-out debug code to open stdio. | Denis Vlasenko | 2008-05-31 | 1 | -0/+9 |
| * | - add FIXME to use hasmntopt() | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -0/+1 |
| * | [u]mount: add/update dietlibc build fix | Denis Vlasenko | 2008-05-26 | 2 | -3/+14 |
| * | mdev: fix counting of '%' in pattern | Denis Vlasenko | 2008-05-24 | 1 | -2/+3 |
| * | mdev: fix whitespace damage | Denis Vlasenko | 2008-05-23 | 1 | -1/+1 |
| * | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko | 2008-05-22 | 1 | -5/+6 |
| * | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko | 2008-05-22 | 1 | -3/+5 |
| * | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
| * | - improve readability | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+10 |
| * | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -3/+3 |
| * | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 3 | -7/+7 |
| * | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -2/+2 |
| * | - improve wording | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
| * | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer | 2008-05-19 | 2 | -16/+4 |
| * | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko | 2008-05-18 | 2 | -6/+38 |
| * | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 1 | -2/+2 |
| * | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 5 | -8/+8 |
| * | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 5 | -21/+23 |
| * | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko | 2008-05-09 | 1 | -0/+7 |
| * | mdev: /sys/class/block/ are also block devices | Denis Vlasenko | 2008-05-08 | 1 | -2/+8 |
| * | script: exit if reading from pseudo-tty errors out (do not loop) | Denis Vlasenko | 2008-05-06 | 1 | -19/+16 |