| Commit message (Expand) | Author | Age | Files | Lines |
| * | whoops, forgot to fix these places where arpresolve() was used | Luigi Rizzo | 2004-04-04 | 3 | -3/+3 |
| * | + arpresolve(): remove an unused argument | Luigi Rizzo | 2004-04-04 | 3 | -25/+8 |
| * | For now, restore an splx(s) I removed when introducing slisunitfree(). | Robert Watson | 2004-04-01 | 1 | -1/+3 |
| * | Abstract "is a particular SLIP unit free" check behind slisunitfree(), | Robert Watson | 2004-03-31 | 1 | -12/+18 |
| * | Add more DLT types required by libpcap 0.8.3. | Bruce M Simpson | 2004-03-31 | 1 | -0/+52 |
| * | Update system bpf headers for libpcap 0.8.3. | Bruce M Simpson | 2004-03-31 | 1 | -1/+58 |
| * | Add per-softc locking to if_tun: | Robert Watson | 2004-03-29 | 1 | -6/+66 |
| * | Lock down if_tun global variables using a new mutex, tunmtx. As with | Robert Watson | 2004-03-29 | 1 | -11/+31 |
| * | Modify BPF descriptor assertions to assert Giant when a BPF descriptor | Robert Watson | 2004-03-29 | 1 | -1/+4 |
| * | Lock down global variables in if_gre: | Robert Watson | 2004-03-22 | 2 | -8/+34 |
| * | Lock down global variables in if_gif: | Robert Watson | 2004-03-22 | 1 | -9/+50 |
| * | Move "called", a static function variable used to detect recursive | Robert Watson | 2004-03-22 | 1 | -4/+11 |
| * | MAC addresses are 8 bits in ARCNET. Adjust bcopy(). | Matthew N. Dodd | 2004-03-22 | 1 | -2/+2 |
| * | - Correct variable name. | Matthew N. Dodd | 2004-03-21 | 1 | -2/+2 |
| * | Handle AF_ARP. | Matthew N. Dodd | 2004-03-21 | 1 | -0/+27 |
| * | Correct a bug introduced with the recent clone API chang: when the clone | Robert Watson | 2004-03-18 | 1 | -0/+1 |
| * | sAdd a comment indicating why there continues to be a race condition in | Robert Watson | 2004-03-18 | 1 | -5/+14 |
| * | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | Robert Watson | 2004-03-17 | 1 | -7/+14 |
| * | Add tap_mtx to tap_softc in order to protect per-softc variables | Robert Watson | 2004-03-17 | 2 | -2/+44 |
| * | Lock down global variables in if_tap (primarily, the tap softc list); | Robert Watson | 2004-03-15 | 1 | -3/+28 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -0/+3 |
| * | Handle AF_ARP in *_output() | Matthew N. Dodd | 2004-03-14 | 3 | -0/+81 |
| * | Compare spppq to NULL instead of using spppq as a boolean. | Robert Watson | 2004-03-14 | 1 | -2/+2 |
| * | Constify interactive_ports, as its value is static, and therefore doesn't | Robert Watson | 2004-03-13 | 1 | -1/+1 |
| * | Remove stale (unused) unit variables from if_tun and if_tap softc's. | Robert Watson | 2004-03-13 | 2 | -3/+0 |
| * | Constify iso88025_broadcastaddr to make it clear no explicit | Robert Watson | 2004-03-13 | 1 | -3/+3 |
| * | Don't allow interfaces to be renamed to the empty string. | Brooks Davis | 2004-03-13 | 1 | -2/+4 |
| * | Remove if_withname. It came in with the KAME import, but never got | Brooks Davis | 2004-03-13 | 2 | -27/+0 |
| * | Add clone_setup() function rather than rely on lazy initialization. | Poul-Henning Kamp | 2004-03-11 | 2 | -0/+2 |
| * | Fix handling of tap/vmnet flag in relation to cloning and properly enforce | Poul-Henning Kamp | 2004-03-10 | 1 | -10/+8 |
| * | Const-poison ethernet and FDDI broadcast address constants, as they | Robert Watson | 2004-03-09 | 2 | -2/+2 |
| * | Introduce stf_mtx to protect global softc list in if_stf. Add | Robert Watson | 2004-03-09 | 1 | -8/+39 |
| * | Introduce faith_mtx to protect the if_faith global softc list. | Robert Watson | 2004-03-09 | 1 | -7/+27 |
| * | Introduce lo_mtx to protect the global loopback softc list. I'm not | Robert Watson | 2004-03-09 | 1 | -1/+7 |
| * | Introduce disc_mtx to protect the global softc list in if_disc. | Robert Watson | 2004-03-09 | 1 | -8/+29 |
| * | Const-poison ip_stf_ttl to make it clear that the variable is not | Robert Watson | 2004-03-07 | 1 | -1/+1 |
| * | Two minor follow-ups on the MT_TAG removal: | Max Laier | 2004-03-02 | 1 | -3/+0 |
| * | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -2/+3 |
| * | Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock. | Robert Watson | 2004-02-29 | 1 | -0/+1 |
| * | Grab Giant after MAC processing on outgoing packets being sent via | Robert Watson | 2004-02-29 | 1 | -1/+3 |
| * | Bring eventhandler callbacks for pf. | Max Laier | 2004-02-26 | 2 | -0/+20 |
| * | Tweak existing header and other build infrastructure to be able to build | Max Laier | 2004-02-26 | 2 | -0/+3 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 2 | -23/+8 |
| * | Don't set d_flags twice. The second setting clobbered D_NOGIANT. | Bruce Evans | 2004-02-24 | 2 | -4/+2 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 4 | -0/+8 |
| * | Device megapatch 2/6: | Poul-Henning Kamp | 2004-02-21 | 4 | -284/+97 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+1 |
| * | Minor beautifications related to style(9) and code consistency. | Yaroslav Tykhiy | 2004-02-21 | 1 | -5/+5 |
| * | Improve the SIOCSIFCAP handler a bit: | Yaroslav Tykhiy | 2004-02-21 | 1 | -1/+5 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 2 | -7/+24 |