Rob Landley
|
ef8f423e90
Erik pointed out that in the last try at the #ifdef cleanup
|
19 years ago |
Rob Landley
|
193c8c7383
#ifdef reduction infrastructure, based on an argument between Shaun Jackman,
|
19 years ago |
Rob Landley
|
0d38301d85
From: Shaun Jackman <sjackman@gmail.com>
|
19 years ago |
Eric Andersen
|
c11a6a887b
Patch from Thomas Winkler:
|
21 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
2479445562
Fix/eliminate use of atol
|
21 years ago |
Eric Andersen
|
b6e58d2b9a
Michael Smith writes:
|
21 years ago |
Eric Andersen
|
9d9cecfd63
Fix a silly bug I introduced yesterday
|
21 years ago |
Eric Andersen
|
0cc7e6236a
Fix a couple vars that could be used uninitialized
|
21 years ago |
Glenn L McGrath
|
393183dccc
Vodz, last_patch_86
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
ab4e19afc6
Eliminate most instances where we use linux kernel headers
|
22 years ago |
Manuel Novoa III
|
a6685585d8
Add "Broadcast +" support back in. Also cut the size down some. Not well
|
22 years ago |
Glenn L McGrath
|
8ae4cab4a8
use #ifdef CONFIG_* instead of #if CONFIG_*
|
22 years ago |
Glenn L McGrath
|
baf55a85fc
Run through indent, fix comments
|
22 years ago |
Eric Andersen
|
2276d83639
Fixup warnings and undefined operations that show up in gcc-3.1
|
22 years ago |
Eric Andersen
|
51b8bd68bb
This patch from Bart Visscher <magick@linux-fan.com> adds
|
22 years ago |
Eric Andersen
|
cd8c436d81
Latest patch from vodz:
|
23 years ago |
Eric Andersen
|
4acf8f8481
Use error_msg() instead of fprintf(stderr, ...)
|
23 years ago |
Eric Andersen
|
72f9a4277f
Add in some (theoretical) uClinux support. Some init cleanups
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Manuel Novoa III
|
4fb0b51703
This corrects the _really_poor_ implementation of "broadcast +" handling
|
23 years ago |
Eric Andersen
|
48dfc56b4a
This patch from Fabio Ferrari <fabio.ferrari@digitro.com.br> enables
|
23 years ago |
Manuel Novoa III
|
049dc25fe7
Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>.
|
24 years ago |
Eric Andersen
|
48dcc16548
Don't confuse people. If the run 'ifconfig' and they didn't
|
24 years ago |
Manuel Novoa III
|
68ea1d0325
Reduced code size of interface. Support ifconfig -a and ifconfig interface
|
24 years ago |
Manuel Novoa III
|
78f57460f2
Quick mod to enable option -a for ifconfig.
|
24 years ago |
Manuel Novoa III
|
fa45f22e50
Use perror_msg_and_die function where appropriate.
|
24 years ago |
Manuel Novoa III
|
df351d6109
Improved port of ifconfig... smaller and with more features.
|
24 years ago |
Eric Andersen
|
f15d4dad66
Add in a first pass at ifconfig status reporting. It took a long while
|
24 years ago |