aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-302-7/+9
| * df: Use statvfs instead of non-standard statfsJames Clarke2017-10-301-3/+3
| * xfuncs: Handle missing non-POSIX termios constantsJames Clarke2017-10-301-0/+9
| * blkdiscard: Only build on LinuxJames Clarke2017-10-301-0/+1
| * networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke2017-10-302-0/+16
| * ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko2017-10-281-4/+10
| * iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2017-10-272-9/+28
| * time: fix build for toolchains without O_CLOEXECDenys Vlasenko2017-10-271-0/+5
| * unlzma: fix SEGV, closes 10436Denys Vlasenko2017-10-271-1/+5
| * bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko2017-10-221-11/+19
| * hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko2017-10-225-4/+47
| * lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe2017-10-221-2/+7
| * whitespace fixesDenys Vlasenko2017-10-121-3/+3
| * typo fixDenys Vlasenko2017-10-121-1/+1
| * ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko2017-10-121-1/+18
| * lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi2017-10-121-24/+64
| * sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko2017-10-051-1/+7
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0515-18/+30
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0528-38/+22
| * do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2017-10-052-7/+0
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-05129-241/+115
| * free: no longer include common_bufsiz.hDenys Vlasenko2017-10-051-1/+0
| * free: make it NOFORKDenys Vlasenko2017-10-052-29/+24
| * date: maybe_set_utc only onceDenys Vlasenko2017-10-051-4/+3
| * i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman2017-10-051-13/+27
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-299-19/+25
| * udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko2017-09-293-5/+10
| * udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-295-16/+37
| * udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko2017-09-294-0/+14
* | mingw: special-case xargs -P on WindowsJohannes Schindelin2017-10-013-2/+77
* | mingw: clarify that waitpid(-1, ...) is not supportedJohannes Schindelin2017-10-011-1/+1
* | Post-merge fixesRon Yorston2017-09-272-2/+12
* | Merge branch 'busybox' into mergeRon Yorston2017-09-27135-521/+1628
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-1896-246/+158
| * ip,ip*: make them NOEXECDenys Vlasenko2017-09-182-14/+14
| * update NOFORK_NOEXEC.lstDenys Vlasenko2017-09-181-0/+6
| * httpd: fix handling of range requestsDenys Vlasenko2017-09-181-1/+1
| * stty: add cmspar, flusho, extproc attributesDenys Vlasenko2017-09-181-2/+20
| * netcat: net applet (alias to nc)Denys Vlasenko2017-09-151-4/+13
| * Clarify OPOST bit meaningDenys Vlasenko2017-09-151-3/+3
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-155-49/+54
| * hexedit: code shrinkDenys Vlasenko2017-09-151-10/+9
| * hexedit: fixes to "goto address" codeDenys Vlasenko2017-09-151-20/+40
| * hexedit: position in correct column on "goto" commandDenys Vlasenko2017-09-141-2/+4
| * hexedit: code shrinkDenys Vlasenko2017-09-141-4/+5
| * hexdump: code shrinkDenys Vlasenko2017-09-141-16/+16
| * hexedit: implement "[enter] goto offset" keyDenys Vlasenko2017-09-142-27/+56
| * hexedit: restore screen on exitDenys Vlasenko2017-09-142-28/+53
| * hexedit: optimize output bufferingDenys Vlasenko2017-09-141-7/+12
| * hexedit: implement page up/downDenys Vlasenko2017-09-131-1/+13