Age | Commit message (Expand) | Author |
2017-04-05 | Add help text for 'uniq -i' | Jody Bruchon |
2017-04-05 | nl: use CONFIG_NL, not CONFIG_UNIQ | Denys Vlasenko |
2017-04-05 | nl: new applet; also implement cat -nb (similar functionality to nl) | Denys Vlasenko |
2017-04-04 | tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable | Denys Vlasenko |
2017-04-03 | tls: avoid using int16 in pstm code | Denys Vlasenko |
2017-04-03 | tls: merge sha1 and sha256 hmac functions | Denys Vlasenko |
2017-04-01 | tls: replace aes encryption/decryption by much smaller one | Denys Vlasenko |
2017-03-30 | uniq: add -i option to ignore case | Jody Bruchon |
2017-03-28 | Update depmod & modprobe upstream help text in comments | Kang-Che Sung |
2017-03-27 | udhcp6: move misplaced comment | Denys Vlasenko |
2017-03-27 | udhcp6: fix releasing | Denys Vlasenko |
2017-03-27 | udhcp6: fix problems found running against dnsmasq | Denys Vlasenko |
2017-03-27 | udhcp6: read_interface should save link-local ipv6 address | Denys Vlasenko |
2017-03-24 | vi: avoid touching a new file with ZZ when no editing has been done | Yousong Zhou |
2017-03-24 | switch_root: don't bail out when console doesn't exist | Andrei Gherzan |
2017-03-24 | whitespace fix | Denys Vlasenko |
2017-03-23 | paste: delimiter list use should restart for each new output line | Denys Vlasenko |
2017-03-23 | typo fix | Denys Vlasenko |
2017-03-23 | paste: new applet | Maxime Coste |
2017-03-16 | dd: call fsync() only once before exiting if conv=fsync is specified | Rostislav Skudnov |
2017-03-16 | Revert "umount: make -d always active, add -D to suppress it" | Denys Vlasenko |
2017-03-16 | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko |
2017-03-13 | runit: fix chpst -n -N -u USER | Denys Vlasenko |
2017-03-13 | vi: don't touch file with :x when modified_count == 0 | Denys Vlasenko |
2017-02-17 | reset: before calling execvp(), reset needs to flush stdout | Glenn Matthews |
2017-02-17 | Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error | Kang-Che Sung |
2017-02-17 | udhcpc: make sure we do not overflow poll timeout | Denys Vlasenko |
2017-02-17 | nc_bloaty: use poll() instead of select() | Denys Vlasenko |
2017-02-16 | udhcp: use poll() instead of select() | Denys Vlasenko |
2017-02-16 | udhcp: do not clobber errno by signal handler | Denys Vlasenko |
2017-02-16 | nc: use poll() instead of select() | Denys Vlasenko |
2017-02-16 | tls: covert i/o loop from using select() to poll() | Denys Vlasenko |
2017-02-12 | sendmail: allow "+" symbol in recipient. Closes 9646 | Denys Vlasenko |
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 |