| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 3 | -30/+104 |
* | It seems that I slipped a nasty bug into the CAPI support. The message | hm | 2001-10-21 | 1 | -4/+9 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 9 | -152/+120 |
* | 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 | 5 | -63/+63 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 2 | -0/+8 |
* | make driver compile under 4.3-STABLE | hm | 2001-07-22 | 1 | -0/+4 |
* | update step. | hm | 2001-07-21 | 1 | -2/+2 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 18 | -35/+4574 |
* | 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 | 5 | -5/+0 |
* | (MFC candidate since this is already a merge from /sys/net only.) | joerg | 2001-03-25 | 1 | -2/+16 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 2 | -2/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET(). | peter | 2001-02-04 | 1 | -0/+28 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 1 | -4/+0 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 3 | -3/+420 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 1 | -3/+4 |