aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: additional improvements to handling of executablesRon Yorston2018-02-283-21/+36
* ash: changes to command resolution, execution and displayRon Yorston2018-02-281-23/+55
* win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-282-2/+9
* win32: fix code to check for file extensionsRon Yorston2018-02-271-1/+1
* libbb: ensure build details are only stored onceRon Yorston2018-02-261-1/+1
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-267-77/+82
* win32: improvements to stat(2) emulationRon Yorston2018-02-261-25/+18
* tar: don't save file statusRon Yorston2018-02-261-0/+4
* win32: add support for batch filesRon Yorston2018-02-264-30/+82
* win32: make /dev/urandom more randomRon Yorston2018-02-234-2/+244
* ash: tidy up /dev/null redirectionRon Yorston2018-02-221-11/+6
* shred: fix up for WIN32 and enable by defaultRon Yorston2018-02-223-2/+8
* dd: use new device handling to implement /dev/zero and /dev/urandomRon Yorston2018-02-221-13/+10
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-223-3/+65
* fsync: enable in default configurationRon Yorston2018-02-223-2/+5
* win32: tailor inet_pton.c for use in busybox-w32Ron Yorston2018-02-221-11/+8
* win32: import inet_pton.c from ISC BINDRon Yorston2018-02-221-231/+182
* win32: import fsync(2) implementation from gnulibRon Yorston2018-02-214-1/+78
* ash: use correct size for tblentryRon Yorston2018-02-191-2/+2
* win32: use built-in shell for popen, if possibleRon Yorston2018-02-181-2/+12
* ash: allow waitpid_child to blockRon Yorston2018-02-171-1/+1
* win32: add dummy sys/select.h required for pollRon Yorston2018-02-141-0/+0
* win32: update poll implementation to match latest gnulib versionRon Yorston2018-02-131-209/+207
* du: use Windows-compatible print formatsRon Yorston2018-02-132-4/+4
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-135-118/+26
* which: treat busybox as a special caseRon Yorston2018-02-131-1/+8
* Merge branch 'busybox' into mergeRon Yorston2018-02-13146-2127/+2827
|\
| * wget: more thorough sanitization of other side's dataDenys Vlasenko2018-02-121-31/+55
| * testsuite: update busybox and bzcat testsRon Yorston2018-02-122-14/+12
| * cp: fix option handling in non-longopt configDenys Vlasenko2018-02-111-1/+5
| * arping: code shrinkDenys Vlasenko2018-02-111-19/+20
| * libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-116-20/+29
| * arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko2018-02-111-41/+34
| * arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko2018-02-111-7/+16
| * arping: change a few message strings to be closer to iputils arpingDenys Vlasenko2018-02-111-7/+8
| * arping: code shrinkDenys Vlasenko2018-02-111-28/+28
| * svlogd: improve --help textDenys Vlasenko2018-02-091-6/+13
| * hush: probably fixing a bug in last LINENO fixDenys Vlasenko2018-02-081-11/+6
| * hush: LINENO fixDenys Vlasenko2018-02-081-24/+77
| * ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-087-20/+28
| * wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko2018-02-081-5/+7
| * libbb: shrink wget/tftp progress indicator code a bit moreDenys Vlasenko2018-02-071-29/+27
| * libbb: shrink wget/tftp progress indicator code for 32-bitDenys Vlasenko2018-02-071-40/+38
| * udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko2018-02-073-6/+0
| * bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-075-20/+41
| * wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko2018-02-061-3/+7
| * fix compile failure in previous commitDenys Vlasenko2018-02-061-1/+1
| * unzip: do not set directory mode to 0777Denys Vlasenko2018-02-062-7/+13
| * ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko2018-02-061-2/+2
| * fix a thinko in parse_pasv_epsv.cDenys Vlasenko2018-02-061-2/+2