summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-107-21/+21
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-311-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-52/+29
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-25/+25
* NODEVFS cleanup:phk2003-02-264-64/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Fix another typo in a comment which I noticed while doing the MFC.gj2003-02-061-1/+1
* Fix some typos in 3 comments.gj2003-02-011-4/+5
* Add a fix for the case where the dialout fails. In this case the ispgj2003-01-301-0/+13
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-152-6/+4
* Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-212-21/+1
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-027-34/+0
* Bugfix to enable dialer "connected" response.hm2002-08-271-3/+12
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Unbreak LINT by compensating for thealfred2002-06-011-4/+3
* Oops, I missed this warning. Comment out extra junk after #endifpeter2002-05-241-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-044-6/+6
* 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-177-955/+95
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerhm2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.hm2002-03-091-4687/+0
* Remove unused includes.joerg2001-12-311-7/+0
* Fix two typos in previous commit.joerg2001-12-301-1/+1
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-301-41/+0
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-305-8/+16
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Add experimental support for sending keypad facility messages.hm2001-10-181-94/+13
* sppp rewrites the interface's ip address directly; this breaks when thejlemon2001-10-011-1/+7
* KSE Milestone 2julian2001-09-124-48/+48
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
* pseudo-device -> device in kernel config.schweikh2001-05-011-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-264-4/+0
* (MFC candidate since this is already a merge from /sys/net only.)joerg2001-03-251-2/+16
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-291-4/+0
* Remove useless variable vjlen.hm2001-01-231-2/+2
* it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 hashm2001-01-151-2/+2
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-155-159/+243
* Fix a bug overwriting random data when Van Jacobsen header compressionhm2001-01-121-11/+21
* When queueing a packet, call the output start routine. I botched thisjlemon2001-01-091-1/+1
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+50
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Change initialiser to match new structure layout.julian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+5
* Make log(-1, ...) do what addlog(...) did.phk2000-11-261-97/+97
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-258-173/+98
* Fix i4b netgraph interface to not kernel panic at boot timehm2000-11-091-2/+13
OpenPOWER on IntegriCloud