Age | Commit message (Expand) | Author |
2017-08-04 | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko |
2017-08-04 | getopt32: move support for "always treat first arg as option" to users (tar/ar) | Denys Vlasenko |
2017-08-04 | getopt32: factor out code to treat all args as options | Denys Vlasenko |
2017-08-03 | nofork: fix a bug uncovered by hush testsuite (forgotten fflush) | Denys Vlasenko |
2017-08-03 | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko |
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-29 | libbb: remove vdprintf | Ron Yorston |
2017-07-29 | standalone shell / prefer_applets: fix "exe" in comm fields | Denys Vlasenko |
2017-07-29 | shell: make standalone shell tab-complete "busybox" | Denys Vlasenko |
2017-07-27 | config: trim/improve item names and help texts. | Denys Vlasenko |
2017-07-25 | ash: allow "trap NUM [SIG]..." syntax | Denys Vlasenko |
2017-07-22 | libbb: avoid malloc/free in bb_unsetenv() | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-15 | config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu | Denys Vlasenko |
2017-07-15 | copyfd: guard use of munmap() with #if (windows builds need this) | Johannes Schindelin |
2017-07-14 | libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block | Denys Vlasenko |
2017-07-14 | xxd: allow "-" as file name meaning stdin | Denys Vlasenko |
2017-07-14 | libbb/dump: allow skipping over stdin too | Denys Vlasenko |
2017-07-14 | libbb/dump: fix a few broken commits and shrink code | Denys Vlasenko |
2017-07-14 | libbb: safe_write should not return EINTR | Denys Vlasenko |
2017-07-14 | cat: fix "cat -An" ignoring -n; make numbering go througn all files | Denys Vlasenko |
2017-07-10 | libbb: do not die if setgid/setuid(real_id) on startup fails | Denys Vlasenko |
2017-07-07 | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko |
2017-07-04 | libbb: new function bb_getgroups() - allocating wrapper around getgroups() | Denys Vlasenko |
2017-07-04 | Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-04-13 | libbb: fix "error: redefinition of 'is_tty_secure'" | Denys Vlasenko |
2017-04-13 | libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD | Denys Vlasenko |
2017-04-13 | su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY | Denys Vlasenko |
2017-04-13 | login: move check_securetty to libbb | Kaarle Ritvanen |
2017-04-12 | libbb: GETOPT_RESET macro | Kaarle Ritvanen |
2017-04-12 | fix errors found with make_single_applets.sh | Denys Vlasenko |
2017-04-11 | libbb: move isqrt from factor, use it in diff too | Denys Vlasenko |
2017-04-06 | modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 | Denys Vlasenko |
2017-03-16 | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko |
2017-02-04 | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov |
2017-02-02 | ps: avoid -o stat to contain spaces. Closes 9631 | Denys Vlasenko |
2017-01-30 | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko |
2017-01-26 | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko |
2017-01-25 | libbb: shrink sump.c | Denys Vlasenko |
2017-01-25 | xxd: new applet | Denys Vlasenko |
2017-01-24 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko |
2017-01-15 | libbb: eliminate redundant variable in sha_crypt | Denys Vlasenko |
2017-01-15 | sha512: use larger constant table only if sha512 is in fact selected | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-11 | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2017-01-06 | Automatically disable FEATURE_COMPRESS_USAGE for small builds. | Denys Vlasenko |