Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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-18xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-18hexdump: 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-19libbb: 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-31libbb: 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-22lineedit: 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-18mount: 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
2020-12-17libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-16lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko
2020-12-16lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko
2020-12-16lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko
2020-12-16lineedit: match local directories when searching PATHRon Yorston
2020-12-16lineedit: omit directories when tab-completing from PATHRon Yorston
2020-12-16libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)Denys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-11libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko
2020-12-08mkdtemp: proper error detection on mktempXabier Oneca
2020-12-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: code shrink in exec_shell()Denys Vlasenko