| Commit message (Expand) | Author | Age | Files | Lines |
* | lineedit: fix incorrect conflict resolution in bb8d79ead merge | Ron Yorston | 2017-07-29 | 1 | -38/+0 |
* | ash: remove old code to tab-complete 'busybox' in standalone shell | Ron Yorston | 2017-07-29 | 1 | -10/+2 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 4 | -10/+42 |
|\ |
|
| * | standalone shell / prefer_applets: fix "exe" in comm fields | Denys Vlasenko | 2017-07-29 | 1 | -0/+18 |
| * | shell: make standalone shell tab-complete "busybox" | Denys Vlasenko | 2017-07-29 | 2 | -6/+21 |
| * | config: trim/improve item names and help texts. | Denys Vlasenko | 2017-07-27 | 1 | -3/+2 |
| * | ash: allow "trap NUM [SIG]..." syntax | Denys Vlasenko | 2017-07-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 5 | -182/+190 |
|\| |
|
| * | libbb: avoid malloc/free in bb_unsetenv() | Denys Vlasenko | 2017-07-22 | 1 | -13/+21 |
| * | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 4 | -169/+169 |
* | | win32: simplify spawning applets | Ron Yorston | 2017-07-21 | 1 | -6/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 12 | -82/+156 |
|\| |
|
| * | config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu | Denys Vlasenko | 2017-07-15 | 2 | -6/+8 |
| * | copyfd: guard use of munmap() with #if (windows builds need this) | Johannes Schindelin | 2017-07-15 | 1 | -0/+3 |
| * | libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block | Denys Vlasenko | 2017-07-14 | 1 | -27/+19 |
| * | xxd: allow "-" as file name meaning stdin | Denys Vlasenko | 2017-07-14 | 1 | -4/+6 |
| * | libbb/dump: allow skipping over stdin too | Denys Vlasenko | 2017-07-14 | 1 | -20/+13 |
| * | libbb/dump: fix a few broken commits and shrink code | Denys Vlasenko | 2017-07-14 | 1 | -10/+10 |
| * | libbb: safe_write should not return EINTR | Denys Vlasenko | 2017-07-14 | 1 | -2/+10 |
| * | cat: fix "cat -An" ignoring -n; make numbering go througn all files | Denys Vlasenko | 2017-07-14 | 1 | -0/+1 |
| * | libbb: do not die if setgid/setuid(real_id) on startup fails | Denys Vlasenko | 2017-07-10 | 1 | -2/+15 |
| * | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko | 2017-07-07 | 2 | -4/+8 |
| * | libbb: new function bb_getgroups() - allocating wrapper around getgroups() | Denys Vlasenko | 2017-07-04 | 1 | -0/+47 |
| * | Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis | Denys Vlasenko | 2017-07-04 | 1 | -4/+2 |
| * | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 2017-07-03 | 3 | -8/+19 |
* | | Use %I64* formats with MinGW instead of %ll* formats | Johannes Schindelin | 2017-07-18 | 1 | -2/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-05-29 | 10 | -71/+219 |
|\| |
|
| * | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 1 | -1/+1 |
| * | libbb: fix "error: redefinition of 'is_tty_secure'" | Denys Vlasenko | 2017-04-13 | 1 | -0/+2 |
| * | libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD | Denys Vlasenko | 2017-04-13 | 2 | -4/+6 |
| * | su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY | Denys Vlasenko | 2017-04-13 | 1 | -2/+2 |
| * | login: move check_securetty to libbb | Kaarle Ritvanen | 2017-04-13 | 2 | -0/+23 |
| * | libbb: GETOPT_RESET macro | Kaarle Ritvanen | 2017-04-12 | 2 | -33/+3 |
| * | fix errors found with make_single_applets.sh | Denys Vlasenko | 2017-04-12 | 2 | -0/+62 |
| * | libbb: move isqrt from factor, use it in diff too | Denys Vlasenko | 2017-04-11 | 1 | -0/+60 |
| * | modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 | Denys Vlasenko | 2017-04-06 | 1 | -17/+29 |
| * | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko | 2017-03-16 | 1 | -16/+33 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 14 | -212/+259 |
|\| |
|
| * | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov | 2017-02-04 | 3 | -4/+4 |
| * | ps: avoid -o stat to contain spaces. Closes 9631 | Denys Vlasenko | 2017-02-02 | 1 | -10/+14 |
| * | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko | 2017-01-30 | 1 | -12/+8 |
| * | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko | 2017-01-26 | 1 | -17/+19 |
| * | libbb: shrink sump.c | Denys Vlasenko | 2017-01-25 | 1 | -79/+80 |
| * | xxd: new applet | Denys Vlasenko | 2017-01-25 | 1 | -7/+5 |
| * | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko | 2017-01-24 | 3 | -7/+14 |
| * | libbb: eliminate redundant variable in sha_crypt | Denys Vlasenko | 2017-01-15 | 1 | -8/+7 |
| * | sha512: use larger constant table only if sha512 is in fact selected | Denys Vlasenko | 2017-01-15 | 1 | -46/+66 |
| * | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 2 | -1/+38 |
| * | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko | 2017-01-11 | 1 | -5/+1 |
| * | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -16/+1 |