summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2008-06-252-19/+19
* whitespace fixes. no code changesDenis Vlasenko2008-06-253-13/+13
* mount: fix mishandling of proto=tcp/udpDenis Vlasenko2008-06-241-38/+44
* mount: code shrink without logic changes. Added a commentDenis Vlasenko2008-06-241-99/+87
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-7/+4
* change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2008-06-041-1/+1
* make the help for rtcwake reflect the actual default behaviorMike Frysinger2008-06-021-1/+1
* - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer2008-06-021-1/+1
* mdev: add commented-out debug code to open stdio.Denis Vlasenko2008-05-311-0/+9
* - add FIXME to use hasmntopt()Bernhard Reutner-Fischer2008-05-301-0/+1
* [u]mount: add/update dietlibc build fixDenis Vlasenko2008-05-262-3/+14
* mdev: fix counting of '%' in patternDenis Vlasenko2008-05-241-2/+3
* mdev: fix whitespace damageDenis Vlasenko2008-05-231-1/+1
* mdev: suppress "may be used uninitialized" warningDenis Vlasenko2008-05-221-5/+6
* mdev: add support for "only rename" option in mdev.confDenis Vlasenko2008-05-221-3/+5
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-7/+7
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
* - improve wordingBernhard Reutner-Fischer2008-05-191-1/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-192-16/+4
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-182-6/+38
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-155-8/+8
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-135-21/+23
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+7
* mdev: /sys/class/block/ are also block devicesDenis Vlasenko2008-05-081-2/+8
* script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko2008-05-061-19/+16
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-021-30/+32
* testsuite/runtest: remove (last) bashismDenis Vlasenko2008-04-251-1/+1
* - fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer2008-04-241-1/+2
* whitespace fixes. no code changesDenis Vlasenko2008-04-222-2/+2
* build system: use spaces in Kbuild filesDenis Vlasenko2008-04-211-28/+28
* build system: move misplaced config entry for script appletDenis Vlasenko2008-04-211-0/+6
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-2/+2
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-172-19/+29
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-175-155/+136
* mount: remove superfluous commentDenis Vlasenko2008-04-071-1/+0
* script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko2008-04-011-1/+5
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-292-3/+48
* mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko2008-03-291-1/+3
* mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko2008-03-291-11/+16
* mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko2008-03-291-109/+99
* whitespace fixesDenis Vlasenko2008-03-282-4/+4
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-71/+69
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-263-4/+4
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-6/+6