#
011acecf |
| 07-Oct-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Remove some historical cruft inherited from the loopback driver in which there were three possible different code paths through which we could discard a packet (which, after all, is the entire functi
Remove some historical cruft inherited from the loopback driver in which there were three possible different code paths through which we could discard a packet (which, after all, is the entire function of this interface).
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
e39a0280 |
| 11-Jun-1996 |
Gary Palmer <gpalmer@FreeBSD.org> |
Change the use if ifnet.if_lastchange to be more in line with SNMP requirements. Update description of ifnet.if_lastchange in if.h to indicate this.
|
#
6ffde942 |
| 07-Apr-1996 |
Bruce Evans <bde@FreeBSD.org> |
Removed never-used #includes of <machine/cpu.h>. Many were apparently copied from bad examples.
|
#
9b44ff22 |
| 06-Feb-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Clean up Ethernet drivers: - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from
Clean up Ethernet drivers: - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from Ethernet drivers - delete kludge in if_attach() that did this indirectly
show more ...
|
Revision tags: release/2.1.0_cvs |
|
#
88e2f526 |
| 03-Dec-1995 |
Bruce Evans <bde@FreeBSD.org> |
Added a prototype.
Declared dsioctl() as static consistently. Note that both if_disc.c and subr_diskslice.c use the same prefix `ds' and there is a name conflict for dsioctl().
|
#
d841aaa7 |
| 02-Dec-1995 |
Bruce Evans <bde@FreeBSD.org> |
Finished (?) cleaning up sysinit stuff.
|
#
a98ca469 |
| 29-Oct-1995 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Second batch of cleanup changes. This time mostly making a lot of things static and some unused variables here and there.
|
#
963e4c2a |
| 22-Sep-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
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 suggest
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.
show more ...
|
#
4590fd3a |
| 09-Sep-1995 |
David Greenman <dg@FreeBSD.org> |
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of compiler warnings.
|
#
b6f5c0b8 |
| 30-Aug-1995 |
Bruce Evans <bde@FreeBSD.org> |
Fix several sysinit functions that had the wrong type and unnecessarily external linkage.
Remove useless comments saying that SYSINIT() does system initialization.
|
Revision tags: release/2.0.5_cvs |
|
#
9b2e5354 |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
69244b69 |
| 20-Mar-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
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.
|
#
e1838a91 |
| 17-Mar-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Beginnings of support for loadable pseudo-devices. bsd.kmod.mk support and Makefiles for the more interesting ones to come on Monday.
|
#
59d8d13f |
| 22-Dec-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Added `ds', a black-hole network interface.
|