1. bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 16 years ago
  2. 70c6e40 libbb: fix typo in comment by Denis Vlasenko · 16 years ago
  3. a2333c8 randomtest fixes by Denis Vlasenko · 16 years ago
  4. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  5. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  6. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
  7. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  8. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  9. 823f10b sha: merge K[] for sha256 and 512 by Denis Vlasenko · 16 years ago
  10. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  11. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  12. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  13. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  14. 4a43057 sha: tiny shrink by Denis Vlasenko · 16 years ago
  15. ddb1b85 add comment about sha testing by Denis Vlasenko · 16 years ago
  16. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  17. 6a5d9fa shrink sha hashing by Denis Vlasenko · 16 years ago
  18. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  19. 9b2fbda ftpd: EPSV and SIZE support. Tested to work on IPv6 too. by Denis Vlasenko · 16 years ago
  20. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  21. f3b39a2 - fix typo (thanks to Peter Kjellerstedt for noticing) by Bernhard Reutner-Fischer · 16 years ago
  22. a31187d - Dual-license the config parser also under "LGLPv2.1 or later" by Bernhard Reutner-Fischer · 16 years ago
  23. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  24. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  25. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  26. 1265df1 libbb: shrink linked list ops (by xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  27. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  28. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  29. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  30. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  31. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  32. d1a84a2 libbb: move crypt_make_salt() to pw_encrypt.c, reuse by Denis Vlasenko · 16 years ago
  33. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  34. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  35. d324e1b libbb/crypt: code shrink by Denis Vlasenko · 16 years ago
  36. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  37. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  38. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  39. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  40. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  41. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  42. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  43. 3eb4466 libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) by Denis Vlasenko · 16 years ago
  44. 3470f92 libbb: sha_crypt -123 bytes by Denis Vlasenko · 16 years ago
  45. 6bd54d4 libbb/pw_encrypt_sha: -28 bytes by Denis Vlasenko · 16 years ago
  46. 6b1e3d7 libbb: remove glibc-style bloat from sha_crypt. -1130 bytes. by Denis Vlasenko · 16 years ago
  47. fd5a3d2 gzip: fix gzip -dc case caused by using stale getopt state by Denis Vlasenko · 16 years ago
  48. 618a302 du: fix "du /dir /dir" case by Denis Vlasenko · 16 years ago
  49. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  50. 2211d52 libbb: add optionl support for SHA256/512 encrypted passwords by Denis Vlasenko · 16 years ago
  51. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  52. c028ec2 Typo fixes by Denis Vlasenko · 16 years ago
  53. 0a009c3 libbb: constify some data in sha1. gcc is clever enough to do it itself, by Denis Vlasenko · 16 years ago
  54. 30e1ab6 libbb: add a TODO to support new SHA-based encrypted passwords by Denis Vlasenko · 16 years ago
  55. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  56. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  57. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  58. 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
  59. f34cfff setup_environment: cd $HOME regardless of clear_env value. by Denis Vlasenko · 16 years ago
  60. 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
  61. bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
  62. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  63. 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago
  64. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  65. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  66. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  67. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  68. 3ab3d8a libbb: do not reject floating point strings like ".15" by Denis Vlasenko · 16 years ago
  69. 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
  70. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  71. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  72. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  73. 248b4a7 libbb: document that we maybe will want to understand \e someday by Denis Vlasenko · 16 years ago
  74. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  75. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  76. 4acb1b0 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  77. d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
  78. 15f2fdb hexdump: fix SEGV in hexdump -e "" by Denis Vlasenko · 16 years ago
  79. e417be6 getopt32: do not return pointer to alloca() areas by Denis Vlasenko · 16 years ago
  80. f31c3b6 linedit: fix use-after-free by Denis Vlasenko · 16 years ago
  81. 4301616 libbb: getopt32() should not ever touch argv[0] (even read) by Denis Vlasenko · 16 years ago
  82. 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
  83. eb08477 libbb: use ptsname_r, it's smaller by Denis Vlasenko · 16 years ago
  84. 11152e3 mkdir: fix "uname 0222; mkdir foo/bar" case by Denis Vlasenko · 16 years ago
  85. 69f4f9a optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) by Denis Vlasenko · 16 years ago
  86. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  87. 728161b fix bug 4464 for real. I am dumb. by Denis Vlasenko · 16 years ago
  88. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  89. db29f5e libbb: fix thinko in latest xrealloc_vector change by Denis Vlasenko · 16 years ago
  90. ec73d30 randomconfig fixes by Denis Vlasenko · 16 years ago
  91. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  92. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  93. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  94. 2f86d13 libbb: dump: do not use uninitialized memory. close bug 4364. by Denis Vlasenko · 16 years ago
  95. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  96. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  97. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  98. 49a5eba s/othervise/otherwise/g by Denis Vlasenko · 16 years ago
  99. 41660c5 another overlapping_strcpy by Denis Vlasenko · 16 years ago
  100. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago