| Commit message (Expand) | Author | Files | Lines |
2019-10-08 | time: Use 64 prefix syscall if we have to | Alistair Francis | 1 | -0/+7 |
2019-10-08 | date: Use 64 prefix syscall if we have to | Alistair Francis | 1 | -2/+9 |
2019-10-08 | udhcpc: fix segmentation fault on empty bin opt | Michal Kazior | 1 | -1/+1 |
2019-10-08 | brctl: add support for showmacs command | Martin Lewis | 1 | -19/+92 |
2019-10-08 | ln: --no-target-directory implies --no-dereference | Kaarle Ritvanen | 1 | -4/+21 |
2019-10-08 | route: fix output of "route -n -A inet6" | Tomas Paukrt | 1 | -0/+1 |
2019-10-07 | tee: do not intercept SIGPIPE | Denys Vlasenko | 1 | -4/+20 |
2019-10-04 | fdisk_aix: fix aliasing warning, comment out unused global variables | Denys Vlasenko | 2 | -23/+23 |
2019-10-04 | fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink | Denys Vlasenko | 4 | -34/+29 |
2019-09-25 | telnet: fix uninitialized variable bug | Denys Vlasenko | 1 | -1/+1 |
2019-09-24 | udhcpc6: add ELAPSED_TIME option to outgoing packets | Denys Vlasenko | 3 | -5/+21 |
2019-09-22 | ash: fix BASE###nn bashism for bases 36..64 | Denys Vlasenko | 1 | -3/+21 |
2019-09-22 | ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 | Denys Vlasenko | 1 | -2/+9 |
2019-09-12 | bc: Add 'U' suffix in UINT_MAX preprocessor check | Kang-Che Sung | 1 | -2/+2 |
2019-09-12 | wget: increase redirections limit | David Demelier | 1 | -1/+1 |
2019-09-12 | examples/udhcp/simple.script: print the filename actually changed | Rolf Eike Beer | 1 | -1/+1 |
2019-09-12 | find: implement -empty | Aaro Koskinen | 1 | -0/+44 |
2019-09-06 | gzip: code shrink | Denys Vlasenko | 1 | -44/+44 |
2019-09-05 | examples/udhcp/simple.script: up interface on deconfig event | Denys Vlasenko | 1 | -1/+2 |
2019-09-05 | ash: add a FIXME comment | Denys Vlasenko | 1 | -1/+7 |
2019-09-05 | hush: fix "set -o INVALID" affecting -e flag state | Denys Vlasenko | 1 | -11/+9 |
2019-09-05 | gzip: code shrink | Denys Vlasenko | 1 | -9/+9 |
2019-09-05 | gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n | Daniel Edgecumbe | 1 | -6/+6 |
2019-09-05 | gzip: set compression flags correctly as per standard | Daniel Edgecumbe | 1 | -8/+18 |
2019-09-05 | gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 | Daniel Edgecumbe | 1 | -1/+1 |
2019-09-05 | dc: Parse error & fix out of bounds read in xc_program_printString | Brian Foley | 2 | -2/+24 |
2019-09-05 | dc: Fix segfault when executing strings generated using asciify | Brian Foley | 2 | -2/+13 |
2019-09-05 | dc: execute shouldn't pop if stack head is not a string | Brian Foley | 2 | -1/+12 |
2019-08-24 | udhcpc6: support stateless DHCPv6 | Eivind Versvik | 1 | -9/+72 |
2019-08-11 | top: do not use previous colleced data wheh "h" toggles threads display | Denys Vlasenko | 1 | -1/+4 |
2019-08-09 | udhcpc6: s/iphdr/ip6_hdr/ | Denys Vlasenko | 1 | -1/+1 |
2019-08-06 | nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") | Denys Vlasenko | 1 | -5/+5 |
2019-08-03 | stat: print nanosecond times, fix printing of empty lines | Denys Vlasenko | 1 | -39/+36 |
2019-08-02 | ash: fix set -o to not show "nameless" options | Denys Vlasenko | 1 | -0/+2 |
2019-08-02 | tar: change -a from meaning "lzma" to mean "autodetect by extension" | Denys Vlasenko | 1 | -18/+42 |
2019-08-01 | tar: code shrink | Denys Vlasenko | 1 | -12/+13 |
2019-07-31 | ash: only catch unexpected exceptions in PS1 expansion | Ron Yorston | 1 | -0/+2 |
2019-07-23 | unicode: code shrink in character width determination | Denys Vlasenko | 1 | -0/+6 |
2019-07-16 | libbb: include <crypt.h> only if necessary | Denys Vlasenko | 1 | -0/+2 |
2019-07-02 | ntpd: add comment about mode6, no code changes | Denys Vlasenko | 1 | -0/+7 |
2019-07-02 | ntpd: commonalize message strings | Denys Vlasenko | 1 | -2/+2 |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 225 | -736/+845 |
2019-07-02 | ntpd: abort if argvs are (unexpectedly) given | Denys Vlasenko | 1 | -1/+2 |
2019-06-25 | free: include SReclaimable in cached value | Lukas Rusak | 1 | -13/+17 |
2019-06-25 | libbb: deal with "declaration of 'link' shadows a global declaration" warning | Denys Vlasenko | 1 | -7/+7 |
2019-06-15 | pidof: support "pidof /path/to/binary" case | Denys Vlasenko | 1 | -1/+5 |
2019-06-13 | readlink,realpath: fix a case with a symplink, closes 11021 | Denys Vlasenko | 1 | -0/+29 |
2019-06-13 | udhcpc: fix comment, no code changes | Denys Vlasenko | 1 | -1/+1 |
2019-06-11 | udhcpc6: fix aliasing warning | Denys Vlasenko | 1 | -2/+2 |
2019-06-11 | dhcpc.c: Added support for relay server parameter. | Martin Lewis | 1 | -4/+9 |