aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2019-01-104-17/+41
|\
| * 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
* | ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+17
* | ps: add support for the args columnRon Yorston2019-01-081-11/+18
* | win32: implement umask(2)Ron Yorston2019-01-071-0/+9
* | iconv: import from win-iconvRon Yorston2019-01-061-1/+1
* | busybox: add --uninstall optionRon Yorston2019-01-051-2/+32
* | busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: special treatment for PATHRon Yorston2018-12-142-21/+6
* | ash: move code from setup_environment()Ron Yorston2018-12-142-12/+1
* | win32: emulate SIGPIPERon Yorston2018-12-111-0/+4
* | win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-0/+28
* | lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-082-0/+26
* | lineedit: improvements to tab completionRon Yorston2018-12-082-10/+22
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-21/+11
* | Merge branch 'busybox' into mergeRon Yorston2018-12-052-7/+19
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-11-284-65/+152
|\|
| * 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
* | libbb: add missing define that breaks non-default buildsRon Yorston2018-10-261-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-10-084-3/+22
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-09-105-3/+86
|\|
| * 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