aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2018-09-02libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko
2018-08-26fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko
2018-08-03Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-07-17whitespace fixesDenys Vlasenko
2018-07-13cp: optional --reflink supportDenys Vlasenko
2018-07-09usage: do not print trailing space for commands which have no argumentsDenys Vlasenko
2018-07-03hexdump: fix short file of zero butes treated as dupDenys Vlasenko
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko
2018-06-27libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-26whitespace fixDenys Vlasenko
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko