- 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
- c5496d3 grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too by Denys Vlasenko · 8 years ago
- e31ca2e catv: convert this bbox-specific applet into "cat -v" by Denys Vlasenko · 8 years ago
- d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
- 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
- 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
- ac47a00 partprobe: new applet by Denys Vlasenko · 8 years ago
- 1bc0bd1 w: new applet, alias to "who -H" by Denys Vlasenko · 8 years ago
- 67918b3 fallocate: new applet by Denys Vlasenko · 8 years ago
- b9512fa fsfreeze: new applet by Denys Vlasenko · 8 years ago
- a976aaa factor: remove debug code by Denys Vlasenko · 8 years ago
- 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
- 10673c4 factor: much faster, and very slightly larger isqrt() by Denys Vlasenko · 8 years ago
- cc1f8ba factor: don't be too clever in isqrt - be small instead by Denys Vlasenko · 8 years ago
- ad5394d factor: add code to test isqrt() correctness by Denys Vlasenko · 8 years ago
- dd3a395 factor: 25% faster sieving by Denys Vlasenko · 8 years ago
- 4908c79 factor: better comments, slightl more clever conversion even->odd by Denys Vlasenko · 8 years ago
- f428f1d factor: fix HALF_FMT usage by Denys Vlasenko · 8 years ago
- 12dc4fb factor: fix comments by Denys Vlasenko · 8 years ago
- bef1713 factor: a bit more simple isqrt by Denys Vlasenko · 8 years ago
- c6476dc factor: simpler isqrt by Denys Vlasenko · 8 years ago
- c804d4e factor: factor2 variable is unused now, drop it by Denys Vlasenko · 8 years ago
- 7e5f2f3 factor: expand comments by Denys Vlasenko · 8 years ago
- 1d232fd factor: 30% faster code (estimate max possible factor just once) by Denys Vlasenko · 8 years ago
- c1b5b2a nl: fix copyright message by Denys Vlasenko · 8 years ago
- ee7f75d factor: new applet by Denys Vlasenko · 8 years ago
- 87ae0fe nproc: new applet by Denys Vlasenko · 8 years ago
- 0f7f1ae shred: smaller code by Denys Vlasenko · 8 years ago
- 2f59bf3 shred: new applet by Denys Vlasenko · 8 years ago
- 4277670 init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it! by Denys Vlasenko · 8 years ago
- 7121bb8 ipaddress: tweak help text more: mention "brd +" syntax by Denys Vlasenko · 8 years ago
- 4eaa0f7 ipaddress: tweak help text by Denys Vlasenko · 8 years ago
- eb76abb iproute: add "a" command as a synonym to "add" by Denys Vlasenko · 8 years ago
- 826bdcd libiproute: FACT_FUNCization by Denys Vlasenko · 8 years ago
- d5342a1 iproute: support advmss option by Denys Vlasenko · 8 years ago
- 1140bf3 iproute: update help text, add commented-out code for unsupported options by Denys Vlasenko · 8 years ago
- 2d4823b iplink: implement "set promisc on|off". Closes 4682 by Denys Vlasenko · 8 years ago
- a7386bb ip link: tidying up by Denys Vlasenko · 8 years ago
- 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
- 0d6e3ad modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) by Denys Vlasenko · 8 years ago
- 803c85a modprobe: read modules.builtin by Ben Hutchings · 8 years ago
- 9c192e7 examples: make udhcpc script handle /32 netmasks by Denys Vlasenko · 8 years ago
- 19578b4 Add help text for 'uniq -i' by Jody Bruchon · 8 years ago
- e7ac7ab nl: use CONFIG_NL, not CONFIG_UNIQ by Denys Vlasenko · 8 years ago
- d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
- 5d561ef tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable by Denys Vlasenko · 8 years ago
- 229d3c4 tls: avoid using int16 in pstm code by Denys Vlasenko · 8 years ago
- 636c3b6 tls: merge sha1 and sha256 hmac functions by Denys Vlasenko · 8 years ago
- 6e99f1c tls: replace aes encryption/decryption by much smaller one by Denys Vlasenko · 8 years ago
- 8808f7f uniq: add -i option to ignore case by Jody Bruchon · 8 years ago
- 2577348 Update depmod & modprobe upstream help text in comments by Kang-Che Sung · 8 years ago
- ab03061 udhcp6: move misplaced comment by Denys Vlasenko · 8 years ago
- ed898ed udhcp6: fix releasing by Denys Vlasenko · 8 years ago
- 64d58aa udhcp6: fix problems found running against dnsmasq by Denys Vlasenko · 8 years ago
- e09f5e3 udhcp6: read_interface should save link-local ipv6 address by Denys Vlasenko · 8 years ago
- 8f3bf4f vi: avoid touching a new file with ZZ when no editing has been done by Yousong Zhou · 8 years ago
- e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
- 876c121 whitespace fix by Denys Vlasenko · 8 years ago
- f4a670a paste: delimiter list use should restart for each new output line by Denys Vlasenko · 8 years ago
- f1db95a typo fix by Denys Vlasenko · 8 years ago
- d2383f5 paste: new applet by Maxime Coste · 8 years ago
- dba0dc1 dd: call fsync() only once before exiting if conv=fsync is specified by Rostislav Skudnov · 8 years ago
- a98db79 Revert "umount: make -d always active, add -D to suppress it" by Denys Vlasenko · 8 years ago
- ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
- 0188042 runit: fix chpst -n -N -u USER by Denys Vlasenko · 8 years ago
- e88608e vi: don't touch file with :x when modified_count == 0 by Denys Vlasenko · 8 years ago
- 02a2a27 reset: before calling execvp(), reset needs to flush stdout by Glenn Matthews · 8 years ago
- 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago
- 7c67f1e udhcpc: make sure we do not overflow poll timeout by Denys Vlasenko · 8 years ago
- 94dcfd8 nc_bloaty: use poll() instead of select() by Denys Vlasenko · 8 years ago
- 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
- dc207f6 udhcp: do not clobber errno by signal handler by Denys Vlasenko · 8 years ago
- 5b3b468 nc: use poll() instead of select() by Denys Vlasenko · 8 years ago
- 0ec4d08 tls: covert i/o loop from using select() to poll() by Denys Vlasenko · 8 years ago
- c39ee04 sendmail: allow "+" symbol in recipient. Closes 9646 by Denys Vlasenko · 8 years ago
- af316aa modprobe-small: define and use DEPMOD_OPT_n (option mask) by Kang-Che Sung · 8 years ago
- c393b1e modprobe-small: document '-n' in depmod usage by Kang-Che Sung · 8 years ago
- c2b1858 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them by Denys Vlasenko · 8 years ago
- 415cc42 Reorder modutils config options & fix yet more dependency by Kang-Che Sung · 8 years ago
- 4ae658f modutils: fix config options dependency (2) by Kang-Che Sung · 8 years ago
- 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
- 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
- c31b54f tls: fold AES CBC en/decryption into single functions by Denys Vlasenko · 8 years ago
- 5b05d9d wget/tls: session_id of zero length is ok (arxiv.org responds with such) by Denys Vlasenko · 8 years ago
- 5f7c82b ash: add INT_OFF/ON around allocations by Denys Vlasenko · 8 years ago
- b6871c1 ps: avoid -o stat to contain spaces. Closes 9631 by Denys Vlasenko · 8 years ago
- b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
- 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
- fdfd716 modprobe-small: move lsmod code out of modprobe_main() by Kang-Che Sung · 8 years ago
- dc7637d modprobe-small: improve config help text by Denys Vlasenko · 8 years ago
- b5b2112 ash: improve / fix glob expansion by Felix Fietkau · 8 years ago
- d6ace66 taskset: simplify code a bit; tweak --help by Denys Vlasenko · 8 years ago
- ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
- 065e988 modutils: fix config options dependency by Kang-Che Sung · 8 years ago
- 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
- 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
- eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
- 8666391 taskset: separate "current" and "new" strings by Denys Vlasenko · 8 years ago
- b181ca7 typo in comment by Denys Vlasenko · 8 years ago
- ef0e76c taskset: rewrite to be task size-agnostic by Denys Vlasenko · 8 years ago