- 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 · 7 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
- c314ca9 Make setarch/linux32/linux64 independently selectable by Denys Vlasenko · 8 years ago
- 713b513 more: accept and ignore a bunch of options by Denys Vlasenko · 8 years ago
- b09ab44 mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly by Denys Vlasenko · 8 years ago
- 5093c8c mount: tweak "IPv6 scoped addr" commit by Denys Vlasenko · 8 years ago
- 3c18e30 libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE by Denys Vlasenko · 8 years ago
- b157eb1 fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build by Denys Vlasenko · 8 years ago
- 20a3262 mdev: create devices from /sys/dev by Denys Vlasenko · 8 years ago
- d42cdc2 volume_id: Add support for UBIFS by Serj Kalichev · 8 years ago
- 29483ff fdisk: tweak some messages by Denys Vlasenko · 8 years ago
- 607f2b4 fdisk: print much less cryptic partition table by Denys Vlasenko · 8 years ago
- 2cf9fa6 unshare: --network should be --net. Closes 9116 by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- ecf25cb randomconfig fixes 5: false positive for tar; mount emits corrupted message by Denys Vlasenko · 8 years ago
- 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
- 2fbc312 flock: merge spawn_and_wait() code patchs for -c and sans-c uses by Denys Vlasenko · 9 years ago
- e1d426f flock: fix -c; improve error handling of fork+exec by Denys Vlasenko · 9 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 8b0f459 nsenter,unshare: work around older header by Denys Vlasenko · 9 years ago
- 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
- 9f2f96e unshare: remove stale comment by Denys Vlasenko · 9 years ago
- 80c934a nsenter: new applet by Bartosz Golaszewski · 9 years ago
- c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
- 29b33b6 unshare: new applet by Bartosz Golaszewski · 9 years ago
- 3b757f0 mkfs_vfat: use bb_error_msg for logging, not bb_info_msg by Denys Vlasenko · 9 years ago
- 066e76b Replace a few more bb_info_msg's by bb_error_msg or printf by Denys Vlasenko · 9 years ago
- 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
- 31c984d umount: build fix for older glibc by Denys Vlasenko · 9 years ago
- 23961b2 more bionic fixes by Denys Vlasenko · 9 years ago
- dbf5a6d blkdiscard: new applet by Ari Sundholm · 9 years ago
- 911d265 mount: support "nofail" option. Closes 8551 by Denys Vlasenko · 9 years ago
- 6c634f7 swaponoff: fix compile-time warning by Denys Vlasenko · 9 years ago
- e0942ac blkid: add bcache support by Mike Frysinger · 9 years ago
- 5f11ec3 swapon/swapoff: refine the -e (ifexists) option by Mike Frysinger · 9 years ago
- f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
- 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago