aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ipcrm,ipcs: make them NOEXECDenys Vlasenko2017-08-092-18/+18
| * ipcrm: code shrinkDenys Vlasenko2017-08-091-24/+16
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-0825-63/+67
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-0810-81/+39
| * *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-083-6/+6
| * ipcalc,rdev: make NOEXECDenys Vlasenko2017-08-081-1/+1
| * freeramdisk: make NOEXECDenys Vlasenko2017-08-071-3/+3
| * losetup: make NOEXECDenys Vlasenko2017-08-071-2/+2
| * fatattr: make NOEXECDenys Vlasenko2017-08-071-1/+1
| * users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-1/+1
| * script: -f means "flush", not "fsync"Denys Vlasenko2017-08-071-4/+6
| * script: make -t[FILE] compatible with util-linuxDenys Vlasenko2017-08-071-7/+15
| * script: make -t independent of scriptreplayDenys Vlasenko2017-08-072-9/+16
| * sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-061-0/+2
| * readprofile: do not close/free just before exitingDenys Vlasenko2017-08-061-2/+4
| * blkdiscard: make it NOEXECDenys Vlasenko2017-08-061-2/+2
| * blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y defaultDenys Vlasenko2017-08-061-2/+2
| * lspci,lsscsi,lsusb: make them NOEXECDenys Vlasenko2017-08-052-2/+2
| * umount: make it NOEXECDenys Vlasenko2017-08-051-1/+12
| * pivot_root: make it NOFORKDenys Vlasenko2017-08-051-2/+4
| * blockdev, fsfreeze, fstrim, mountpoint: make NOEXECDenys Vlasenko2017-08-054-4/+4
| * make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-044-7/+7
| * mesg: make in NOFORKDenys Vlasenko2017-08-041-2/+7
| * chat: trim help textDenys Vlasenko2017-08-041-2/+6
| * 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