aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2019-06-15pidof: support "pidof /path/to/binary" caseDenys Vlasenko
2019-06-13readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-06-07passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko
2019-05-14dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-04-29libbbb: find_mount_point() too eager to stat mounted devicesDenys Vlasenko
2019-04-29start-stop-daemon: do try to close fds > 2Denys Vlasenko
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-02-19du: don't count duplicate arguments. Closes 5288Ron Yorston