Age | Commit message (Expand) | Author |
2017-08-02 | line editing: make read_line_input() not take timeout param | Denys Vlasenko |
2017-08-02 | do not use `a' quoting style in comments | Denys Vlasenko |
2017-07-27 | config: more tweaking of help texts | Denys Vlasenko |
2017-07-27 | rdate: tweak comments, no code changes | Denys Vlasenko |
2017-07-27 | swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL | Denys Vlasenko |
2017-07-27 | config: trim/improve item names and help texts, take 2 | Denys Vlasenko |
2017-07-25 | volume_id: enable minix detection | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-19 | swapon/swapoff: trim config help text | Denys Vlasenko |
2017-07-19 | Update remaining menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-07-15 | fix more instances of ": $((a++))" in shell scripts | Denys Vlasenko |
2017-07-15 | blkdiscard: provide our own BLK[SEC]DISCARD if necessary | Denys Vlasenko |
2017-07-10 | inetd,mount: do not die if uclibc without RPC is detected | Denys Vlasenko |
2017-07-07 | setpriv: remove dependency on libcap headers | Denys Vlasenko |
2017-07-07 | setpriv: factor out capability name printing | Denys Vlasenko |
2017-07-07 | setpriv: code shrink, and grouping capability code together | Denys Vlasenko |
2017-07-07 | setpriv: allow modifying ambient capabilities | Patrick Steinhardt |
2017-07-07 | setpriv: allow modifying inheritable caps | Patrick Steinhardt |
2017-07-06 | setpriv: dump ambient capabilities | Patrick Steinhardt |
2017-07-06 | setpriv: dump capability bounding set | Patrick Steinhardt |
2017-07-06 | setpriv: dump inheritable capability set | Patrick Steinhardt |
2017-07-06 | setpriv: dump no-new-privs info | Patrick Steinhardt |
2017-07-04 | setpriv: dump user and group info | Denys Vlasenko |
2017-07-04 | setpriv: prepare option parsing logic for additional opts | Patrick Steinhardt |
2017-07-04 | setpriv: do not process remaining args | Patrick Steinhardt |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-06-14 | unshare: fix help text; select LONG_OPTS instead depending on them | Denys Vlasenko |
2017-06-14 | setpriv: new applet | Assaf Gordon |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-04-12 | libbb: GETOPT_RESET macro | Kaarle Ritvanen |
2017-04-12 | Sort more misplaced applets into coreutils or util-linux | Denys Vlasenko |
2017-04-12 | Sort some miscutils/ applets into coreutils or util-linux | Denys Vlasenko |
2017-04-11 | fallocate: new applet | Denys Vlasenko |
2017-04-11 | fsfreeze: new applet | Denys Vlasenko |
2017-03-24 | switch_root: don't bail out when console doesn't exist | Andrei Gherzan |
2017-03-16 | Revert "umount: make -d always active, add -D to suppress it" | Denys Vlasenko |
2017-03-16 | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko |
2017-01-30 | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2017-01-25 | xxd: make -p output lines actually end with a newline | Denys Vlasenko |
2017-01-25 | xxd: implement -p | Denys Vlasenko |
2017-01-25 | hexdump/xxd: a bit more condensed formats | Denys Vlasenko |
2017-01-25 | xxd: new applet | Denys Vlasenko |
2017-01-21 | make --help texts more uniform | Denys Vlasenko |
2017-01-20 | rdate: time(NULL) is shorter than time(&var) | Denys Vlasenko |
2017-01-20 | rdate: make it do something remotely sane, facing 32-bit time overflow | Denys Vlasenko |
2017-01-19 | fdisk: add typical values of -H and -S to --help | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-11 | more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink | Denys Vlasenko |