Garrett Wollman
f23b4c91c4
Fix up some sloppy coding practices:
...
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.
NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
1994-08-18 22:36:09 +00:00
David Greenman
90fd8c3866
Added ioctl support for SIOCSIFMTU.
1994-08-08 12:09:04 +00:00
David Greenman
660255695f
On second thought, better restrict the mtu to between 72-65535...strange
...
things happen otherwise.
1994-08-08 11:43:44 +00:00
David Greenman
75ee03cb27
Enforce the mtu to between the range 1-65535 before calling the driver
...
ioctl routine.
1994-08-08 10:58:30 +00:00
David Greenman
a7028af7f0
Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-
...
interface MTU.
1994-08-08 10:49:26 +00:00
David Greenman
3c4dd3568f
Added $Id$
1994-08-02 07:55:43 +00:00
David Greenman
ba582a82b0
Reduced loopback MTU from 65535 to 65532 because some things like NFS
...
really like it to be rounded to a longword.
1994-08-01 11:39:43 +00:00
David Greenman
db8889c62b
Changed loopback MTU to 65535.
1994-05-29 07:43:54 +00:00
Rodney W. Grimes
26f9a76710
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
...
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
1994-05-25 09:21:21 +00:00
Rodney W. Grimes
df8bae1de4
BSD 4.4 Lite Kernel Sources
1994-05-24 10:09:53 +00:00