summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-141-1/+2
* style fix, no code changesDenys Vlasenko2019-05-141-3/+10
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-2/+20
* libbbb: find_mount_point() too eager to stat mounted devicesDenys Vlasenko2019-04-291-2/+13
* start-stop-daemon: do try to close fds > 2Denys Vlasenko2019-04-291-8/+9
* libbb: mark scripted_main() as externally visibleRon Yorston2019-03-301-0/+1
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-0/+18
* du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-191-1/+1
* lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5
* capability: fix string comparison in cap_name_to_numberMark Marshall2019-01-211-1/+1
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-8/+8
* single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
* pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-311-4/+4
* randomconfig fixesDenys Vlasenko2018-12-271-8/+10
* lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko2018-12-081-0/+2
* inetd: suppress aliasing warningDenys Vlasenko2018-12-081-2/+2
* suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-082-1/+21
* bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko2018-12-061-1/+1
* libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
* libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-2/+8
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+7
* libbb: add comment on sha384Denys Vlasenko2018-11-261-0/+5
* wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-2/+3
* busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-181-38/+54
* Treat custom and applet scripts as appletsRon Yorston2018-11-172-56/+36
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-66/+15
* busybox: show embedded scripts in applet listDenys Vlasenko2018-11-011-15/+21
* lineedit: autocompletion for embedded scriptsRon Yorston2018-11-011-4/+10
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-4/+4
* claenups for previous commitDenys Vlasenko2018-11-011-20/+16
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-012-1/+88
* libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes2018-10-311-3/+7
* libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes2018-10-311-23/+53
* printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-1/+1
* printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-1/+1
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-303-3/+8
* date: do not allow "month #20" and such, closes 11356Denys Vlasenko2018-09-231-0/+14
* remove_file: don't call rmdir if remove_file return failureChen Yu2018-09-091-1/+1
* libbb: fix potential NULL pointer useDenys Vlasenko2018-09-031-0/+2
* libbb: fix use-after-free in copy_fileDenys Vlasenko2018-09-031-1/+2
* libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()Denys Vlasenko2018-09-021-1/+1
* Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko2018-09-021-1/+3
* fix !CONFIG_FLOAT_DURATION buildDenys Vlasenko2018-08-261-1/+1
* Complie libbb/duration.c if ping[6] is selectedDenys Vlasenko2018-08-031-0/+2
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+76
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+1
* whitespace fixesDenys Vlasenko2018-07-172-2/+2
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+19
* usage: do not print trailing space for commands which have no argumentsDenys Vlasenko2018-07-091-2/+5