aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-241-0/+28
| * cp: implement -nDenys Vlasenko2021-06-221-0/+2
| * xxd: implement -i "C style output"Denys Vlasenko2021-06-181-15/+14
| * xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko2021-06-181-0/+1
| * xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-5/+6
| * hexdump: fix error messageDenys Vlasenko2021-06-171-1/+1
* | win32: changes to mntent implementationRon Yorston2021-06-271-15/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-06-073-5/+14
|\|
| * shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-061-4/+7
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
| * libbb: correct the name of is_TERM_dumb()Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+6
* | sync: enable in default configurationRon Yorston2021-06-071-1/+1
* | libbb: allow dumping of /dev/fd file descriptorsRon Yorston2021-06-071-0/+36
* | busybox: make 'busybox --help busybox' workRon Yorston2021-05-141-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-05-144-13/+37
|\|
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-142-2/+2
| * lineedit: fix tab completion with equal signNatanael Copa2021-04-111-1/+1
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-2/+12
| * echo: special case "echo --help": it should not show help textDenys Vlasenko2021-03-151-8/+22
* | libbb: special case for busybox --help is WIN32-onlyRon Yorston2021-04-091-1/+1
* | libbb: fix another tab-completion corner caseRon Yorston2021-03-171-0/+6
* | libbb: allow single-applet binary to buildRon Yorston2021-03-141-11/+10
* | 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