aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-3/+4
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-2/+2
| * base32: new appletDenys Vlasenko2020-11-261-0/+3
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-161-0/+0
* | winansi: intercept calls to fputc(3)Ron Yorston2020-12-071-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-11-122-26/+23
|\|
| * od: unbreak itDenys Vlasenko2020-10-251-1/+23
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-37/+2
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+12
| * tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-011-3/+3
| * gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+1
| * libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-011-3/+4
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+2
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-0/+7
|\|
| * ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-201-0/+7
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-231-9/+1
* | win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-0/+1
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-0/+2
* | win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-1/+1
* | win32: code shrinkRon Yorston2020-08-131-1/+1
* | win32: move code to fork (de)compressor to a functionRon Yorston2020-08-051-0/+1
* | win32: code shrink kill(2)Ron Yorston2020-07-251-1/+1
* | win32: import strndup from gnulibRon Yorston2020-07-091-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2020-07-092-0/+7
|\|
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+1
| * randomconfig fixDenys Vlasenko2020-06-231-0/+4
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* | win32: return raw file attributes in struct mingw_statRon Yorston2020-07-091-0/+1
* | win32: fix networking problemsRon Yorston2020-06-031-0/+1
* | win32: only initialise networking if necessaryRon Yorston2020-06-011-1/+7
* | ash: simplify spawning during forkshellRon Yorston2020-06-011-0/+1
* | dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-1/+1
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-132-0/+2
* | time: WIN32 portRon Yorston2020-04-061-1/+2
* | win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston2020-04-051-0/+3
* | dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-181-0/+2
|\|
* | win32: tidy up detection of device filesRon Yorston2020-02-161-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-0/+13
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-0/+13
* | win32: code shrinkRon Yorston2020-02-131-1/+1
* | date: code shrinkRon Yorston2020-02-111-1/+0
* | Build fixesFRP-3329-gcf0fa4d13Ron Yorston2020-01-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+21
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+21
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-4/+50
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+44
| * mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-091-3/+4
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-0/+1