| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: ensure mode_string is NUL terminated | Ron Yorston | 2021-09-17 | 1 | -9/+3 |
* | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko | 2021-09-17 | 1 | -4/+2 |
* | libbb: code shrink bb_parse_mode | Denys Vlasenko | 2021-09-17 | 1 | -2/+3 |
* | date,touch: allow timezone offsets in dates | Ron Yorston | 2021-09-17 | 2 | -4/+42 |
* | libbb: code shrink parse_datestr | Ron Yorston | 2021-09-15 | 1 | -11/+36 |
* | libbb: reuse "bad port" error message string | Denys Vlasenko | 2021-09-10 | 1 | -1/+1 |
* | libbb: make bb_lookup_port() abort on bad port names | Denys Vlasenko | 2021-09-09 | 1 | -14/+6 |
* | busybox: fix "busybox --help busybox" not showing correct text | Denys Vlasenko | 2021-08-16 | 1 | -1/+5 |
* | libbb: do not check closedir() in remove_file() | Denys Vlasenko | 2021-06-24 | 1 | -5/+1 |
* | move iterate_on_dir() from e2fsprogs to libbb | Denys Vlasenko | 2021-06-24 | 1 | -0/+28 |
* | cp: implement -n | Denys Vlasenko | 2021-06-22 | 1 | -0/+2 |
* | xxd: implement -i "C style output" | Denys Vlasenko | 2021-06-18 | 1 | -15/+14 |
* | xxd: do not try reading from closed stdin when non-existent file is given | Denys Vlasenko | 2021-06-18 | 1 | -0/+1 |
* | xxd: implement -o DISPLAYOFFSET | Denys Vlasenko | 2021-06-17 | 1 | -5/+6 |
* | hexdump: fix error message | Denys Vlasenko | 2021-06-17 | 1 | -1/+1 |
* | shells: do not allow bare "read" in non-bash compat configs | Denys Vlasenko | 2021-06-06 | 1 | -4/+7 |
* | runsv: robustify signal handling - SIGTERM to child between vfork and exec co... | Denys Vlasenko | 2021-06-05 | 1 | -1/+1 |
* | libbb: correct the name of is_TERM_dumb() | Denys Vlasenko | 2021-06-05 | 1 | -1/+1 |
* | ls: don't output any colors with TERM=dumb | Sören Tempel | 2021-06-04 | 1 | -0/+6 |
* | fix gcc-11.0 warnings | Denys Vlasenko | 2021-04-14 | 2 | -2/+2 |
* | lineedit: fix tab completion with equal sign | Natanael Copa | 2021-04-11 | 1 | -1/+1 |
* | timeout,top,watch,ping: parse NN.N fractional duration in locales with other ... | Denys Vlasenko | 2021-03-23 | 1 | -2/+12 |
* | echo: special case "echo --help": it should not show help text | Denys Vlasenko | 2021-03-15 | 1 | -8/+22 |
* | 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: 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 |
* | 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 |