1. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
  2. 048897c ifenslave: small shrink by Denis Vlasenko · 17 years ago
  3. 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
  4. b597564 ifenslave: tiny shrink by Denis Vlasenko · 17 years ago
  5. c8fa04f ifenslave: further shrink by suppressing excessive inlining by Denis Vlasenko · 17 years ago
  6. 0876822 ifenslave: fix improper longopts definition ifenslave: shrink by Denis Vlasenko · 17 years ago
  7. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  8. c0cd9f2 Fix trivial problems: "make clean" cleaning too much by Denis Vlasenko · 17 years ago
  9. 9b6f4aa ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. by Denis Vlasenko · 17 years ago
  10. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  11. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  12. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  13. d12fcc2 libiproute: fix option parsing, so that "ip -o link" works again. by Denis Vlasenko · 17 years ago
  14. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  15. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
  16. e9b76e1 dnsd: fixes various segfaults. by Denis Vlasenko · 17 years ago
  17. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  18. 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
  19. b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
  20. 38100a4 ifenslave: add forgotten INIT_G() by Denis Vlasenko · 17 years ago
  21. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  22. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  23. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  24. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  25. faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
  26. 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
  27. 29952d7 fix bug 2704: remove verbatim RFC text from source by Denis Vlasenko · 17 years ago
  28. 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
  29. b8635e2 - very minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  30. dff6190 - add appropriate string for arp header #32 for use by ip(8) by Bernhard Reutner-Fischer · 17 years ago
  31. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  32. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  33. 43d5d42 remove stray semicolons (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  34. c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
  35. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
  36. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  37. b89e202 udhcp: protect agianst timer overflowing 32-bit counter by Denis Vlasenko · 17 years ago
  38. 6bf05cf httpd: fix several bugs triggering by realtive path in -h DIR. by Denis Vlasenko · 17 years ago
  39. b153ace httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. by Denis Vlasenko · 17 years ago
  40. b34266b ping: dont leak uninitialized data in ping packets by Denis Vlasenko · 17 years ago
  41. a6b3a1f arping: save a few bytes by using mempcpy by Denis Vlasenko · 17 years ago
  42. a4a93fd udhcp: fix config help text by Denis Vlasenko · 17 years ago
  43. 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
  44. 5b3adae remove whitespace damage. No code changes by Denis Vlasenko · 17 years ago
  45. 6c10657 style fixes. no code changes by Denis Vlasenko · 17 years ago
  46. 250aa5b httpd: add an example of POST upload CGI by Denis Vlasenko · 17 years ago
  47. aca10f8 arping: remove superfluous assignment by Denis Vlasenko · 17 years ago
  48. fcc6347 udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
  49. b3f39f0 nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
  50. 6fa1ba3 crond: add handling of "MAILTO=user" lines by Denis Vlasenko · 17 years ago
  51. 90c31b3 ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>) by Denis Vlasenko · 17 years ago
  52. 278a1c2 brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
  53. 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 17 years ago
  54. 165f5b3 tcpudp: trivial build fix by Denis Vlasenko · 17 years ago
  55. 02f12f5 inetd: small shrink for NOMMU case by Denis Vlasenko · 17 years ago
  56. 7cb808e ftpgetput: move control_stream to "struct globals"; by Denis Vlasenko · 17 years ago
  57. 0e7940a ftpgetput: deal with long-standing TODOs: by Denis Vlasenko · 17 years ago
  58. 6c615a6 ftpgetput: add comment about EPSV (extended PASV). by Denis Vlasenko · 17 years ago
  59. c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 17 years ago
  60. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  61. 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 17 years ago
  62. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  63. b02cea1 ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
  64. a1acfc8 udhcp: build fix for ppc kernel 2.4.36 by Denis Vlasenko · 17 years ago
  65. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  66. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  67. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  68. 715c16a pscan: add -c, -b: report closed, blocked ports by Denis Vlasenko · 17 years ago
  69. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  70. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  71. 9230582 inetd: use change_identity(). by Denis Vlasenko · 17 years ago
  72. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 17 years ago
  73. 0a0180c tftpd: small trivial shrink by Denis Vlasenko · 17 years ago
  74. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  75. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  76. 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 17 years ago
  77. 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 17 years ago
  78. 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 17 years ago
  79. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 17 years ago
  80. d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 17 years ago
  81. 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 17 years ago
  82. 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 17 years ago
  83. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  84. 4866e90 svn add/svn rm to actually move tcp/udpsvd... by Denis Vlasenko · 17 years ago
  85. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  86. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
  87. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  88. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  89. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  90. 081eb71 dnsd: properly set _src_ IP:port on outgoing UDP packets by Denis Vlasenko · 17 years ago
  91. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  92. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 17 years ago
  93. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  94. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  95. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  96. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  97. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  98. b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 17 years ago
  99. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
  100. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago