aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xfork()Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-06-29fdisk: cosmetics, and removal of dead dataDenis Vlasenko
2008-06-29fdisk: move more data to struct globals; shrink code Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-06-25mkfs_minix, fsck_minix: code shrinkDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-24mount: fix mishandling of proto=tcp/udpDenis Vlasenko
2008-06-24mount: code shrink without logic changes. Added a commentDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-04change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger
2008-06-02make the help for rtcwake reflect the actual default behaviorMike Frysinger
2008-06-02- pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer
2008-05-31mdev: add commented-out debug code to open stdio.Denis Vlasenko
2008-05-30- add FIXME to use hasmntopt()Bernhard Reutner-Fischer
2008-05-26[u]mount: add/update dietlibc build fixDenis Vlasenko
2008-05-24mdev: fix counting of '%' in patternDenis Vlasenko
2008-05-23mdev: fix whitespace damageDenis Vlasenko
2008-05-22mdev: suppress "may be used uninitialized" warningDenis Vlasenko
2008-05-22mdev: add support for "only rename" option in mdev.confDenis Vlasenko
2008-05-20- Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer
2008-05-19- improve readabilityBernhard Reutner-Fischer
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-19- mention FIXME use find_mount_point()Bernhard Reutner-Fischer
2008-05-19- improve wordingBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-18swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
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