aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make "hd" independently selectableDenys Vlasenko2016-11-231-2/+3
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2341-555/+622
* Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-163-8/+19
* Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-163-8/+20
* Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-143-30/+50
* Make setarch/linux32/linux64 independently selectableDenys Vlasenko2016-11-131-5/+24
* more: accept and ignore a bunch of optionsDenys Vlasenko2016-10-111-1/+10
* mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
* mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
* libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-0/+6
* fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko2016-09-171-36/+36
* mdev: create devices from /sys/devDenys Vlasenko2016-09-071-47/+41
* volume_id: Add support for UBIFSSerj Kalichev2016-09-064-1/+135
* fdisk: tweak some messagesDenys Vlasenko2016-08-231-19/+24
* fdisk: print much less cryptic partition tableDenys Vlasenko2016-08-231-87/+103
* unshare: --network should be --net. Closes 9116Denys Vlasenko2016-08-221-2/+2
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-068-16/+10
* randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-201-1/+1
* randomconfig fixesDenys Vlasenko2016-06-193-15/+20
* flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko2016-04-241-12/+12
* flock: fix -c; improve error handling of fork+execDenys Vlasenko2016-04-241-2/+17
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-226-8/+8
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-212-5/+6
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-216-3/+10
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-218-9/+18
* nsenter,unshare: work around older headerDenys Vlasenko2016-04-022-0/+45
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-022-32/+8
* unshare: remove stale commentDenys Vlasenko2016-04-021-5/+0
* nsenter: new appletBartosz Golaszewski2016-04-011-0/+286
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-11/+0
* unshare: new appletBartosz Golaszewski2016-04-011-0/+380
* mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-302-13/+13
* umount: build fix for older glibcDenys Vlasenko2016-03-281-0/+3
* more bionic fixesDenys Vlasenko2016-03-141-0/+5
* blkdiscard: new appletAri Sundholm2016-01-021-0/+83
* mount: support "nofail" option. Closes 8551Denys Vlasenko2015-12-301-1/+9
* swaponoff: fix compile-time warningDenys Vlasenko2015-12-181-1/+1
* blkid: add bcache supportMike Frysinger2015-12-163-0/+115
* swapon/swapoff: refine the -e (ifexists) optionMike Frysinger2015-12-161-8/+7
* setarch: add support for '-R' (disable randomization)Denys Vlasenko2015-10-193-26/+39
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-5/+1
* typo fix in commentDenys Vlasenko2015-10-131-1/+1
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-5/+5
* build system: -fno-builtin-printfDenys Vlasenko2015-10-076-61/+61
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+1
* umount: always use umount2 syscall with specified flagsDenys Vlasenko2015-10-011-4/+16
* dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5