aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2019-02-04lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko
2019-01-21capability: fix string comparison in cap_name_to_numberMark Marshall
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2019-01-01single-applet build --help had extra \n, removeDenys Vlasenko
2018-12-31pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-12-08lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko
2018-12-08inetd: suppress aliasing warningDenys Vlasenko
2018-12-08suppress gcc 8 aliasing warningsDenys Vlasenko
2018-12-06bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko