index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ifconfig.c
Age
Commit message (
Expand
)
Author
2005-05-03
From: Shaun Jackman <sjackman@gmail.com>
Rob Landley
2004-03-31
Patch from Thomas Winkler:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-06
Fix/eliminate use of atol
Eric Andersen
2003-11-14
Michael Smith writes:
Eric Andersen
2003-06-21
Fix a silly bug I introduced yesterday
Eric Andersen
2003-06-20
Fix a couple vars that could be used uninitialized
Eric Andersen
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-14
Eliminate most instances where we use linux kernel headers
Eric Andersen
2002-12-27
Add "Broadcast +" support back in. Also cut the size down some. Not well
Manuel Novoa III
2002-11-26
use #ifdef CONFIG_* instead of #if CONFIG_*
Glenn L McGrath
2002-08-22
Run through indent, fix comments
Glenn L McGrath
2002-07-11
Fixup warnings and undefined operations that show up in gcc-3.1
Eric Andersen
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-28
Use error_msg() instead of fprintf(stderr, ...)
Eric Andersen
2001-10-28
Add in some (theoretical) uClinux support. Some init cleanups
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-08-10
This corrects the _really_poor_ implementation of "broadcast +" handling
Manuel Novoa III
2001-07-07
This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables
Eric Andersen
2001-03-26
Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...
Manuel Novoa III
2001-03-15
Don't confuse people. If the run 'ifconfig' and they didn't
Eric Andersen
2001-03-12
Reduced code size of interface. Support ifconfig -a and ifconfig interface
Manuel Novoa III
2001-03-10
Quick mod to enable option -a for ifconfig.
Manuel Novoa III
2001-03-09
Use perror_msg_and_die function where appropriate.
Manuel Novoa III
2001-03-08
Improved port of ifconfig... smaller and with more features.
Manuel Novoa III
2001-03-06
Add in a first pass at ifconfig status reporting. It took a long while
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
Add in ifconfig and route
Eric Andersen