summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver/i4b_ipr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-1034/+0
* I4B header files were repo-copied from sys/i386/include/ tobz2007-07-061-2/+2
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forbz2007-07-041-1/+1
* Fix fat-fingering in previous commit.jhb2006-12-291-2/+2
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-4/+5
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+9
* Refer to the correct file/function in panic messages.brooks2005-06-171-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-79/+82
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-3/+4
* Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they bothrwatson2004-10-121-0/+2
* Kill count device support from config. I've changed the last fewpeter2004-08-301-2/+0
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-5/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+7
* Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] tobrooks2003-10-311-3/+4
* Use __FBSDID().obrien2003-06-101-3/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-151-2/+2
* Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-211-11/+1
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-021-4/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-171-223/+18
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-301-1/+2
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-151-20/+66
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-37/+13
* Submitted by: phkhm2000-10-131-3/+0
* update to i4b version 0.95.04hm2000-10-091-22/+52
* update to isdn4bsd beta release 0.90hm1999-12-141-1/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* updating isdn4bsd to beta version 0.83hm1999-08-061-8/+12
* Rename bpfilter to bpf.des1999-07-061-8/+8
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-201-11/+39
* Suser() simplification:phk1999-04-271-2/+2
* update the i4b kernel part to i4b release 0.71.00hm1999-03-071-6/+29
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-271-0/+1115
OpenPOWER on IntegriCloud