| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -65/+36 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 4 | -28/+28 |
* | NODEVFS cleanup: | phk | 2003-02-26 | 5 | -76/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 4 | -11/+11 |
* | 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 | 4 | -11/+11 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -24/+24 |
* | 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 |
* | Be consistent about marking functions static. | phk | 2002-10-15 | 7 | -30/+31 |
* | It's bad enough people can't figure out to use the same code, or in | phk | 2002-09-11 | 3 | -192/+139 |
* | Add missing calls to mtx_init(). | phk | 2002-09-10 | 1 | -0/+12 |
* | Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, | brooks | 2002-09-02 | 82 | -476/+34 |
* | 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 |
* | add support properly displaying and logging incoming telephone numbers (MSNs) | hm | 2002-08-12 | 4 | -3/+43 |
* | add experimental support for Data over Voice (DoV) outgoing calls. | hm | 2002-08-11 | 6 | -10/+34 |
* | Remote pci.h/NPCI usage from i4b code. | brooks | 2002-06-13 | 21 | -40/+19 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Unbreak LINT by compensating for the | alfred | 2002-06-01 | 1 | -4/+3 |
* | Fixed printf format errors which apparently crept in while -Wformat was | bde | 2002-05-25 | 1 | -1/+2 |
* | Oops, I missed this warning. Comment out extra junk after #endif | peter | 2002-05-24 | 1 | -1/+1 |
* | Fix some low hanging fruit warnings. There are problems in i4b_ing.c | peter | 2002-05-24 | 2 | -0/+5 |
* | Fix a problem which could cause some machines to hang after a warm boot. | gj | 2002-05-10 | 1 | -2/+2 |
* | Change instances of avma1pp2- to ifpi2- in printf's since the name | gj | 2002-04-28 | 1 | -5/+5 |
* | On slow machines interrupts could be lost, so check for pending | gj | 2002-04-23 | 1 | -11/+18 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 15 | -28/+28 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Add support for Q.931 subaddresses. | hm | 2002-03-26 | 7 | -28/+82 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -75/+75 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | hm | 2002-03-17 | 48 | -1756/+215 |
* | 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 |
* | Quiet bogus gcc warning | peter | 2002-02-28 | 1 | -1/+1 |
* | Remove a redundant decalaration of call_desc[] since it's now a | gj | 2002-02-27 | 1 | -2/+0 |
* | Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.c | gj | 2002-01-13 | 1 | -1/+2 |
* | Fix some places where the macro L0IFPIUNIT was used instead of the correct | gj | 2002-01-02 | 2 | -7/+7 |
* | Remove unused includes. | joerg | 2001-12-31 | 1 | -7/+0 |
* | Fix two typos in previous commit. | joerg | 2001-12-30 | 2 | -2/+2 |
* | 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 | 16 | -30/+60 |
* | Fix an error which could cause a panic if both an ifpi and ifpi2 controller | gj | 2001-12-29 | 2 | -5/+5 |
* | Add support for the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 1 | -2/+4 |
* | Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller. | gj | 2001-12-22 | 8 | -0/+3452 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -4/+4 |
* | fix kvprintf panic in attach routine | hm | 2001-10-24 | 1 | -6/+1 |
* | Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectly | hm | 2001-10-21 | 1 | -2/+2 |