index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
networking
/
ifconfig.c
Age
Commit message (
Expand
)
Author
2020-11-30
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-03-05
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2013-08-15
fix build error with musl libc due to if_slip.h
Denys Vlasenko
2013-07-25
networking: code shrink
Bartosz Golaszewski
2013-01-20
ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-09-01
better shared strings trick
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-02
more thorough fix for systems with strange socklen_t
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-06-04
networking/interface.c: fix indentation
Denis Vlasenko
2008-05-17
two fixlets for -Wall
Denis Vlasenko
2008-05-16
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-04-21
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2007-11-04
ifconfig: code shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-22
assorted fixes uncovered by randomconfig runs
Denis Vlasenko
2007-03-22
ifconfig: support (by ignoring it) "inet" before IP address or hostname
Denis Vlasenko
2007-02-04
ifconfig: use IPv6 infrastructure
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-26
properly export externs thru *.h files
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-12-18
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
ifconfig: do not try to continue on errors. not much sence in doing that
Denis Vlasenko
2006-11-21
bb_INET_default[] is really just a const "default",
Denis Vlasenko
2006-11-21
ifconfig: looks like char host[128] is not really needed.
Denis Vlasenko
2006-11-21
ifconfig: preparatory patch, no code changes
Denis Vlasenko
2006-11-17
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2005-11-22
Can't store a pointer in an int on 64 bit platforms.
Rob Landley
2005-10-07
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...
Bernhard Reutner-Fischer
2005-09-24
Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...
Mike Frysinger
[next]