summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-15libbb: code shrink parse_datestrRon Yorston
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-06-24libbb: do not check closedir() in remove_file()Denys Vlasenko
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko
2021-06-22cp: implement -nDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-18xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko
2021-06-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-17hexdump: fix error messageDenys Vlasenko
2021-06-06shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-06-05libbb: correct the name of is_TERM_dumb()Denys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-04-11lineedit: fix tab completion with equal signNatanael Copa
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-03-15echo: special case "echo --help": it should not show help textDenys Vlasenko
2021-02-23lineedit: support empty PATH entries in tab completionRon Yorston
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-03libbb: code shrink fgets_strRon Yorston
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston
2021-01-14update_passwd: fix context variableBernd Kuhls
2021-01-04Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-30libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-21lineedit: code shrinkDenys Vlasenko
2020-12-21lineedit: add a comment about possible use of tcflush()Denys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-17mount: if we race with other loop mount, we forget to close loop devDenys Vlasenko
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2020-12-17mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko
2020-12-17Fixes for Hurd buildDenys Vlasenko