- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
- 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
- d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
- 802a7be add comment explaining previous change by Denis Vlasenko · 16 years ago
- 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
- bff06fe blkid: vda forgot to svn add it again. vda is stupid by Denis Vlasenko · 16 years ago
- f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
- 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
- 1e19afd blkid: new applet. We almost had everything needed for it already by Denis Vlasenko · 16 years ago
- d5e3059 findfs: fix LUKS and FAT detection routines; do not exit if corrupted by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
- b66d16a fbset: fix mode matching code: original code may trigger false positive. by Denis Vlasenko · 16 years ago
- 7fe21c6 setarch: do not try to use non-existent data in argv[] by Denis Vlasenko · 16 years ago
- c77e843 - add new applet rdev (Grant Erickson) - fixes and shrink (me) by Bernhard Reutner-Fischer · 16 years ago
- fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
- 8d523cb fbset: shrink code a bit more by Denis Vlasenko · 16 years ago
- 09f5ecf fbset: code shrink by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- df96df9 mdev: do not complain if mdev.conf does not exist; by Denis Vlasenko · 16 years ago
- e99a92d - strip implied proto and superfluous "www." domain part. by Bernhard Reutner-Fischer · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- b62bd7b - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- 1d4cd60 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
- c29684a mount: support nfs mount option nordiplus. by Denis Vlasenko · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
- fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
- 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
- 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
- e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
- a87045c mdev: check for "/block/" substring for block dev detection by Denis Vlasenko · 16 years ago
- d986048 mdev: if device was moved at creation, at removal coreectly remove by Denis Vlasenko · 16 years ago
- 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
- 9764d69 fdisk: fix compile failure by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- 580ce2d mount: support for "-o mand" by Denis Vlasenko · 16 years ago
- 67075bb mdev: reinstate "follow symlinks" flag, this time with explanation by Denis Vlasenko · 16 years ago
- d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
- 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
- 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
- 270d5d7 fdisk: cosmetics, and removal of dead data by Denis Vlasenko · 16 years ago
- 6eaf0a9 fdisk: move more data to struct globals; shrink code by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
- e06f61d mkfs_minix, fsck_minix: code shrink by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- f26e3d2 mount: fix mishandling of proto=tcp/udp by Denis Vlasenko · 16 years ago
- d0cc3f4 mount: code shrink without logic changes. Added a comment by Denis Vlasenko · 16 years ago
- f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
- 1e93f3c change default rtcwake mode to match changed behavior in upstream util-linux by Mike Frysinger · 17 years ago
- 85571d8 make the help for rtcwake reflect the actual default behavior by Mike Frysinger · 17 years ago
- 9af7aba - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" by Bernhard Reutner-Fischer · 17 years ago
- f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
- f9a0784 - add FIXME to use hasmntopt() by Bernhard Reutner-Fischer · 17 years ago
- a0e17f7 [u]mount: add/update dietlibc build fix by Denis Vlasenko · 17 years ago
- e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
- ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
- a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
- 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
- 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
- f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 17 years ago
- 3576bed - improve wording by Bernhard Reutner-Fischer · 17 years ago
- ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
- ee56e01 swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) by Denis Vlasenko · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
- 4579e9c mdev: /sys/class/block/ are also block devices by Denis Vlasenko · 17 years ago
- 06ebc16 script: exit if reading from pseudo-tty errors out (do not loop) by Denis Vlasenko · 17 years ago
- 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
- 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
- c6191e9 - fsetfilecon_war is hidden so use fsetfilecon instead. by Bernhard Reutner-Fischer · 17 years ago
- 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
- 2d94992 build system: use spaces in Kbuild files by Denis Vlasenko · 17 years ago
- 376003b build system: move misplaced config entry for script applet by Denis Vlasenko · 17 years ago
- f3745ea libbb: introduce xmalloc_xopen_read_close and use where appropriate by Denis Vlasenko · 17 years ago
- c033d51 fdisk: fix a case where we can inadvertently close /proc/partitions fd early by Denis Vlasenko · 17 years ago
- 4437d19 fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. by Denis Vlasenko · 17 years ago
- ed23adc mount: remove superfluous comment by Denis Vlasenko · 17 years ago
- 9dedf72 script: do not ignore poll() errors. ~+20 bytes. by Denis Vlasenko · 17 years ago
- f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
- aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
- cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
- 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago