aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-27fdisk_gpt: simplify GPT partition name printingDenys Vlasenko
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko
2016-11-23Make "hd" independently selectableDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko
2016-11-13Make setarch/linux32/linux64 independently selectableDenys Vlasenko
2016-10-11more: accept and ignore a bunch of optionsDenys Vlasenko
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko
2016-09-07mdev: create devices from /sys/devDenys Vlasenko
2016-09-06volume_id: Add support for UBIFSSerj Kalichev
2016-08-23fdisk: tweak some messagesDenys Vlasenko
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-02unshare: remove stale commentDenys Vlasenko
2016-04-01nsenter: new appletBartosz Golaszewski
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-04-01unshare: new appletBartosz Golaszewski
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2016-03-28umount: build fix for older glibcDenys Vlasenko
2016-03-14more bionic fixesDenys Vlasenko
2016-01-02blkdiscard: new appletAri Sundholm
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko
2015-12-16blkid: add bcache supportMike Frysinger
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-13typo fix in commentDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko