1. 803c85a modprobe: read modules.builtin by Ben Hutchings · 8 years ago
  2. 9c192e7 examples: make udhcpc script handle /32 netmasks by Denys Vlasenko · 8 years ago
  3. 19578b4 Add help text for 'uniq -i' by Jody Bruchon · 8 years ago
  4. e7ac7ab nl: use CONFIG_NL, not CONFIG_UNIQ by Denys Vlasenko · 8 years ago
  5. d88f94a nl: new applet; also implement cat -nb (similar functionality to nl) by Denys Vlasenko · 8 years ago
  6. 5d561ef tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable by Denys Vlasenko · 8 years ago
  7. 229d3c4 tls: avoid using int16 in pstm code by Denys Vlasenko · 8 years ago
  8. 636c3b6 tls: merge sha1 and sha256 hmac functions by Denys Vlasenko · 8 years ago
  9. 6e99f1c tls: replace aes encryption/decryption by much smaller one by Denys Vlasenko · 8 years ago
  10. 8808f7f uniq: add -i option to ignore case by Jody Bruchon · 8 years ago
  11. 2577348 Update depmod & modprobe upstream help text in comments by Kang-Che Sung · 8 years ago
  12. ab03061 udhcp6: move misplaced comment by Denys Vlasenko · 8 years ago
  13. ed898ed udhcp6: fix releasing by Denys Vlasenko · 8 years ago
  14. 64d58aa udhcp6: fix problems found running against dnsmasq by Denys Vlasenko · 8 years ago
  15. e09f5e3 udhcp6: read_interface should save link-local ipv6 address by Denys Vlasenko · 8 years ago
  16. 8f3bf4f vi: avoid touching a new file with ZZ when no editing has been done by Yousong Zhou · 8 years ago
  17. e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
  18. 876c121 whitespace fix by Denys Vlasenko · 8 years ago
  19. f4a670a paste: delimiter list use should restart for each new output line by Denys Vlasenko · 8 years ago
  20. f1db95a typo fix by Denys Vlasenko · 8 years ago
  21. d2383f5 paste: new applet by Maxime Coste · 8 years ago
  22. dba0dc1 dd: call fsync() only once before exiting if conv=fsync is specified by Rostislav Skudnov · 8 years ago
  23. a98db79 Revert "umount: make -d always active, add -D to suppress it" by Denys Vlasenko · 8 years ago
  24. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  25. 0188042 runit: fix chpst -n -N -u USER by Denys Vlasenko · 8 years ago
  26. e88608e vi: don't touch file with :x when modified_count == 0 by Denys Vlasenko · 8 years ago
  27. 02a2a27 reset: before calling execvp(), reset needs to flush stdout by Glenn Matthews · 8 years ago
  28. 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago
  29. 7c67f1e udhcpc: make sure we do not overflow poll timeout by Denys Vlasenko · 8 years ago
  30. 94dcfd8 nc_bloaty: use poll() instead of select() by Denys Vlasenko · 8 years ago
  31. 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
  32. dc207f6 udhcp: do not clobber errno by signal handler by Denys Vlasenko · 8 years ago
  33. 5b3b468 nc: use poll() instead of select() by Denys Vlasenko · 8 years ago
  34. 0ec4d08 tls: covert i/o loop from using select() to poll() by Denys Vlasenko · 8 years ago
  35. c39ee04 sendmail: allow "+" symbol in recipient. Closes 9646 by Denys Vlasenko · 8 years ago
  36. af316aa modprobe-small: define and use DEPMOD_OPT_n (option mask) by Kang-Che Sung · 8 years ago
  37. c393b1e modprobe-small: document '-n' in depmod usage by Kang-Che Sung · 8 years ago
  38. c2b1858 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them by Denys Vlasenko · 8 years ago
  39. 415cc42 Reorder modutils config options & fix yet more dependency by Kang-Che Sung · 8 years ago
  40. 4ae658f modutils: fix config options dependency (2) by Kang-Che Sung · 8 years ago
  41. 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
  42. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  43. c31b54f tls: fold AES CBC en/decryption into single functions by Denys Vlasenko · 8 years ago
  44. 5b05d9d wget/tls: session_id of zero length is ok (arxiv.org responds with such) by Denys Vlasenko · 8 years ago
  45. 5f7c82b ash: add INT_OFF/ON around allocations by Denys Vlasenko · 8 years ago
  46. b6871c1 ps: avoid -o stat to contain spaces. Closes 9631 by Denys Vlasenko · 8 years ago
  47. b1d6a2c cmdline module options can be disabled on "big" modutils by Kang-Che Sung · 8 years ago
  48. 264cb01 modutils: remove redundant "select PLATFORM_LINUX" configs by Kang-Che Sung · 8 years ago
  49. fdfd716 modprobe-small: move lsmod code out of modprobe_main() by Kang-Che Sung · 8 years ago
  50. dc7637d modprobe-small: improve config help text by Denys Vlasenko · 8 years ago
  51. b5b2112 ash: improve / fix glob expansion by Felix Fietkau · 8 years ago
  52. d6ace66 taskset: simplify code a bit; tweak --help by Denys Vlasenko · 8 years ago
  53. ca659f8 modprobe-small: fix --help texts, they are from "big" modutils by Denys Vlasenko · 8 years ago
  54. 065e988 modutils: fix config options dependency by Kang-Che Sung · 8 years ago
  55. 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
  56. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  57. eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
  58. 8666391 taskset: separate "current" and "new" strings by Denys Vlasenko · 8 years ago
  59. b181ca7 typo in comment by Denys Vlasenko · 8 years ago
  60. ef0e76c taskset: rewrite to be task size-agnostic by Denys Vlasenko · 8 years ago
  61. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  62. b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
  63. 4d41770 adduser: help for -G GRP is misleading, fix it by Denys Vlasenko · 8 years ago
  64. 786c9dc sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK by Denys Vlasenko · 8 years ago
  65. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  66. 06f20bf link: new applet by Denys Vlasenko · 8 years ago
  67. 7dd906a xxd: make -p output lines actually end with a newline by Denys Vlasenko · 8 years ago
  68. 62a9b18 xxd: implement -p by Denys Vlasenko · 8 years ago
  69. cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
  70. b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
  71. 8a2657c hexdump/xxd: a bit more condensed formats by Denys Vlasenko · 8 years ago
  72. 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
  73. 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
  74. dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
  75. bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
  76. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  77. 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
  78. 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
  79. 9a64c33 ls: convert DISP_DIRNAME to a bool variable by Denys Vlasenko · 8 years ago
  80. ccc1699 ls: get rid of opt_flags[], handle -l1c through option_mask32 by Denys Vlasenko · 8 years ago
  81. 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
  82. 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
  83. 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
  84. 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
  85. a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
  86. 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
  87. 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
  88. b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
  89. f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
  90. 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
  91. 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
  92. b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
  93. 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
  94. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  95. e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
  96. f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
  97. 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
  98. 1238988 ip: better --help by Denys Vlasenko · 8 years ago
  99. 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
  100. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago