Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-30df: Use statvfs instead of non-standard statfsJames Clarke
2017-10-30xfuncs: Handle missing non-POSIX termios constantsJames Clarke
2017-10-30blkdiscard: Only build on LinuxJames Clarke
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke
2017-10-28ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy
2017-10-27time: fix build for toolchains without O_CLOEXECDenys Vlasenko
2017-10-27unlzma: fix SEGV, closes 10436Denys Vlasenko
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko
2017-10-22hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko
2017-10-22lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe
2017-10-12whitespace fixesDenys Vlasenko
2017-10-12typo fixDenys Vlasenko
2017-10-12ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko
2017-10-12lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko
2017-10-05free: make it NOFORKDenys Vlasenko
2017-10-05date: maybe_set_utc only onceDenys Vlasenko
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-29udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko
2017-09-29udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko
2017-09-29udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-18ip,ip*: make them NOEXECDenys Vlasenko
2017-09-18update NOFORK_NOEXEC.lstDenys Vlasenko
2017-09-18httpd: fix handling of range requestsDenys Vlasenko
2017-09-18stty: add cmspar, flusho, extproc attributesDenys Vlasenko
2017-09-15netcat: net applet (alias to nc)Denys Vlasenko
2017-09-15Clarify OPOST bit meaningDenys Vlasenko
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-09-15hexedit: code shrinkDenys Vlasenko
2017-09-15hexedit: fixes to "goto address" codeDenys Vlasenko
2017-09-14hexedit: position in correct column on "goto" commandDenys Vlasenko
2017-09-14hexedit: code shrinkDenys Vlasenko
2017-09-14hexdump: code shrinkDenys Vlasenko
2017-09-14hexedit: implement "[enter] goto offset" keyDenys Vlasenko
2017-09-14hexedit: restore screen on exitDenys Vlasenko
2017-09-14hexedit: optimize output bufferingDenys Vlasenko
2017-09-14hexedit: implement page up/downDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-09-13hexedit: smarter redrawDenys Vlasenko
2017-09-13hexedit: new appletDenys Vlasenko
2017-09-12networking/interface.c: remove superfluous "& 0377"Denys Vlasenko
2017-09-08setfattr: new appletDenys Vlasenko