1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  3. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  4. 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
  5. 8723a94 libnetlink: comment out unused code; don't use 8k stack buffers by Denis Vlasenko · 17 years ago
  6. 79c6904 ip route: add comment, no code changes by Denis Vlasenko · 17 years ago
  7. 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
  8. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  9. dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
  10. db60bcf ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> by Denis Vlasenko · 17 years ago
  11. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  12. 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
  13. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  14. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  15. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  16. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  17. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  18. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  19. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  20. 789b87e - remove matches() from networking/. Untested. by Bernhard Reutner-Fischer · 17 years ago
  21. cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 17 years ago
  22. 761ce14 - remove another user of the deprecated matches() func by moving it to use index_in_str_array. Untested. by Bernhard Reutner-Fischer · 17 years ago
  23. 08a6118 ll_map: disable interface name caching code by Denis Vlasenko · 17 years ago
  24. 8c1aaf3 snprintf(... "%s"...) => safe_strncpy by Denis Vlasenko · 17 years ago
  25. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  26. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  27. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  28. c2b3e37 - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: by Bernhard Reutner-Fischer · 17 years ago
  29. ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 17 years ago
  30. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 17 years ago
  31. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 17 years ago
  32. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  33. 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 17 years ago
  34. e87d795 - rewrite the ip applet to be less bloaty by Bernhard Reutner-Fischer · 17 years ago
  35. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 17 years ago
  36. 27a131e preparatory patch for -Wwrite-strings #8 (missed part) by Denis Vlasenko · 18 years ago
  37. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  38. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  39. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  40. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  41. 2806b23 - reinstate static for the command string arrray to be gentle to gcc-3.x by Bernhard Reutner-Fischer · 18 years ago
  42. 4d9a358 - use uint32_t as suggested by vda. by Bernhard Reutner-Fischer · 18 years ago
  43. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  44. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  45. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  46. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  47. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  48. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  49. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  50. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 18 years ago
  51. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 18 years ago
  52. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
  53. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  54. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  55. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  56. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  57. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  58. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  59. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  60. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  61. 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
  62. 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
  63. 1819eee - Improve wording in error message. by Bernhard Reutner-Fischer · 18 years ago
  64. bb59f02 - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. by Bernhard Reutner-Fischer · 18 years ago
  65. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  66. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  67. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  68. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  69. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  70. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  71. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  72. 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
  73. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  74. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  75. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  76. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  77. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  78. 7935a5a libiproute/ll_map.c: fix bug 279 by Denis Vlasenko · 18 years ago
  79. 981b24d rt_names.c: move few strings into rodata by Denis Vlasenko · 18 years ago
  80. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  81. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  82. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  83. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  84. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  85. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  86. fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 18 years ago
  87. f1bd42a - correct typo by Bernhard Reutner-Fischer · 18 years ago
  88. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  89. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 18 years ago
  90. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  91. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 18 years ago
  92. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  93. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 18 years ago
  94. 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 18 years ago
  95. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  96. 39a9fdd - fix typo by Bernhard Reutner-Fischer · 18 years ago
  97. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  98. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  99. cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
  100. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago