index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ifconfig.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-1
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+1
*
help text tweaks
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-2
/
+2
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
2018-03-05
1
-3
/
+5
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-3
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-12
/
+12
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+51
*
fix build error with musl libc due to if_slip.h
Denys Vlasenko
2013-08-15
1
-1
/
+1
*
networking: code shrink
Bartosz Golaszewski
2013-07-25
1
-43
/
+0
*
ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...
Denys Vlasenko
2013-01-20
1
-87
/
+80
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
*: simplify Ethernet header includes
Dan Fandrich
2011-06-10
1
-8
/
+4
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+21
*
better shared strings trick
Denys Vlasenko
2010-09-01
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
more thorough fix for systems with strange socklen_t
Denys Vlasenko
2010-02-02
1
-1
/
+1
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
1
-6
/
+4
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
networking/interface.c: fix indentation
Denis Vlasenko
2008-06-04
1
-9
/
+1
*
two fixlets for -Wall
Denis Vlasenko
2008-05-17
1
-1
/
+1
*
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-16
1
-3
/
+11
*
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
Denis Vlasenko
2008-04-21
1
-1
/
+1
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-3
/
+3
*
ifconfig: code shrink
Denis Vlasenko
2007-11-04
1
-44
/
+44
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-12
/
+6
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
assorted fixes uncovered by randomconfig runs
Denis Vlasenko
2007-03-22
1
-1
/
+2
*
ifconfig: support (by ignoring it) "inet" before IP address or hostname
Denis Vlasenko
2007-03-22
1
-0
/
+2
*
ifconfig: use IPv6 infrastructure
Denis Vlasenko
2007-02-04
1
-27
/
+26
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
properly export externs thru *.h files
Denis Vlasenko
2006-12-26
1
-5
/
+0
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-12-18
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
ifconfig: do not try to continue on errors. not much sence in doing that
Denis Vlasenko
2006-11-27
1
-104
/
+58
*
bb_INET_default[] is really just a const "default",
Denis Vlasenko
2006-11-21
1
-1
/
+1
*
ifconfig: looks like char host[128] is not really needed.
Denis Vlasenko
2006-11-21
1
-4
/
+6
*
ifconfig: preparatory patch, no code changes
Denis Vlasenko
2006-11-21
1
-42
/
+42
*
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-11-17
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-9
/
+1
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-12
1
-11
/
+3
[next]