aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2017-07-15fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko
2017-07-15blkdiscard: provide our own BLK[SEC]DISCARD if necessaryDenys Vlasenko
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko
2017-07-07setpriv: remove dependency on libcap headersDenys Vlasenko
2017-07-07setpriv: factor out capability name printingDenys Vlasenko
2017-07-07setpriv: code shrink, and grouping capability code togetherDenys Vlasenko
2017-07-07setpriv: allow modifying ambient capabilitiesPatrick Steinhardt
2017-07-07setpriv: allow modifying inheritable capsPatrick Steinhardt
2017-07-06setpriv: dump ambient capabilitiesPatrick Steinhardt
2017-07-06setpriv: dump capability bounding setPatrick Steinhardt
2017-07-06setpriv: dump inheritable capability setPatrick Steinhardt
2017-07-06setpriv: dump no-new-privs infoPatrick Steinhardt
2017-07-04setpriv: dump user and group infoDenys Vlasenko
2017-07-04setpriv: prepare option parsing logic for additional optsPatrick Steinhardt
2017-07-04setpriv: do not process remaining argsPatrick Steinhardt
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