summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93Ron Yorston2021-03-021-43/+39
* Merge branch 'busybox' into mergeRon Yorston2021-03-014-45/+61
|\
| * lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-182-10/+24
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+12
* | libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2021-03-011-0/+4
* | Fix `xmalloc_readlink()` againRon Yorston2021-03-011-1/+1
* | libbb: make banner shorterRon Yorston2021-02-161-2/+2
* | win32: code shrinkRon Yorston2021-02-131-5/+15
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-1/+1
* | libbb: avoid problems with quoted characters in tab completionRon Yorston2021-02-121-3/+11
* | win32: code shrinkRon Yorston2021-02-062-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-02-0510-107/+50
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-036-10/+15
| * libbb: code shrink fgets_strRon Yorston2021-02-031-12/+5
| * nl: ensure '-b n' option displays file contentRon Yorston2021-02-021-1/+2
| * libbb: code shrink and speed up index_in_strings()Ron Yorston2021-02-021-4/+10
| * libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
| * update_passwd: fix context variableBernd Kuhls2021-01-141-1/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-7/+0
* | tls: avoid unnecessary changes to POSIX buildRon Yorston2021-01-241-0/+7
* | libbb: reduce changes to find_executable()Ron Yorston2021-01-231-8/+7
* | Revert "libbb: reinstate NULL check in last_char_is()"Ron Yorston2021-01-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1424-359/+543
|\|
| * Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov2021-01-041-1/+3
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-3/+14
| * libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko2020-12-301-28/+17
| * randomconfig fixesDenys Vlasenko2020-12-291-1/+1
| * lineedit: code shrinkDenys Vlasenko2020-12-211-5/+5
| * lineedit: add a comment about possible use of tcflush()Denys Vlasenko2020-12-211-0/+1
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-7/+11
| * mount: if we race with other loop mount, we forget to close loop devDenys Vlasenko2020-12-171-1/+2
| * move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-171-6/+0
| * mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko2020-12-171-65/+73
| * Fixes for Hurd buildDenys Vlasenko2020-12-171-0/+4
| * libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko2020-12-161-3/+3
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-162-12/+18
| * lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko2020-12-161-13/+16
| * lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko2020-12-161-22/+25
| * lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2020-12-161-0/+2
| * lineedit: match local directories when searching PATHRon Yorston2020-12-161-1/+8
| * lineedit: omit directories when tab-completing from PATHRon Yorston2020-12-161-0/+3
| * libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)Denys Vlasenko2020-12-152-17/+19
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-2/+2
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-142-4/+22
| * libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko2020-12-112-1/+18
| * mkdtemp: proper error detection on mktempXabier Oneca2020-12-081-1/+2
| * libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-2/+7
| * libbb: code shrink in exec_shell()Denys Vlasenko2020-12-021-6/+8
| * libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-022-11/+11