aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge branch 'busybox'Ron Yorston2018-07-259-10/+72
|\|
| * 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
| * hexdump: fix short file of zero butes treated as dupDenys Vlasenko2018-07-031-5/+9
| * testsuite/mount.tests: fix false positiveDenys Vlasenko2018-06-281-0/+4
| * libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko2018-06-271-0/+1
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
| * whitespace fixDenys Vlasenko2018-05-261-1/+1
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+30
* | win32: reinstate code in read_line_input to handle non-ttysRon Yorston2018-05-251-4/+5
* | Update copyright dateRon Yorston2018-05-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-4/+21
|\|
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+12
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-4/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-04-098-45/+67
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+12
| * libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-14/+31
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-072-6/+13
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-075-10/+10
| * telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-11/+1
| * placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-3/+3
| * hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-061-1/+2
* | win32: more backslash to slash conversionsRon Yorston2018-04-081-1/+2
* | win32: exclude termios codeRon Yorston2018-04-052-7/+14
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-11/+8
* | win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-0/+2
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-6/+8
* | Merge branch 'busybox' into mergeRon Yorston2018-04-024-17/+22
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-013-7/+12
| * sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-4/+7
| * libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau2018-04-011-3/+1
| * libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
* | libbb: improve stripping of extension from argv[0]Ron Yorston2018-03-311-15/+11
* | busybox: let --list-full display nofork/noexec appletsRon Yorston2018-03-291-6/+22
* | win32: save a few bytesRon Yorston2018-03-291-2/+3
* | ps: display applet names in process listingRon Yorston2018-03-281-0/+9