index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
interface.c
Age
Commit message (
Expand
)
Author
2005-05-03
Shaun Jackman said:
Rob Landley
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-03-04
newlib fixe from Shaun Jackman
Mike Frysinger
2004-08-26
Felipe Kellermann writes:
Eric Andersen
2004-08-12
Patch from solar to fix problems with get_name()
Eric Andersen
2004-07-23
Fix for a bug identied by Harald Kuthe, when using many interfaces (29
Glenn L McGrath
2004-04-14
remove a warning
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-08-29
Fix for compiling with ipv6
Glenn L McGrath
2003-08-02
Save 0.5K.
Manuel Novoa III
2003-07-28
James Petterson writes:
Eric Andersen
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-02-09
Fix compiler warnings, patch by Steven Scholz
Glenn L McGrath
2003-01-14
Eliminate most instances where we use linux kernel headers
Eric Andersen
2002-11-28
Use error_msg instead of fprintf(stderr, other minor cleanups
Glenn L McGrath
2002-11-26
use #ifdef CONFIG_* instead of #if CONFIG_*
Glenn L McGrath
2002-09-17
Use "MiB" not "Mb"
Eric Andersen
2002-08-22
Remove duplicate definitions, run through indent
Glenn L McGrath
2002-07-03
This patch from Bart Visscher <magick@linux-fan.com> adds
Eric Andersen
2001-11-10
Latest patch from vodz:
Eric Andersen
2001-10-27
Be extra pedantic about printing the correct type for an address
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-07-19
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen
2001-06-01
Vladimir's last_patch13, containing several bugfixes.
Eric Andersen
2001-05-05
include libbb.h after other includes
Glenn L McGrath
2001-04-19
This has two patches. First it moves interface.c to libbb (it is
Eric Andersen