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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
add arp applet - thanks to
Denis Vlasenko
2007-01-07
1
-35
/
+165
*
properly export externs thru *.h files
Denis Vlasenko
2006-12-26
1
-1
/
+0
*
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-12-18
1
-1
/
+1
*
- Proposed fix to make aliases work (with uClibc-current).
Bernhard Reutner-Fischer
2006-12-07
1
-2
/
+5
*
do not overflow ifr_name. maybe it was safe in some places,
Denis Vlasenko
2006-11-27
1
-10
/
+10
*
#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
Denis Vlasenko
2006-11-22
1
-18
/
+18
*
ifconfig: preparatory patch, no code changes
Denis Vlasenko
2006-11-21
1
-1
/
+1
*
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-11-17
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-5
/
+5
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-2
/
+2
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+1
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Properly print the output for a sit (IPv6-in-IPv4) interface.
"Robert P. J. Day"
2006-06-26
1
-0
/
+13
*
Aesthetic fix to use newer structure initialization format.
"Robert P. J. Day"
2006-06-26
1
-8
/
+15
*
Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6
Rob Landley
2006-06-20
1
-11
/
+5
*
Patch by Robert P. Day to make structs use c99 initializers.
Rob Landley
2006-06-20
1
-14
/
+12
*
Patch from Robert P. J. Day cleaning up some unnecessary preprocessor
Rob Landley
2006-06-20
1
-80
/
+0
*
Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.
Rob Landley
2006-06-03
1
-492
/
+1
*
Size reductions, mostly switching things to use libbb functions.
Rob Landley
2006-05-29
1
-2
/
+2
*
Remove _().
Rob Landley
2006-05-29
1
-52
/
+52
*
Patch from Robert P. Day to remove #ifdefed out SLIP support code that we
Rob Landley
2006-05-19
1
-40
/
+0
*
- single KERNEL_VERSION(a,b,c) macro in platform.h
Bernhard Reutner-Fischer
2006-05-19
1
-2
/
+1
*
fix no previous prototype warning
Mike Frysinger
2006-05-11
1
-0
/
+1
*
Remove code for protocols we don't properly support. (Most of this could
Rob Landley
2006-04-14
1
-345
/
+0
*
- include proper headers.
Bernhard Reutner-Fischer
2006-04-05
1
-1
/
+1
*
- fix paste'o which i overlooked when applying dalias' fmt stuff.
Bernhard Reutner-Fischer
2006-03-30
1
-1
/
+1
*
- Rich Felker writes: fix invalid printf format strings
Bernhard Reutner-Fischer
2006-03-29
1
-16
/
+16
*
- put NLS stuff in one central place to avoid redefines.
Bernhard Reutner-Fischer
2006-02-23
1
-1
/
+0
*
fix up annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-2
/
+2
*
just whitespace
Tim Riker
2006-01-25
1
-3
/
+3
*
- missing bits of patch attached to bug #249 (constify).
Bernhard Reutner-Fischer
2006-01-19
1
-2
/
+2
*
Move interface.c to networking directory since it's only used by ifconfig.
Rob Landley
2005-11-22
1
-0
/
+2093