aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.28.01_28_0Denys Vlasenko2018-01-021-1/+1
* scripts/randomtest: do not try building static libbysuboxDenys Vlasenko2017-12-311-0/+2
* chown: fix a mistake in opt_complementary changeDenys Vlasenko2017-12-311-2/+2
* randomconfig fixesDenys Vlasenko2017-12-3113-21/+42
* ntpd: do run the script at leat once in 11 minutesDenys Vlasenko2017-12-261-1/+3
* env: -u option fails due to typoRon Yorston2017-12-251-1/+1
* tar: code shrinkDenys Vlasenko2017-11-131-20/+19
* tar: code shrink, better help textDenys Vlasenko2017-11-131-62/+68
* tar: improve help textDenys Vlasenko2017-11-101-7/+8
* inetd: fix for running by non-rootDenys Vlasenko2017-11-091-1/+1
* unshare: -r should map root to user, not the other way aroundDenys Vlasenko2017-11-091-3/+3
* unshare: -r implies -U, not -uDenys Vlasenko2017-11-091-1/+1
* unzip: add missing -j to trivial usageEugene Rudoy2017-11-091-1/+1
* unzip: fix content listing and filtering when -j is usedEugene Rudoy2017-11-091-7/+8
* lineedit: get terminal width before printing promptDenys Vlasenko2017-11-081-2/+2
* lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko2017-11-081-0/+12
* ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko2017-11-035-5/+88
* init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko2017-11-021-23/+8
* ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko2017-11-021-4/+22
* ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko2017-10-311-2/+7
* Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2017-10-312-0/+6
* grep: skip grepping symlinks to directoriesJames Clarke2017-10-311-2/+19
* ntpd: mention in help text that -d can be repeatedDenys Vlasenko2017-10-311-1/+1
* ntpd: improve treatment of DNS resolution failuresDenys Vlasenko2017-10-311-15/+33
* 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