Garrett Wollman
963e4c2a50
Fix BPf to generate a header mbuf for writes.
...
Fix loopback and discard interfaces to understand BPF writes.
(These two from Bill Fenner to fix PR 512.)
Move ifpromisc() from bpf.c to if.c as suggested by comment in BPF.
Send a notice to the log when promiscuous mode is enabled.
1995-09-22 17:57:48 +00:00
David Greenman
4590fd3a2a
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
...
compiler warnings.
1995-09-09 18:10:37 +00:00
Bruce Evans
b6f5c0b824
Fix several sysinit functions that had the wrong type and unnecessarily
...
external linkage.
Remove useless comments saying that SYSINIT() does system initialization.
1995-08-30 00:33:22 +00:00
Rodney W. Grimes
9b2e535452
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
Paul Traina
f5fea3ddc9
Cleanup loopback interface support.
...
Reviewed by: wollman
1995-04-26 18:10:58 +00:00
Garrett Wollman
69244b69db
Support for pseudo-device LKMs. Note that this is restricted to only
...
one pseudo per module (a restriction which will eventually be lifted) and
isthus not in its final form.
1995-03-20 19:20:44 +00:00
David Greenman
af78195e00
Reduced loopback MTU to 16k to work around a miriad of problems with it
...
set near or above 32k (likely caused by 16bit signed word overflow). 16k
actually (surprizingly) has higher performance than other values I tested.
1995-03-04 04:28:50 +00:00
David Greenman
90fd8c3866
Added ioctl support for SIOCSIFMTU.
1994-08-08 12:09:04 +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