1. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  2. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  3. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  4. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  5. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  6. 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
  7. 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
  8. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  9. c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
  10. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  11. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  12. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  13. 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
  14. 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
  15. ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
  16. 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
  17. 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
  18. 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
  19. 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
  20. 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
  21. 9f2f808 telnetd: correctly output 0xff char. ~100 bytes. by Denis Vlasenko · 16 years ago
  22. 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
  23. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  24. b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
  25. b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
  26. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  27. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  28. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  29. 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
  30. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  31. 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
  32. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  33. 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
  34. e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
  35. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  36. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  37. 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
  38. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  39. cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
  40. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  41. c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
  42. df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
  43. 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
  44. 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  45. bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
  46. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  47. 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
  48. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  49. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  50. cdb0b65 dhcpc: treat "discover...select...discover..." loop the same way by Denis Vlasenko · 16 years ago
  51. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  52. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  53. 28f5619 slattach: preserve speed in non-raw mode. +39 bytes. by Denis Vlasenko · 16 years ago
  54. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  55. ee9deb8 ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexist by Denis Vlasenko · 16 years ago
  56. ee34ebe ifenslave: wants net/if.h by Denis Vlasenko · 16 years ago
  57. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  58. 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
  59. b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
  60. 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
  61. 5770715 ping: SO_RCVBUF must be bigger than packet size, by Denis Vlasenko · 16 years ago
  62. 6c4eb44 ifupdown: fixes for shutdown of DHCP-managed interfaces by Denis Vlasenko · 16 years ago
  63. ec7e7ae arp: without -H <type>, assume "ether". closes 4564 by Denis Vlasenko · 16 years ago
  64. ee777c4 ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> by Denis Vlasenko · 16 years ago
  65. 8d07560 sendmail: work around (bogus) gcc warning by Denis Vlasenko · 16 years ago
  66. cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  67. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  68. 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
  69. cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
  70. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  71. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  72. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  73. f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
  74. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  75. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  76. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  77. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  78. 1101d1c telnet: shrink by Denis Vlasenko · 16 years ago
  79. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  80. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  81. a34f1ed dnsd,sestatus: use libbb to parse config file (by Vladimir) by Denis Vlasenko · 16 years ago
  82. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  83. 7354244 sendmail: update from the maintainer by Denis Vlasenko · 16 years ago
  84. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago
  85. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  86. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  87. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  88. 38e54f1 sendmail: do not discard all headers by Denis Vlasenko · 16 years ago
  89. 0ed090e sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes. by Denis Vlasenko · 16 years ago
  90. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  91. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 17 years ago
  92. 4938292 ifupdown: /etc/network/interfaces can have comments with leading blanks by Denis Vlasenko · 17 years ago
  93. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  94. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 17 years ago
  95. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 17 years ago
  96. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 17 years ago
  97. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 17 years ago
  98. c94d356 sendmail: from Vladimir: by Denis Vlasenko · 17 years ago
  99. 0db2c2e libiproute: print_route() always uses stdout, do not pass FILE pointer to it. by Denis Vlasenko · 17 years ago
  100. 540ab70 wget: "support" -t and -T by ignoring them by Denis Vlasenko · 17 years ago