- 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
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
- 4d41770 adduser: help for -G GRP is misleading, fix it by Denys Vlasenko · 8 years ago
- 786c9dc sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK by Denys Vlasenko · 8 years ago
- 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
- 06f20bf link: new applet by Denys Vlasenko · 8 years ago
- 7dd906a xxd: make -p output lines actually end with a newline by Denys Vlasenko · 8 years ago
- 62a9b18 xxd: implement -p by Denys Vlasenko · 8 years ago
- cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
- b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
- 8a2657c hexdump/xxd: a bit more condensed formats by Denys Vlasenko · 8 years ago
- 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
- 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
- dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
- bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
- 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
- 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
- 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
- 9a64c33 ls: convert DISP_DIRNAME to a bool variable by Denys Vlasenko · 8 years ago
- ccc1699 ls: get rid of opt_flags[], handle -l1c through option_mask32 by Denys Vlasenko · 8 years ago
- 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
- 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
- 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
- 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
- a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
- 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
- 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
- b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
- f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
- 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
- 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
- b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
- 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
- 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
- e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
- f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
- 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
- 1238988 ip: better --help by Denys Vlasenko · 8 years ago
- 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
- f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
- bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
- f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
- dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
- 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
- 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
- 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
- 9731ca7 password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD by Denys Vlasenko · 8 years ago
- 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago
- e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
- 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
- 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
- 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
- a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
- abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
- f7806f9 tls: fix ROL/ROR x86 optimization by Denys Vlasenko · 8 years ago