1. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  2. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  3. d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
  4. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  5. 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
  6. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  7. b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
  8. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  9. 9844d7e Revert "networking: properly initialize ipv6 scope id for printing it" by Denys Vlasenko · 9 years ago
  10. 2fb6329 networking: properly initialize ipv6 scope id for printing it by Timo Teräs · 9 years ago
  11. f2c043a busybox: fix uninitialized memory when displaying IPv6 addresses by Felix Fietkau · 9 years ago
  12. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  13. a977778 ifconfig: fix double free fatal error in INET_sprint by Denys Vlasenko · 10 years ago
  14. 6761d7d networking: fix potential overflow in ife_print6() by Nicolas Dichtel · 11 years ago
  15. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  16. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  17. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  18. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 13 years ago
  19. 2514302 Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 by Denys Vlasenko · 14 years ago
  20. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  21. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  22. a85b66e ifconfig: do not truncate interface names. closes bug 1795 by Denys Vlasenko · 15 years ago
  23. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  24. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  25. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  26. 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
  27. 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
  28. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  29. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  30. 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
  31. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  32. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  33. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  34. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  35. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  36. 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
  37. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  38. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  39. 43d5d42 remove stray semicolons (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  40. 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
  41. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  42. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  43. 11c23d7 whitespace/style fix by Denis Vlasenko · 17 years ago
  44. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  45. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  46. 6b74b02 interface.c: code shrink (IIRC ~30 bytes) by Denis Vlasenko · 17 years ago
  47. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  48. 2851082 ifconfig: make it work with ifaces with ifnames > 255 by Denis Vlasenko · 17 years ago
  49. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  50. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
  51. 1b16bda networking/interface.c: reduce bss usage by Denis Vlasenko · 17 years ago
  52. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  53. d0587ed interface: revert part of commit 18120 (eth aliases work again) by Denis Vlasenko · 18 years ago
  54. 1cc7022 networking/interface.c: was doing really strange caching of fd's by Denis Vlasenko · 18 years ago
  55. 7f2527e arp, networking/interface.c: eliminate statics by Denis Vlasenko · 18 years ago
  56. ad67a39 remove unused #include,, improve code readability by Denis Vlasenko · 18 years ago
  57. 731d357 trivial warning fix by Denis Vlasenko · 18 years ago
  58. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  59. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  60. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  61. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
  62. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  63. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  64. 57d83ff - Proposed fix to make aliases work (with uClibc-current). 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. aad4999 #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 by Denis Vlasenko · 18 years ago
  67. 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  68. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  69. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  70. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  71. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  72. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  73. 21302c2 Properly print the output for a sit (IPv6-in-IPv4) interface. by "Robert P. J. Day" · 18 years ago
  74. 4137dd7 Aesthetic fix to use newer structure initialization format. by "Robert P. J. Day" · 18 years ago
  75. 9fe801e Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 by Rob Landley · 18 years ago
  76. 2818b29 Patch by Robert P. Day to make structs use c99 initializers. by Rob Landley · 18 years ago
  77. 2a613d7 Patch from Robert P. J. Day cleaning up some unnecessary preprocessor by Rob Landley · 18 years ago
  78. e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 19 years ago
  79. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
  80. 4e3aff3 Remove _(). by Rob Landley · 19 years ago
  81. 9b5a99a Patch from Robert P. Day to remove #ifdefed out SLIP support code that we by Rob Landley · 19 years ago
  82. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  83. b5547fb fix no previous prototype warning by Mike Frysinger · 19 years ago
  84. b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 19 years ago
  85. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  86. 214744d - fix paste'o which i overlooked when applying dalias' fmt stuff. by Bernhard Reutner-Fischer · 19 years ago
  87. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  88. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  89. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  90. c1ef7bd just whitespace by Tim Riker · 19 years ago
  91. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  92. b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago[Renamed from libbb/interface.c]
  93. 0fa9ded more const by "Vladimir N. Oleynik" · 19 years ago
  94. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  95. 9398304 Shaun Jackman said: by Rob Landley · 20 years ago
  96. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  97. 3b05b80 newlib fixe from Shaun Jackman by Mike Frysinger · 20 years ago
  98. 6fea732 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  99. 9940e08 Patch from solar to fix problems with get_name() by Eric Andersen · 20 years ago
  100. 2e99d43 Fix for a bug identied by Harald Kuthe, when using many interfaces (29 by Glenn L McGrath · 20 years ago