aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: handle -1 return status from execve(2)Ron Yorston2021-06-191-2/+3
* mingw: don't include unwind tables in 64-bit buildRon Yorston2021-06-181-1/+1
* ash: prevent issue with ctrl-c and echo in loopRon Yorston2021-06-181-0/+23
* win32: add local dirent implementationRon Yorston2021-06-134-1/+117
* win32: partial implementation of sync(2)Ron Yorston2021-06-072-1/+25
* Merge branch 'busybox' into mergeRon Yorston2021-06-0736-441/+977
|\
| * httpd_post_upload.cgi: use mktemp to avoid $RANDOMSergey Ponomarev2021-06-061-1/+1
| * ash: save Ron's patch from oblivionDenys Vlasenko2021-06-061-0/+135
| * shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-064-8/+22
| * ash: add process substitution in bash-compatibility modeRon Yorston2021-06-054-17/+187
| * run-parts: permit dot later in file nameJán Sáreník2021-06-051-2/+13
| * build system: use SOURCE_DATE_EPOCH for timestamp if availablePaul Spooren2021-06-051-3/+14
| * shell: also do word splitting when -d DELIM is usedEicke Herbertz2021-06-051-1/+1
| * gen_build_files: Use C locale when calling sed on globbed filesKhem Raj2021-06-051-0/+2
| * udhcpc: revert deprecation message for -VDenys Vlasenko2021-06-051-4/+1
| * runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko2021-06-051-9/+8
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-056-18/+27
| * tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko2021-06-052-11/+27
| * svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko2021-06-051-5/+18
| * ls: trim --help textDenys Vlasenko2021-06-051-9/+9
| * libbb: correct the name of is_TERM_dumb()Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-043-4/+15
| * udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen2021-06-031-6/+5
| * cpio: fix "cpio -d -p A/B/C"Denys Vlasenko2021-06-031-1/+7
| * nslookup: mention QUERY_TYPE SRVPaul Spooren2021-06-031-1/+1
| * udhcpc[6]: on SIGUSR1, do not go from rebind to renew stateDenys Vlasenko2021-06-032-8/+12
| * udhcpc: code shrink, rename functions, no logic changesDenys Vlasenko2021-06-032-15/+19
| * examples/udhcp/udhcpd.conf: updateDenys Vlasenko2021-06-031-3/+6
| * udhcp: shrink arpping()Denys Vlasenko2021-06-031-2/+6
| * udhcp: convert log1s() macro to functionDenys Vlasenko2021-06-032-1/+9
| * udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko2021-06-032-44/+54
| * udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko2021-06-023-7/+2
| * udhcpc: improve logs - show offer as it is receivedDenys Vlasenko2021-06-024-8/+14
| * udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko2021-06-022-28/+45
| * udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko2021-06-025-76/+57
| * udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko2021-06-024-50/+36
| * udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko2021-06-025-77/+115
| * vi: remove autoindent from otherwise empty linesRon Yorston2021-06-021-26/+59
| * vi: make autoindent respect expandtab settingRon Yorston2021-06-021-13/+19
| * vi: make cursor positioning more vi compatibleRon Yorston2021-06-021-0/+4
| * tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko2021-06-021-12/+26
| * tail: fix typo in variable nameDenys Vlasenko2021-06-021-6/+6
| * head,tail: trim --help textDenys Vlasenko2021-06-022-14/+16
| * udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko2021-06-012-30/+47
* | sync: enable in default configurationRon Yorston2021-06-074-4/+4
* | libbb: allow dumping of /dev/fd file descriptorsRon Yorston2021-06-071-0/+36
* | win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-072-0/+22
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-073-4/+4
* | win32: update default configurationRon Yorston2021-05-142-6/+12
* | busybox: make 'busybox --help busybox' workRon Yorston2021-05-141-0/+4