Age | Commit message (Expand) | Author |
2017-02-12 | modprobe-small: define and use DEPMOD_OPT_n (option mask) | Kang-Che Sung |
2017-02-12 | modprobe-small: document '-n' in depmod usage | Kang-Che Sung |
2017-02-07 | modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for... | Denys Vlasenko |
2017-02-05 | Reorder modutils config options & fix yet more dependency | Kang-Che Sung |
2017-02-05 | modutils: fix config options dependency (2) | Kang-Che Sung |
2017-02-04 | httpd: use "Content-Length", not "-length" | Denys Vlasenko |
2017-02-04 | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov |
2017-02-04 | tls: fold AES CBC en/decryption into single functions | Denys Vlasenko |
2017-02-03 | wget/tls: session_id of zero length is ok (arxiv.org responds with such) | Denys Vlasenko |
2017-02-03 | ash: add INT_OFF/ON around allocations | Denys Vlasenko |
2017-02-02 | ps: avoid -o stat to contain spaces. Closes 9631 | Denys Vlasenko |
2017-02-01 | cmdline module options can be disabled on "big" modutils | Kang-Che Sung |
2017-02-01 | modutils: remove redundant "select PLATFORM_LINUX" configs | Kang-Che Sung |
2017-02-01 | modprobe-small: move lsmod code out of modprobe_main() | Kang-Che Sung |
2017-02-01 | modprobe-small: improve config help text | Denys Vlasenko |
2017-01-31 | ash: improve / fix glob expansion | Felix Fietkau |
2017-01-30 | taskset: simplify code a bit; tweak --help | Denys Vlasenko |
2017-01-30 | modprobe-small: fix --help texts, they are from "big" modutils | Denys Vlasenko |
2017-01-30 | modutils: fix config options dependency | Kang-Che Sung |
2017-01-30 | wget: add a big explanation what TLS code implements and what does not | Denys Vlasenko |
2017-01-30 | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko |
2017-01-29 | vi,fsck: do not use build timestamp unconditionally. Closes 9626 | Denys Vlasenko |
2017-01-29 | taskset: separate "current" and "new" strings | Denys Vlasenko |
2017-01-29 | typo in comment | Denys Vlasenko |
2017-01-29 | taskset: rewrite to be task size-agnostic | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2017-01-26 | httpd: defend against attempts to OOM us. Closes 9611 | Denys Vlasenko |
2017-01-26 | adduser: help for -G GRP is misleading, fix it | Denys Vlasenko |
2017-01-26 | sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK | Denys Vlasenko |
2017-01-26 | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko |
2017-01-26 | link: new applet | Denys Vlasenko |
2017-01-25 | xxd: make -p output lines actually end with a newline | Denys Vlasenko |
2017-01-25 | xxd: implement -p | Denys Vlasenko |
2017-01-25 | libbb: shrink sump.c | Denys Vlasenko |
2017-01-25 | ftpd/ls: show directories first | Denys Vlasenko |
2017-01-25 | hexdump/xxd: a bit more condensed formats | Denys Vlasenko |
2017-01-25 | xxd: new applet | Denys Vlasenko |
2017-01-24 | ftpd: new option -a ANON_USER to allow anonymous logins | Andrey Mozzhuhin |
2017-01-24 | wget: add support for -S --server-response | Denys Vlasenko |
2017-01-24 | remove "local" bashism from a few scripts | Denys Vlasenko |
2017-01-24 | tls: can download kernels now :) | Denys Vlasenko |
2017-01-24 | tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE | Denys Vlasenko |
2017-01-24 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko |
2017-01-23 | ls: convert DISP_DIRNAME to a bool variable | Denys Vlasenko |
2017-01-23 | ls: get rid of opt_flags[], handle -l1c through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle -x through option_mask32, remove default -C from --help | Denys Vlasenko |
2017-01-23 | ls: handle -d and -R through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle -p and -F through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG | Denys Vlasenko |
2017-01-23 | ls: make -Z output compatible with GNU coreutils 8.25 | Denys Vlasenko |