| Commit message (Expand) | Author | Age | Files | Lines |
* | busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93 | Ron Yorston | 2021-03-02 | 1 | -43/+39 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-03-01 | 4 | -45/+61 |
|\ |
|
| * | lineedit: support empty PATH entries in tab completion | Ron Yorston | 2021-02-23 | 1 | -6/+4 |
| * | libbb: fix '--help' handling in FEATURE_SH_NOFORK=y | Denys Vlasenko | 2021-02-18 | 2 | -10/+24 |
| * | ash: placate -Werror=format-security | Denys Vlasenko | 2021-02-18 | 1 | -0/+12 |
* | | libbb: fix detection of relative paths in xreadlink.csymlink | Ron Yorston | 2021-03-01 | 1 | -0/+4 |
* | | Fix `xmalloc_readlink()` again | Ron Yorston | 2021-03-01 | 1 | -1/+1 |
* | | libbb: make banner shorter | Ron Yorston | 2021-02-16 | 1 | -2/+2 |
* | | win32: code shrink | Ron Yorston | 2021-02-13 | 1 | -5/+15 |
* | | win32: make readlink(2) implementation unconditional | Ron Yorston | 2021-02-12 | 1 | -1/+1 |
* | | libbb: avoid problems with quoted characters in tab completion | Ron Yorston | 2021-02-12 | 1 | -3/+11 |
* | | win32: code shrink | Ron Yorston | 2021-02-06 | 2 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-02-05 | 10 | -107/+50 |
|\| |
|
| * | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 6 | -10/+15 |
| * | libbb: code shrink fgets_str | Ron Yorston | 2021-02-03 | 1 | -12/+5 |
| * | nl: ensure '-b n' option displays file content | Ron Yorston | 2021-02-02 | 1 | -1/+2 |
| * | libbb: code shrink and speed up index_in_strings() | Ron Yorston | 2021-02-02 | 1 | -4/+10 |
| * | libbb: code shrink and speed up find_applet_by_name() | Ron Yorston | 2021-02-02 | 1 | -79/+17 |
| * | update_passwd: fix context variable | Bernd Kuhls | 2021-01-14 | 1 | -1/+1 |
* | | tls: avoid unnecessary changes to POSIX build, part 2 | Ron Yorston | 2021-01-25 | 1 | -7/+0 |
* | | tls: avoid unnecessary changes to POSIX build | Ron Yorston | 2021-01-24 | 1 | -0/+7 |
* | | libbb: reduce changes to find_executable() | Ron Yorston | 2021-01-23 | 1 | -8/+7 |
* | | Revert "libbb: reinstate NULL check in last_char_is()" | Ron Yorston | 2021-01-22 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 24 | -359/+543 |
|\| |
|
| * | Fix missing "crypt.h" compilation error on the FreeBSD | Alex Samorukov | 2021-01-04 | 1 | -1/+3 |
| * | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 2 | -3/+14 |
| * | libbb/procps: smaller global data for username/groupname cache | Denys Vlasenko | 2020-12-30 | 1 | -28/+17 |
| * | randomconfig fixes | Denys Vlasenko | 2020-12-29 | 1 | -1/+1 |
| * | lineedit: code shrink | Denys Vlasenko | 2020-12-21 | 1 | -5/+5 |
| * | lineedit: add a comment about possible use of tcflush() | Denys Vlasenko | 2020-12-21 | 1 | -0/+1 |
| * | bc: do not allocate line editing state until needed | Denys Vlasenko | 2020-12-21 | 1 | -7/+11 |
| * | mount: if we race with other loop mount, we forget to close loop dev | Denys Vlasenko | 2020-12-17 | 1 | -1/+2 |
| * | move ADJTIME_PATH define to header files | Denys Vlasenko | 2020-12-17 | 1 | -6/+0 |
| * | mount: fix a race when a free loop device is snatched under us by another mount. | Denys Vlasenko | 2020-12-17 | 1 | -65/+73 |
| * | Fixes for Hurd build | Denys Vlasenko | 2020-12-17 | 1 | -0/+4 |
| * | libbb: do not compile selinux_or_die() if !SELINUX | Denys Vlasenko | 2020-12-16 | 1 | -3/+3 |
| * | libbb: introduce and use xsettimeofday() | Denys Vlasenko | 2020-12-16 | 2 | -12/+18 |
| * | lineedit: disable completion and fancy prompts if no shells are selected | Denys Vlasenko | 2020-12-16 | 1 | -13/+16 |
| * | lineedit: use strncmp instead of is_prefixed_with (we know the length) | Denys Vlasenko | 2020-12-16 | 1 | -22/+25 |
| * | lineedit: remove ->path_lookup if ash is not configured | Denys Vlasenko | 2020-12-16 | 1 | -0/+2 |
| * | lineedit: match local directories when searching PATH | Ron Yorston | 2020-12-16 | 1 | -1/+8 |
| * | lineedit: omit directories when tab-completing from PATH | Ron Yorston | 2020-12-16 | 1 | -0/+3 |
| * | libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) | Denys Vlasenko | 2020-12-15 | 2 | -17/+19 |
| * | libbb: add and use infrastructure for fixed page size optimization | Denys Vlasenko | 2020-12-14 | 1 | -2/+2 |
| * | libbb: create and use mmap() helpers | Denys Vlasenko | 2020-12-14 | 2 | -4/+22 |
| * | libbb: make msleep() result in only one syscall instead of looping | Denys Vlasenko | 2020-12-11 | 2 | -1/+18 |
| * | mkdtemp: proper error detection on mktemp | Xabier Oneca | 2020-12-08 | 1 | -1/+2 |
| * | libbb: exec_login_shell() - new function | Denys Vlasenko | 2020-12-02 | 1 | -2/+7 |
| * | libbb: code shrink in exec_shell() | Denys Vlasenko | 2020-12-02 | 1 | -6/+8 |
| * | libbb: rename run_shell() to exec_shell() | Denys Vlasenko | 2020-12-02 | 2 | -11/+11 |