aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-04mesg: make in NOFORKDenys Vlasenko
2017-08-04chat: trim help textDenys Vlasenko
2017-08-03getopt: make it NOEXECDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-27config: more tweaking of help textsDenys Vlasenko
2017-07-27rdate: tweak comments, no code changesDenys Vlasenko
2017-07-27swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-25volume_id: enable minix detectionDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19swapon/swapoff: trim config help textDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
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