aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko2019-09-221-2/+9
| * bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung2019-09-121-2/+2
| * wget: increase redirections limitDavid Demelier2019-09-121-1/+1
| * examples/udhcp/simple.script: print the filename actually changedRolf Eike Beer2019-09-121-1/+1
| * find: implement -emptyAaro Koskinen2019-09-121-0/+44
| * gzip: code shrinkDenys Vlasenko2019-09-061-44/+44
| * examples/udhcp/simple.script: up interface on deconfig eventDenys Vlasenko2019-09-051-1/+2
| * ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7
| * hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko2019-09-051-11/+9
| * gzip: code shrinkDenys Vlasenko2019-09-051-9/+9
| * gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe2019-09-051-6/+6
| * gzip: set compression flags correctly as per standardDaniel Edgecumbe2019-09-051-8/+18
| * gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe2019-09-051-1/+1
| * dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-09-052-2/+24
| * dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-09-052-2/+13
| * dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-09-052-1/+12
| * udhcpc6: support stateless DHCPv6Eivind Versvik2019-08-241-9/+72
* | winansi: code shrinkRon Yorston2020-01-081-37/+31
* | Update copyright dateRon Yorston2020-01-082-2/+2
* | winansi: restore correct attributes after lsRon Yorston2020-01-071-1/+7
* | winansi: fix escape processing in Windows 10 release 1809Ron Yorston2020-01-061-20/+20
* | ash: copy line editing history during forkshellRon Yorston2019-12-161-10/+94
* | ash: copy alias table during forkshellRon Yorston2019-12-151-1/+77
* | Update README.mdRoss Smith II2019-12-011-1/+1
* | testsuite: ensure tests work when directory name has spacesFRP-3244-g48128b9aaRon Yorston2019-08-162-4/+4
* | ash: revert change to behaviour of -s optionRon Yorston2019-08-161-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-08-16244-1248/+1714
|\|
| * top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko2019-08-111-1/+4
| * udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko2019-08-091-1/+1
| * nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko2019-08-061-5/+5
| * stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
| * ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-08-021-0/+2
| * tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko2019-08-021-18/+42
| * tar: code shrinkDenys Vlasenko2019-08-011-12/+13
| * ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-07-311-0/+2
| * unicode: code shrink in character width determinationDenys Vlasenko2019-07-231-0/+6
| * libbb: include <crypt.h> only if necessaryDenys Vlasenko2019-07-161-0/+2
| * ntpd: add comment about mode6, no code changesDenys Vlasenko2019-07-021-0/+7
| * ntpd: commonalize message stringsDenys Vlasenko2019-07-021-2/+2
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-02225-736/+845
| * ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko2019-07-021-1/+2
| * free: include SReclaimable in cached valueLukas Rusak2019-06-251-13/+17
| * libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko2019-06-251-7/+7
| * pidof: support "pidof /path/to/binary" caseDenys Vlasenko2019-06-151-1/+5
| * readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko2019-06-131-0/+29
| * udhcpc: fix comment, no code changesDenys Vlasenko2019-06-131-1/+1
| * udhcpc6: fix aliasing warningDenys Vlasenko2019-06-111-2/+2
| * dhcpc.c: Added support for relay server parameter.Martin Lewis2019-06-111-4/+9
| * Start 1.32.0 development cycleDenys Vlasenko2019-06-101-2/+2
| * Bump version to 1.31.01_31_0Denys Vlasenko2019-06-101-1/+1