1. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  2. 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
  3. b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
  4. 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
  5. 5770715 ping: SO_RCVBUF must be bigger than packet size, by Denis Vlasenko · 16 years ago
  6. 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
  7. ec7e7ae arp: without -H <type>, assume "ether". closes 4564 by Denis Vlasenko · 16 years ago
  8. ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
  9. 8d07560 sendmail: work around (bogus) gcc warning by Denis Vlasenko · 16 years ago
  10. cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  11. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  12. 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
  13. cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
  14. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  15. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  16. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  17. f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
  18. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  19. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  20. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  21. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  22. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  23. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  24. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  25. a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
  26. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  27. 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
  28. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago
  29. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  30. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  31. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  32. 38e54f1 sendmail: do not discard all headers by Denis Vlasenko · 16 years ago
  33. 0ed090e sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes. by Denis Vlasenko · 16 years ago
  34. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  35. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  36. 4938292 ifupdown: /etc/network/interfaces can have comments with leading blanks by Denis Vlasenko · 16 years ago
  37. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  38. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  39. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  40. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  41. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  42. c94d356 sendmail: from Vladimir: by Denis Vlasenko · 16 years ago
  43. 0db2c2e libiproute: print_route() always uses stdout, do not pass FILE pointer to it. by Denis Vlasenko · 16 years ago
  44. 540ab70 wget: "support" -t and -T by ignoring them by Denis Vlasenko · 16 years ago
  45. 6ea75e2 sendmail: another update from the maintainer by Denis Vlasenko · 16 years ago
  46. 3dee8e2 sendmail: update from maintainer by Denis Vlasenko · 16 years ago
  47. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  48. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  49. 50b5cac wget: accept code 204. by Denis Vlasenko · 16 years ago
  50. dd9c072 udhcpc: change BPF filter to not use 0xffffffff as a max packet size, by Denis Vlasenko · 16 years ago
  51. 31e1286 tftp: help compiler a bit by Denis Vlasenko · 17 years ago
  52. 8474cd3 tftpd: PXE server said to need to support "tsize" option by Denis Vlasenko · 17 years ago
  53. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
  54. ff7cd6f use USE_FEATURE_UDHCP_PORT instead of ifdef by Denis Vlasenko · 17 years ago
  55. f716a6d udhcpc: removing stray whitespace by Denis Vlasenko · 17 years ago
  56. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  57. 873b895 udhcpc: reduce ifdef forest, no code changes by Denis Vlasenko · 17 years ago
  58. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 17 years ago
  59. 7504f2f httpd: fix authentication by Denis Vlasenko · 17 years ago
  60. 25b4630 httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>) by Denis Vlasenko · 17 years ago
  61. 0eb406c htppd: lots of variable/function renaming in config file parsing. by Denis Vlasenko · 17 years ago
  62. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 17 years ago
  63. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 17 years ago
  64. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
  65. 048897c ifenslave: small shrink by Denis Vlasenko · 17 years ago
  66. 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
  67. b597564 ifenslave: tiny shrink by Denis Vlasenko · 17 years ago
  68. c8fa04f ifenslave: further shrink by suppressing excessive inlining by Denis Vlasenko · 17 years ago
  69. 0876822 ifenslave: fix improper longopts definition ifenslave: shrink by Denis Vlasenko · 17 years ago
  70. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  71. c0cd9f2 Fix trivial problems: "make clean" cleaning too much by Denis Vlasenko · 17 years ago
  72. 9b6f4aa ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. by Denis Vlasenko · 17 years ago
  73. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  74. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  75. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  76. d12fcc2 libiproute: fix option parsing, so that "ip -o link" works again. by Denis Vlasenko · 17 years ago
  77. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  78. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
  79. e9b76e1 dnsd: fixes various segfaults. by Denis Vlasenko · 17 years ago
  80. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  81. 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
  82. b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
  83. 38100a4 ifenslave: add forgotten INIT_G() by Denis Vlasenko · 17 years ago
  84. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  85. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  86. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  87. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  88. faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
  89. 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
  90. 29952d7 fix bug 2704: remove verbatim RFC text from source by Denis Vlasenko · 17 years ago
  91. 51a06c0 - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 by Bernhard Reutner-Fischer · 17 years ago
  92. b8635e2 - very minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  93. dff6190 - add appropriate string for arp header #32 for use by ip(8) by Bernhard Reutner-Fischer · 17 years ago
  94. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  95. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  96. 43d5d42 remove stray semicolons (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  97. c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
  98. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
  99. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  100. b89e202 udhcp: protect agianst timer overflowing 32-bit counter by Denis Vlasenko · 17 years ago