index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
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
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
unicode: relax array alignment for tables
Denys Vlasenko
2020-11-30
unicode: fix handling of short 1-4 char tables
Denys Vlasenko
2020-11-29
libbb: code shrink
Denys Vlasenko
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-28
libbb: in @SECONDS date format, use 64-bit time if libc allows
Denys Vlasenko
2020-11-28
base32/64: "truncated base64 input" -> "truncated input"
Denys Vlasenko
2020-11-28
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
libbb: trim base32/64 tables
Denys Vlasenko
2020-11-28
base32/64: code shrink
Denys Vlasenko
2020-11-28
base32/64: code shrink
Denys Vlasenko
2020-11-27
libbb: faster and smaller decode_base32()
Denys Vlasenko
2020-11-27
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-11-26
base32: new applet
Denys Vlasenko
2020-11-22
libbb: set netlink socket revbuf size before binding
Jan Klötzke
2020-11-21
lineedit: fix unicode characters in prompt
Audun-Marius Gangstø
2020-10-25
od: unbreak it
Denys Vlasenko
2020-10-20
hexdump: fix dup block comparison
Denys Vlasenko
2020-10-20
xxd: fix printing of trailing spaces
Denys Vlasenko
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-01
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-09-30
libbb: fold common64_hash() into its only user
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2020-07-19
libbb: shrink last_char_is(), no longer allow NULL string argument
Denys Vlasenko
2020-06-30
libbb: code shrink in last_char_is()
Denys Vlasenko
2020-06-29
compare_string_array: code shrink
Martin Lewis
2020-06-29
procps: code shrink
Martin Lewis
2020-06-24
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
suppress a few compile warnings
Denys Vlasenko
[prev]
[next]