aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2021-10-121-10/+2
| * shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-111-0/+2
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-6/+15
| * libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-1/+1
| * libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko2021-10-081-3/+7
| * *: generalize "const trick"YU Jincheng2021-10-071-9/+25
* | win32: rename is_absolute_path()Ron Yorston2021-10-121-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-4/+3
|\|
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-3/+2
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+1
| * libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-171-1/+1
* | ash: improve signal handlingRon Yorston2021-09-212-1/+1
* | win32: changes to allow timezones in datesRon Yorston2021-09-171-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-1/+1
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-0/+3
|\|
| * httpd,telnetd: make default port configurableSergey Ponomarev2021-09-091-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-0/+1
|\|
| * tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-201-0/+1
* | win32: better handling of nested symlinksRon Yorston2021-08-121-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-06-283-21/+47
|\|
| * move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-241-0/+5
| * cp: implement -nDenys Vlasenko2021-06-221-14/+15
| * cp: implement -t DIRDenys Vlasenko2021-06-211-6/+11
| * lsattr: support more ext2 flagsDenys Vlasenko2021-06-201-5/+6
| * lsattr,chattr: support -pDenys Vlasenko2021-06-201-0/+12
| * free: implement -hDenys Vlasenko2021-06-181-2/+2
| * xxd: implement -i "C style output"Denys Vlasenko2021-06-181-0/+1
| * xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-1/+2
* | win32: partial implementation of sync(2)Ron Yorston2021-06-071-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+2
|\|
| * ash: add process substitution in bash-compatibility modeRon Yorston2021-06-051-0/+2
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+1
* | sync: enable in default configurationRon Yorston2021-06-071-1/+1
* | win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+2
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-1/+1
* | win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-141-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-05-142-1/+29
|\|
| * libbb.h: inline byteswapsDenys Vlasenko2021-04-242-0/+23
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+4
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* | Post-merge build fixesRon Yorston2021-03-011-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-012-0/+9
|\|
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-0/+1
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+8
* | win32: move is_absolute_path()Ron Yorston2021-03-011-0/+1
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-212-3/+5
* | win32: update sysinfo(2) implementationRon Yorston2021-02-191-2/+0
* | free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+22