Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
1385899416a4396385ad421ae1f532be7103738a
/
networking
/
ifconfig.c
1385899
attempt to regularize atoi mess.
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
dac7ff1
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
by Bernhard Reutner-Fischer
· 19 years ago
c819ca9
Can't store a pointer in an int on 64 bit platforms.
by Rob Landley
· 19 years ago
0b42a6a
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c
by Bernhard Reutner-Fischer
· 19 years ago
3978abd
Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char
by Mike Frysinger
· 19 years ago
ef8f423
Erik pointed out that in the last try at the #ifdef cleanup
by Rob Landley
· 19 years ago
193c8c7
#ifdef reduction infrastructure, based on an argument between Shaun Jackman,
by Rob Landley
· 19 years ago
0d38301
From: Shaun Jackman <sjackman@gmail.com>
by Rob Landley
· 20 years ago
c11a6a8
Patch from Thomas Winkler:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
2479445
Fix/eliminate use of atol
by Eric Andersen
· 21 years ago
b6e58d2
Michael Smith writes:
by Eric Andersen
· 21 years ago
9d9cecf
Fix a silly bug I introduced yesterday
by Eric Andersen
· 21 years ago
0cc7e62
Fix a couple vars that could be used uninitialized
by Eric Andersen
· 21 years ago
393183d
Vodz, last_patch_86
by Glenn L McGrath
· 22 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
ab4e19a
Eliminate most instances where we use linux kernel headers -Erik
by Eric Andersen
· 22 years ago
a668558
Add "Broadcast +" support back in. Also cut the size down some. Not well
by Manuel Novoa III
· 22 years ago
8ae4cab
use #ifdef CONFIG_* instead of #if CONFIG_*
by Glenn L McGrath
· 22 years ago
baf55a8
Run through indent, fix comments
by Glenn L McGrath
· 22 years ago
2276d83
Fixup warnings and undefined operations that show up in gcc-3.1 -Erik
by Eric Andersen
· 22 years ago
51b8bd6
This patch from Bart Visscher <magick@linux-fan.com> adds
by Eric Andersen
· 22 years ago
cd8c436
Latest patch from vodz:
by Eric Andersen
· 23 years ago
4acf8f8
Use error_msg() instead of fprintf(stderr, ...)
by Eric Andersen
· 23 years ago
72f9a42
Add in some (theoretical) uClinux support. Some init cleanups
by Eric Andersen
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
4fb0b51
This corrects the _really_poor_ implementation of "broadcast +" handling
by Manuel Novoa III
· 23 years ago
48dfc56
This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables
by Eric Andersen
· 23 years ago
049dc25
Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>.
by Manuel Novoa III
· 24 years ago
48dcc16
Don't confuse people. If the run 'ifconfig' and they didn't
by Eric Andersen
· 24 years ago
68ea1d0
Reduced code size of interface. Support ifconfig -a and ifconfig interface
by Manuel Novoa III
· 24 years ago
78f5746
Quick mod to enable option -a for ifconfig.
by Manuel Novoa III
· 24 years ago
fa45f22
Use perror_msg_and_die function where appropriate.
by Manuel Novoa III
· 24 years ago
df351d6
Improved port of ifconfig... smaller and with more features.
by Manuel Novoa III
· 24 years ago
f15d4da
Add in a first pass at ifconfig status reporting. It took a long while
by Eric Andersen
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
ec45595
Add in ifconfig and route
by Eric Andersen
· 24 years ago