aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko
2017-06-14setpriv: new appletAssaf Gordon
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-04-12Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko
2017-04-11fallocate: new appletDenys Vlasenko
2017-04-11fsfreeze: new appletDenys Vlasenko
2017-03-24switch_root: don't bail out when console doesn't existAndrei Gherzan
2017-03-16Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-01-30libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-25xxd: make -p output lines actually end with a newlineDenys Vlasenko
2017-01-25xxd: implement -pDenys Vlasenko
2017-01-25hexdump/xxd: a bit more condensed formatsDenys Vlasenko
2017-01-25xxd: new appletDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-20rdate: time(NULL) is shorter than time(&var)Denys Vlasenko
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko
2017-01-19fdisk: add typical values of -H and -S to --helpDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
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