index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2021-06-24
libbb: do not check closedir() in remove_file()
Denys Vlasenko
2021-06-24
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
2021-06-22
cp: implement -n
Denys Vlasenko
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-18
xxd: do not try reading from closed stdin when non-existent file is given
Denys Vlasenko
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-17
hexdump: fix error message
Denys Vlasenko
2021-06-06
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-05
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
libbb: correct the name of is_TERM_dumb()
Denys Vlasenko
2021-06-04
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-04-14
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-11
lineedit: fix tab completion with equal sign
Natanael Copa
2021-03-23
timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...
Denys Vlasenko
2021-03-15
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-02-23
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-18
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
libbb: code shrink fgets_str
Ron Yorston
2021-02-02
nl: ensure '-b n' option displays file content
Ron Yorston
2021-02-02
libbb: code shrink and speed up index_in_strings()
Ron Yorston
2021-02-02
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2021-01-14
update_passwd: fix context variable
Bernd Kuhls
2021-01-04
Fix missing "crypt.h" compilation error on the FreeBSD
Alex Samorukov
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
libbb/procps: smaller global data for username/groupname cache
Denys Vlasenko
2020-12-29
randomconfig fixes
Denys Vlasenko
2020-12-21
lineedit: code shrink
Denys Vlasenko
2020-12-21
lineedit: add a comment about possible use of tcflush()
Denys Vlasenko
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-17
mount: if we race with other loop mount, we forget to close loop dev
Denys Vlasenko
2020-12-17
move ADJTIME_PATH define to header files
Denys Vlasenko
2020-12-17
mount: fix a race when a free loop device is snatched under us by another mount.
Denys Vlasenko
2020-12-17
Fixes for Hurd build
Denys Vlasenko
2020-12-16
libbb: do not compile selinux_or_die() if !SELINUX
Denys Vlasenko
2020-12-16
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-16
lineedit: disable completion and fancy prompts if no shells are selected
Denys Vlasenko
2020-12-16
lineedit: use strncmp instead of is_prefixed_with (we know the length)
Denys Vlasenko
2020-12-16
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-16
lineedit: match local directories when searching PATH
Ron Yorston
2020-12-16
lineedit: omit directories when tab-completing from PATH
Ron Yorston
2020-12-15
libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)
Denys Vlasenko
2020-12-14
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-11
libbb: make msleep() result in only one syscall instead of looping
Denys Vlasenko
2020-12-08
mkdtemp: proper error detection on mktemp
Xabier Oneca
2020-12-02
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
libbb: code shrink in exec_shell()
Denys Vlasenko
2020-12-02
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
[next]