aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * getopt: make it NOEXECDenys Vlasenko2017-08-031-1/+1
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-1/+1
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-022-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2912-46/+57
|\|
| * config: more tweaking of help textsDenys Vlasenko2017-07-273-5/+5
| * rdate: tweak comments, no code changesDenys Vlasenko2017-07-271-5/+4
| * swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-273-2/+11
| * config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-274-7/+2
| * volume_id: enable minix detectionDenys Vlasenko2017-07-253-27/+35
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2466-422/+419
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-07-186-10/+473
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-05-2921-31/+2189
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0859-277/+295
|\|
| * 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