summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* config: deindent all help textsDenys Vlasenko2017-07-2166-355/+355
* swapon/swapoff: trim config help textDenys Vlasenko2017-07-191-3/+0
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-194-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1853-60/+60
* fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko2017-07-151-6/+6
* blkdiscard: provide our own BLK[SEC]DISCARD if necessaryDenys Vlasenko2017-07-151-0/+7
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-101-1/+2
* setpriv: remove dependency on libcap headersDenys Vlasenko2017-07-071-1/+8
* setpriv: factor out capability name printingDenys Vlasenko2017-07-071-18/+16
* setpriv: code shrink, and grouping capability code togetherDenys Vlasenko2017-07-071-96/+91
* setpriv: allow modifying ambient capabilitiesPatrick Steinhardt2017-07-071-9/+35
* setpriv: allow modifying inheritable capsPatrick Steinhardt2017-07-071-11/+95
* setpriv: dump ambient capabilitiesPatrick Steinhardt2017-07-061-0/+26
* setpriv: dump capability bounding setPatrick Steinhardt2017-07-061-0/+23
* setpriv: dump inheritable capability setPatrick Steinhardt2017-07-061-4/+147
* setpriv: dump no-new-privs infoPatrick Steinhardt2017-07-061-2/+10
* setpriv: dump user and group infoDenys Vlasenko2017-07-041-3/+62
* setpriv: prepare option parsing logic for additional optsPatrick Steinhardt2017-07-041-3/+11
* setpriv: do not process remaining argsPatrick Steinhardt2017-07-041-1/+2
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+3
* unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko2017-06-141-3/+4
* setpriv: new appletAssaf Gordon2017-06-141-0/+73
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-175-5/+5
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-6/+1
* Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko2017-04-123-0/+614
* Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko2017-04-129-0/+1353
* fallocate: new appletDenys Vlasenko2017-04-112-1/+105
* fsfreeze: new appletDenys Vlasenko2017-04-111-0/+54
* switch_root: don't bail out when console doesn't existAndrei Gherzan2017-03-241-4/+6
* Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko2017-03-161-16/+8
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-162-2/+46
* libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-302-3/+3
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-296-3/+9
* xxd: make -p output lines actually end with a newlineDenys Vlasenko2017-01-251-1/+3
* xxd: implement -pDenys Vlasenko2017-01-252-18/+31
* hexdump/xxd: a bit more condensed formatsDenys Vlasenko2017-01-252-3/+3
* xxd: new appletDenys Vlasenko2017-01-252-9/+144
* make --help texts more uniformDenys Vlasenko2017-01-215-32/+32
* rdate: time(NULL) is shorter than time(&var)Denys Vlasenko2017-01-201-4/+1
* rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-201-6/+27
* fdisk: add typical values of -H and -S to --helpDenys Vlasenko2017-01-191-2/+2
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-12/+4
* more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko2017-01-111-57/+49
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-1042-145/+5
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-22/+3
* Code style fixes, no code changesDenys Vlasenko2016-11-282-5/+6
* fdisk_gpt: simplify GPT partition name printingDenys Vlasenko2016-11-271-2/+2
* fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2016-11-272-15/+42
* Make "hd" independently selectableDenys Vlasenko2016-11-231-2/+3
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2341-555/+622