aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30unicode: relax array alignment for tablesDenys Vlasenko
2020-11-30unicode: fix handling of short 1-4 char tablesDenys Vlasenko
2020-11-29libbb: code shrinkDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko
2020-11-28base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-28libbb: trim base32/64 tablesDenys Vlasenko
2020-11-28base32/64: code shrinkDenys Vlasenko
2020-11-28base32/64: code shrinkDenys Vlasenko
2020-11-27libbb: faster and smaller decode_base32()Denys Vlasenko
2020-11-27libbb: smaller and faster decode_base64()Denys Vlasenko
2020-11-26base32: new appletDenys Vlasenko
2020-11-22libbb: set netlink socket revbuf size before bindingJan Klötzke
2020-11-21lineedit: fix unicode characters in promptAudun-Marius Gangstø
2020-10-25od: unbreak itDenys Vlasenko
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-10-01libbb: do not open-code __errno_location() callDenys Vlasenko
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-09-30libbb: fold common64_hash() into its only userDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-07-19libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko
2020-06-30libbb: code shrink in last_char_is()Denys Vlasenko
2020-06-29compare_string_array: code shrinkMartin Lewis
2020-06-29procps: code shrinkMartin Lewis
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko
2020-06-24suppress a few compile warningsDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2019-11-19Remove stime() function callsAlistair Francis
2019-10-25read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko
2019-10-09replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis
2019-10-09libbb: Converted safe_read to safe_write formatMartin Lewis
2019-10-08time: Use 64 prefix syscall if we have toAlistair Francis
2019-07-23unicode: code shrink in character width determinationDenys Vlasenko
2019-07-16libbb: include <crypt.h> only if necessaryDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-25libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko