aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-26libbb: add comment on sha384Denys Vlasenko
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01claenups for previous commitDenys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko
2018-09-09remove_file: don't call rmdir if remove_file return failureChen Yu
2018-09-03libbb: fix potential NULL pointer useDenys Vlasenko
2018-09-03libbb: fix use-after-free in copy_fileDenys Vlasenko