summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Fix bug in bpf_ifname() where the unit didn't get added correctly to thedg1996-06-081-1/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-6/+9
* Clean up Ethernet drivers:wollman1996-02-061-42/+18
* Another mega commit to staticize things.phk1995-12-141-18/+9
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-27/+32
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+2
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+4
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+43
* Fix #includes.phk1995-11-201-2/+3
* Fix BPf to generate a header mbuf for writes.wollman1995-09-221-39/+5
* Only print `bpf: foo0 attached' if bootverbose.wollman1995-09-201-33/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-9/+16
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedpeter1995-07-311-7/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Give the BPF the ability to generate signals when a packet is available.pst1995-06-151-3/+57
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-141-1/+6
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-5/+1
* Added $Id$dg1994-08-021-2/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1316
OpenPOWER on IntegriCloud