1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 16 years ago
  3. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 16 years ago
  4. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  5. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 16 years ago
  6. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 16 years ago
  7. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  8. b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 17 years ago
  9. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
  10. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  11. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  12. 8195d20 sendmail: yet another maintainer's update by Denis Vlasenko · 17 years ago
  13. 17db1a9 sendmail: update from maintainer by Denis Vlasenko · 17 years ago
  14. 06aed43 ifenslave: new applet. closes bug 115. by Denis Vlasenko · 17 years ago
  15. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
  16. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  17. 2f518b0 httpd: "HEAD" support. Closes bug 1530. by Denis Vlasenko · 17 years ago
  18. a523e2e udhcp: we were forgetting to set right op byte in tha packet by Denis Vlasenko · 17 years ago
  19. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  20. 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
  21. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  22. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  23. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  24. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  25. 1e18f1b ifupdowm: shrink by Denis Vlasenko · 17 years ago
  26. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  27. cd5c61c ifupdown: code shrink by Denis Vlasenko · 17 years ago
  28. fc21305 httpd: fix bug where we did chdir("") if CGI path had only one "/". by Denis Vlasenko · 17 years ago
  29. f536b99 - shrink a tiny bit (-30Bytes) by Bernhard Reutner-Fischer · 17 years ago
  30. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  31. 6d52c1e sendmail: update from maintainer by Denis Vlasenko · 17 years ago
  32. 7dbf1b4 httpd: add a bit of error logging; a few code simplifications. +29 bytes. by Denis Vlasenko · 17 years ago
  33. b386c1c udhcp: ifdef out unused members by Denis Vlasenko · 17 years ago
  34. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  35. f3f33eb zcip: open ARP socket before openlog (else we can thrash syslog socket) by Denis Vlasenko · 17 years ago
  36. a2980c6 sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> by Denis Vlasenko · 17 years ago
  37. 7cff01e nc: fix fallout from C99 standard compliance change by Denis Vlasenko · 17 years ago
  38. 0b2b584 Fix compilation error when FEATURE_FANCY_PING enabled. Also by Paul Fox · 17 years ago
  39. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  40. ddd42cb sendmail: really svn add it by Denis Vlasenko · 17 years ago
  41. 73032ca sendmail: new applet by dronnikov at gmail.com by Denis Vlasenko · 17 years ago
  42. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  43. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  44. b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
  45. ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
  46. 2b11fb4 - implement brctl setpathcost, setportprio, setbridgeprio, stp by Bernhard Reutner-Fischer · 17 years ago
  47. 1aac3ab - shrink a bit and implement time related fancy features. Improve help texts. by Bernhard Reutner-Fischer · 17 years ago
  48. c44c210 - save four bytes by manually hoisting the br assignment by Bernhard Reutner-Fischer · 17 years ago
  49. d27d925 - new applet brctl by Bernhard Reutner-Fischer · 17 years ago
  50. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
  51. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
  52. 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
  53. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  54. d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
  55. fcd878e httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 17 years ago
  56. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
  57. ddc865f netstat: in error message, report filename and line number by Denis Vlasenko · 17 years ago
  58. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  59. abee3d0 Fix xmalloc_fgets_str so that it really does NOT strip terminator. by Denis Vlasenko · 17 years ago
  60. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
  61. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  62. e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
  63. 6198792 udhcp: decided to not send "short" dhcp packets, by Denis Vlasenko · 17 years ago
  64. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
  65. 9ad2cb3 traceroute: stop using global data/bss by Denis Vlasenko · 17 years ago
  66. 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
  67. 7221c8c lineedit: reduce stack usage by Denis Vlasenko · 17 years ago
  68. 2bec513 fix whitespace damage by Denis Vlasenko · 17 years ago
  69. 8723a94 libnetlink: comment out unused code; don't use 8k stack buffers by Denis Vlasenko · 17 years ago
  70. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  71. 35ff746 dhcpc: let server know we don't like oversized packets. add TODO comment by Denis Vlasenko · 17 years ago
  72. 79c6904 ip route: add comment, no code changes by Denis Vlasenko · 17 years ago
  73. 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
  74. b1bac0d zcip: simplify code a bit by Denis Vlasenko · 17 years ago
  75. a09300a zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order by Denis Vlasenko · 17 years ago
  76. 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
  77. 8ec6ee4 Add an RFC for future ipv6 ftp work by Denis Vlasenko · 17 years ago
  78. fff9b69 arping: fix a bug where there is implicit count of 4G; by Denis Vlasenko · 17 years ago
  79. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  80. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  81. 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
  82. b559105 fix a thinko in build system by Denis Vlasenko · 17 years ago
  83. 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
  84. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  85. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  86. 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
  87. 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
  88. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  89. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  90. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  91. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  92. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago
  93. bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
  94. 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
  95. 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
  96. dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
  97. 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
  98. 2edbc2a ping: fix breakage from -I fix by Denis Vlasenko · 17 years ago
  99. 1a7afb4 paing: make -I ethN work too (-I addr already worked) by Denis Vlasenko · 17 years ago
  100. 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago