- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 0180b57 setpriv: placete "declaration of 'index' shadows a global declaration" warning by Denys Vlasenko · 7 years ago
- 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
- bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
- 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
- 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
- ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
- 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
- dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
- c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
- 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
- c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
- 890bd5d ipcs: tweak output orer to match util-linux 2.28 by Denys Vlasenko · 7 years ago
- c6ce1c9 ipcrm,ipcs: make them NOEXEC by Denys Vlasenko · 7 years ago
- 7943be1 ipcrm: code shrink by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
- 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
- ec98e3a freeramdisk: make NOEXEC by Denys Vlasenko · 7 years ago
- ae84418 losetup: make NOEXEC by Denys Vlasenko · 7 years ago
- 354b104 fatattr: make NOEXEC by Denys Vlasenko · 7 years ago
- 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
- 4dea1ed script: -f means "flush", not "fsync" by Denys Vlasenko · 7 years ago
- 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
- dd55d5d script: make -t independent of scriptreplay by Denys Vlasenko · 7 years ago
- b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
- 035e715 readprofile: do not close/free just before exiting by Denys Vlasenko · 7 years ago
- 277081e blkdiscard: make it NOEXEC by Denys Vlasenko · 7 years ago
- bf18239 blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default by Denys Vlasenko · 7 years ago
- 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
- 83a6c8d umount: make it NOEXEC by Denys Vlasenko · 7 years ago
- fdb9235 pivot_root: make it NOFORK by Denys Vlasenko · 7 years ago
- 9f59849 blockdev, fsfreeze, fstrim, mountpoint: make NOEXEC by Denys Vlasenko · 7 years ago
- 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
- 6514785 mesg: make in NOFORK by Denys Vlasenko · 7 years ago
- 74c05f5 chat: trim help text by Denys Vlasenko · 7 years ago
- 72d725d getopt: make it NOEXEC by Denys Vlasenko · 7 years ago
- 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
- e9a5a69 rdate: tweak comments, no code changes by Denys Vlasenko · 7 years ago
- 8cae43c swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL by Denys Vlasenko · 7 years ago
- 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
- 73c47f6 volume_id: enable minix detection by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 61f9d76 swapon/swapoff: trim config help text by Denys Vlasenko · 7 years ago
- ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 08dfafc fix more instances of ": $((a++))" in shell scripts by Denys Vlasenko · 7 years ago
- 8ea061e blkdiscard: provide our own BLK[SEC]DISCARD if necessary by Denys Vlasenko · 7 years ago
- ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
- b0c0b6d setpriv: remove dependency on libcap headers by Denys Vlasenko · 7 years ago
- 2bfe783 setpriv: factor out capability name printing by Denys Vlasenko · 7 years ago
- cf5748c setpriv: code shrink, and grouping capability code together by Denys Vlasenko · 7 years ago
- 6842d00 setpriv: allow modifying ambient capabilities by Patrick Steinhardt · 7 years ago
- 0f49f6f setpriv: allow modifying inheritable caps by Patrick Steinhardt · 7 years ago
- 5e09874 setpriv: dump ambient capabilities by Patrick Steinhardt · 7 years ago
- f34c701 setpriv: dump capability bounding set by Patrick Steinhardt · 7 years ago
- ad63102 setpriv: dump inheritable capability set by Patrick Steinhardt · 7 years ago
- 10c53b8 setpriv: dump no-new-privs info by Patrick Steinhardt · 7 years ago
- 6798486 setpriv: dump user and group info by Denys Vlasenko · 7 years ago
- 6a3bcf3 setpriv: prepare option parsing logic for additional opts by Patrick Steinhardt · 7 years ago
- d253b55 setpriv: do not process remaining args by Patrick Steinhardt · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- 45100b8 unshare: fix help text; select LONG_OPTS instead depending on them by Denys Vlasenko · 8 years ago
- 62d1e98 setpriv: new applet by Assaf Gordon · 8 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
- 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
- 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
- 67918b3 fallocate: new applet by Denys Vlasenko · 8 years ago
- b9512fa fsfreeze: new applet by Denys Vlasenko · 8 years ago
- e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
- a98db79 Revert "umount: make -d always active, add -D to suppress it" by Denys Vlasenko · 8 years ago
- ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
- 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- 7dd906a xxd: make -p output lines actually end with a newline by Denys Vlasenko · 8 years ago
- 62a9b18 xxd: implement -p by Denys Vlasenko · 8 years ago
- 8a2657c hexdump/xxd: a bit more condensed formats by Denys Vlasenko · 8 years ago
- 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
- bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
- 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
- 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
- 704c606 fdisk: add typical values of -H and -S to --help by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
- 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
- 710b6ce fdisk_gpt: simplify GPT partition name printing by Denys Vlasenko · 8 years ago
- 29516ac fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var by Denys Vlasenko · 8 years ago
- 5b966c6 Make "hd" independently selectable by Denys Vlasenko · 8 years ago
- dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 10880cc Make mkfs.vfat and mkdosfs individually selectable by Denys Vlasenko · 8 years ago
- 0581a2f Make mke2fs and mkfs.ext2 individually selectable by Denys Vlasenko · 8 years ago
- f417ffd Make swapon and swapoff individually selectable. by Denys Vlasenko · 8 years ago