1. 63db27f removed stray debugging comments by Denis Vlasenko · 17 years ago
  2. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  3. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  4. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  5. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  6. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  7. f9000c5 crond: code shrink by Denis Vlasenko · 17 years ago
  8. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  9. b9c02dd crond: don't start sendmail with absolute path by Denis Vlasenko · 17 years ago
  10. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  11. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  12. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  13. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  14. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  15. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  16. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  17. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  18. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  19. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  20. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  21. 1b97efd httpd shring and logging update, part 1 or 7 by Denis Vlasenko · 17 years ago
  22. 72d260d remove stray newline from help text by Denis Vlasenko · 17 years ago
  23. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  24. 7f175cc add comments regarding SO_REUSEADDR by Denis Vlasenko · 17 years ago
  25. 06b064c Comment out "#include <strings.h>" everywhere by Denis Vlasenko · 17 years ago
  26. 838daca find: fix SELinux-related warning by Denis Vlasenko · 17 years ago
  27. f848305 modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols by Denis Vlasenko · 17 years ago
  28. a0319ba hdparm: shrink rodata by ~250 bytes by Denis Vlasenko · 17 years ago
  29. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  30. 033e592 more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: by Denis Vlasenko · 17 years ago
  31. ab9c44b v[hp]error_msg have 2-3 callsites only -> incorporate there. by Denis Vlasenko · 17 years ago
  32. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  33. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  34. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  35. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  36. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  37. dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
  38. a1120a8 syslogd: set syslog IPC buffer to mode 0644 by Denis Vlasenko · 17 years ago
  39. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  40. 08294db df: match coreutils behavior of wrapping lines if filesystem name is too long. by Denis Vlasenko · 17 years ago
  41. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  42. f5635f4 usage.h: style cleanup by Denis Vlasenko · 17 years ago
  43. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  44. 5f1b149 syslogd,logread: get rid of head pointer, fix logread bug in the process by Denis Vlasenko · 17 years ago
  45. 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
  46. ff65cd4 fix out-of-source-tree build by Denis Vlasenko · 17 years ago
  47. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  48. 4185548 httpd: CGI Status: header fix by Denis Vlasenko · 17 years ago
  49. 1ec15cd httpd: add support for Status: CGI header by Denis Vlasenko · 17 years ago
  50. e5d37cc httpd: fix CGI handling bug (we were closing wrong fd). by Denis Vlasenko · 17 years ago
  51. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  52. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  53. 22a80d1 udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ by Denis Vlasenko · 17 years ago
  54. e5dbba2 bb_uudecode: now this is the more thorough fix... I hope... by Denis Vlasenko · 17 years ago
  55. 4661117 bb_uuencode: fix obscure case where we were using data past last byte of source by Denis Vlasenko · 17 years ago
  56. eea7212 patch: fix -p -1 handling by Denis Vlasenko · 17 years ago
  57. 8e209c3 catv: catv without arguments was trying to use environ as argv. by Denis Vlasenko · 17 years ago
  58. 73f21e9 trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  59. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  60. e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
  61. 84d71f3 setfiles: by Denis Vlasenko · 17 years ago
  62. 46340e3 less: add a bit more robustness in keyboard reading code by Denis Vlasenko · 17 years ago
  63. 0e2c9fb mount: print errno on NFS error (again) by Denis Vlasenko · 17 years ago
  64. f223efb svlogd: fix timestamping; do not warn if config is missing sv: extend help text by Denis Vlasenko · 17 years ago
  65. 9a3b7b1 ttysize: update copyright by Denis Vlasenko · 17 years ago
  66. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  67. c01af95 ttysize: new applet. +200 bytes by Denis Vlasenko · 17 years ago
  68. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  69. fc77eb5 patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  70. a1b16f4 start_stop_daemon: NOMMU fix; smaller fixes by Denis Vlasenko · 17 years ago
  71. f1f1b69 addgroup: "disallow addgroup -g num user group"; make -g 0 work by Denis Vlasenko · 17 years ago
  72. 980864d dd: use unsigned printf specifier for # of blocks by Denis Vlasenko · 17 years ago
  73. 2b03e5e dd: fix newly introduced bug (introduced by me) by Denis Vlasenko · 17 years ago
  74. 6b74b02 interface.c: code shrink (IIRC ~30 bytes) by Denis Vlasenko · 17 years ago
  75. dee82b6 ash: comment non-obvious code part by Denis Vlasenko · 17 years ago
  76. 1bab1de fix for suffix optimization (which was in previous commit) by Denis Vlasenko · 17 years ago
  77. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  78. 7587870 dd: fix bug where we assume count=INT_MAX when count is unspecified; by Denis Vlasenko · 17 years ago
  79. 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
  80. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  81. 661f6fa cal: small code shrink by Denis Vlasenko · 17 years ago
  82. 972fa09 setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  83. 7ce7594 ps: fix non-desktop ps -ww -- thanks rockeychu by Denis Vlasenko · 17 years ago
  84. f4cee7a getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu by Denis Vlasenko · 17 years ago
  85. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  86. bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
  87. 1da7772 setfiles: small tweaks to usage text and code by Denis Vlasenko · 17 years ago
  88. 3e64e98 zcip: remove stray seed48. It's the only thing which was pulling in by Denis Vlasenko · 17 years ago
  89. 65b8cfb add comment why preferred stack boundary is 4 on i386 by Denis Vlasenko · 17 years ago
  90. 64a8a3b chpasswd: rename long options definition to match other applets. no code changes by Denis Vlasenko · 17 years ago
  91. 5bfcb4d getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending by Denis Vlasenko · 17 years ago
  92. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  93. 9fe9c1a setiles: cosmetics, no real code changes by Denis Vlasenko · 17 years ago
  94. 397137b setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  95. 845db2a chpasswd: fix indentation by Denis Vlasenko · 17 years ago
  96. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  97. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  98. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  99. e8feca0 chpasswd: fixes for shadow password handling by Denis Vlasenko · 17 years ago
  100. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago