| Commit message (Expand) | Author | Age | Files | Lines |
* | Device megapatch 4/6: | phk | 2004-02-21 | 4 | -0/+8 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 4 | -8/+0 |
* | Based on an excellent suggestion from tanimura@ define I4BPRI and use it | gj | 2003-11-10 | 3 | -38/+17 |
* | Fix breakage cuased by the selwakeuppri commit by defining TTIPRI for | gj | 2003-11-10 | 3 | -0/+21 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 2 | -8/+8 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 2 | -10/+10 |
* | Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] to | brooks | 2003-10-31 | 1 | -3/+4 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 7 | -21/+21 |
* | Fix systematic off-by-one errors in unit number range checks. | phk | 2003-05-31 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 4 | -52/+29 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 3 | -25/+25 |
* | NODEVFS cleanup: | phk | 2003-02-26 | 4 | -64/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Fix another typo in a comment which I noticed while doing the MFC. | gj | 2003-02-06 | 1 | -1/+1 |
* | Fix some typos in 3 comments. | gj | 2003-02-01 | 1 | -4/+5 |
* | Add a fix for the case where the dialout fails. In this case the isp | gj | 2003-01-30 | 1 | -0/+13 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | network interface and link layer changes: | sam | 2002-11-15 | 2 | -6/+4 |
* | Don't include the depricated "bpf.h" and always compile in bpf support | brooks | 2002-10-21 | 2 | -21/+1 |
* | Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, | brooks | 2002-09-02 | 7 | -34/+0 |
* | Bugfix to enable dialer "connected" response. | hm | 2002-08-27 | 1 | -3/+12 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Unbreak LINT by compensating for the | alfred | 2002-06-01 | 1 | -4/+3 |
* | Oops, I missed this warning. Comment out extra junk after #endif | peter | 2002-05-24 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 4 | -6/+6 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | hm | 2002-03-17 | 7 | -955/+95 |
* | remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS merger | hm | 2002-03-09 | 1 | -562/+0 |
* | After joergs merge of i4b's sppp with the main sppp, remove obsolete file. | hm | 2002-03-09 | 1 | -4687/+0 |
* | Remove unused includes. | joerg | 2001-12-31 | 1 | -7/+0 |
* | Fix two typos in previous commit. | joerg | 2001-12-30 | 1 | -1/+1 |
* | Remove references to i4b/driver/i4b_ispppsubr.c, now that | joerg | 2001-12-30 | 1 | -41/+0 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | gj | 2001-12-30 | 5 | -8/+16 |
* | fix kvprintf panic in attach routine | hm | 2001-10-24 | 1 | -6/+1 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 1 | -94/+13 |
* | sppp rewrites the interface's ip address directly; this breaks when the | jlemon | 2001-10-01 | 1 | -1/+7 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -48/+48 |
* | Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi) | hm | 2001-05-21 | 1 | -4/+4 |
* | pseudo-device -> device in kernel config. | schweikh | 2001-05-01 | 1 | -1/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 4 | -4/+0 |
* | (MFC candidate since this is already a merge from /sys/net only.) | joerg | 2001-03-25 | 1 | -2/+16 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 1 | -4/+0 |
* | Remove useless variable vjlen. | hm | 2001-01-23 | 1 | -2/+2 |
* | it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 has | hm | 2001-01-15 | 1 | -2/+2 |
* | Reenable support for FreeBSD 4.x and possibly the other supported BSD's | hm | 2001-01-15 | 5 | -159/+243 |
* | Fix a bug overwriting random data when Van Jacobsen header compression | hm | 2001-01-12 | 1 | -11/+21 |
* | When queueing a packet, call the output start routine. I botched this | jlemon | 2001-01-09 | 1 | -1/+1 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -16/+15 |