提交歷史

作者 SHA1 備註 提交日期
  Denis Vlasenko 360d9661b6 libbb: add strncpy_IFNAMSIZ 16 年之前
  Denis Vlasenko 3b162ecdf6 networking/interface.c: fix indentation 16 年之前
  Denis Vlasenko 85e015c7c8 two fixlets for -Wall 16 年之前
  Bernhard Reutner-Fischer f3b778a4dc - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever 16 年之前
  Denis Vlasenko 01eaee9309 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. 16 年之前
  Bernhard Reutner-Fischer 8c69afd992 - be C99 friendly. Anonymous unions are a GNU extension. This change is 17 年之前
  Denis Vlasenko bfc3d82256 ifconfig: code shrink 17 年之前
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年之前
  Denis Vlasenko fb79a2e2cf xioctl and friends by Tito <farmatito@tiscali.it> 17 年之前
  Denis Vlasenko 80b8b39899 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 17 年之前
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 年之前
  Denis Vlasenko 58875aefe4 assorted fixes uncovered by randomconfig runs 18 年之前
  Denis Vlasenko 1787e22465 ifconfig: support (by ignoring it) "inet" before IP address or hostname 18 年之前
  Denis Vlasenko 1094452423 ifconfig: use IPv6 infrastructure 18 年之前
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 年之前
  Denis Vlasenko 270c17c0e6 properly export externs thru *.h files 18 年之前
  Denis Vlasenko bf0a201008 style fixes 18 年之前
  Denis Vlasenko 83e5d6f772 A bunch of defined(__GLIBC__) added. static-linking warning expanded 18 年之前
  Denis Vlasenko d9e15f2068 style cleanup: return(a) -> return a, part 2 18 年之前
  Denis Vlasenko 2813ce2aad ifconfig: do not try to continue on errors. not much sence in doing that 18 年之前
  Denis Vlasenko 7ca3921e5e bb_INET_default[] is really just a const "default", 18 年之前
  Denis Vlasenko 5096246ffb ifconfig: looks like char host[128] is not really needed. 18 年之前
  Denis Vlasenko 04b30ba3b8 ifconfig: preparatory patch, no code changes 18 年之前
  Denis Vlasenko a7189f01a4 add -Wundef, fix uncovered bugs 18 年之前
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 年之前
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 年之前
  Bernhard Reutner-Fischer dac7ff15b7 - patch from Denis Vlasenko to add and use bb_xsocket() and to use 19 年之前
  Rob Landley c819ca98ee Can't store a pointer in an int on 64 bit platforms. 19 年之前
  Bernhard Reutner-Fischer 0b42a6a8cf - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c 19 年之前
  Mike Frysinger 3978abd05b 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 19 年之前