1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  4. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  5. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  6. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  7. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  8. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  9. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  10. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  11. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  12. fc364ba fix build error with musl libc due to if_slip.h by Denys Vlasenko · 11 years ago
  13. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  14. 31dc860 ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786 by Denys Vlasenko · 12 years ago
  15. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  16. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  17. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  18. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  19. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  20. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  21. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  22. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  23. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  24. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  25. 3b162ec networking/interface.c: fix indentation by Denis Vlasenko · 17 years ago
  26. 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
  27. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  28. 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
  29. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  30. bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
  31. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  32. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  33. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  34. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  35. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  36. 1787e22 ifconfig: support (by ignoring it) "inet" before IP address or hostname by Denis Vlasenko · 18 years ago
  37. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 18 years ago
  38. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  39. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  40. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  41. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  42. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  43. 2813ce2 ifconfig: do not try to continue on errors. not much sence in doing that by Denis Vlasenko · 18 years ago
  44. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  45. 5096246 ifconfig: looks like char host[128] is not really needed. by Denis Vlasenko · 18 years ago
  46. 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  47. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  48. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  49. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  50. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  51. c819ca9 Can't store a pointer in an int on 64 bit platforms. by Rob Landley · 19 years ago
  52. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  53. 3978abd Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char by Mike Frysinger · 19 years ago
  54. ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 19 years ago
  55. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
  56. 0d38301 From: Shaun Jackman <sjackman@gmail.com> by Rob Landley · 20 years ago
  57. c11a6a8 Patch from Thomas Winkler: by Eric Andersen · 21 years ago
  58. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  59. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  60. b6e58d2 Michael Smith writes: by Eric Andersen · 21 years ago
  61. 9d9cecf Fix a silly bug I introduced yesterday by Eric Andersen · 21 years ago
  62. 0cc7e62 Fix a couple vars that could be used uninitialized by Eric Andersen · 21 years ago
  63. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  64. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  65. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
  66. a668558 Add "Broadcast +" support back in. Also cut the size down some. Not well by Manuel Novoa III · 22 years ago
  67. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  68. baf55a8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  69. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  70. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  71. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  72. 4acf8f8 Use error_msg() instead of fprintf(stderr, ...) by Eric Andersen · 23 years ago
  73. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  74. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  75. 4fb0b51 This corrects the _really_poor_ implementation of "broadcast +" handling by Manuel Novoa III · 23 years ago
  76. 48dfc56 This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables by Eric Andersen · 23 years ago
  77. 049dc25 Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. by Manuel Novoa III · 24 years ago
  78. 48dcc16 Don't confuse people. If the run 'ifconfig' and they didn't by Eric Andersen · 24 years ago
  79. 68ea1d0 Reduced code size of interface. Support ifconfig -a and ifconfig interface by Manuel Novoa III · 24 years ago
  80. 78f5746 Quick mod to enable option -a for ifconfig. by Manuel Novoa III · 24 years ago
  81. fa45f22 Use perror_msg_and_die function where appropriate. by Manuel Novoa III · 24 years ago
  82. df351d6 Improved port of ifconfig... smaller and with more features. by Manuel Novoa III · 24 years ago
  83. f15d4da Add in a first pass at ifconfig status reporting. It took a long while by Eric Andersen · 24 years ago
  84. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  85. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  86. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago