| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa... | twinterg | 2006-07-09 | 1 | -2/+6 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 2 | -3/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 5 | -13/+17 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 2 | -11/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Based on an excellent suggestion from tanimura@ define I4BPRI and use it | gj | 2003-11-10 | 1 | -9/+2 |
* | Fix breakage cuased by the selwakeuppri commit by defining TTIPRI for | gj | 2003-11-10 | 1 | -0/+7 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 4 | -12/+12 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | NODEVFS cleanup: | phk | 2003-02-26 | 1 | -12/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -23/+23 |
* | Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, | brooks | 2002-09-02 | 4 | -26/+0 |
* | add support properly displaying and logging incoming telephone numbers (MSNs) | hm | 2002-08-12 | 1 | -0/+3 |
* | add experimental support for Data over Voice (DoV) outgoing calls. | hm | 2002-08-11 | 3 | -3/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Add support for Q.931 subaddresses. | hm | 2002-03-26 | 2 | -4/+27 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | hm | 2002-03-17 | 4 | -294/+32 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | gj | 2001-12-30 | 1 | -1/+2 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 3 | -9/+39 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -15/+15 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+7 |
* | Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) | hm | 2001-05-25 | 2 | -5/+14 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -0/+4 |
* | Reenable support for FreeBSD 4.x and possibly the other supported BSD's | hm | 2001-01-15 | 1 | -18/+12 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -9/+18 |
* | Submitted by: phk | hm | 2000-10-13 | 4 | -27/+1 |
* | update to i4b version 0.95.04 | hm | 2000-10-09 | 5 | -185/+241 |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -9/+0 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -11/+0 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 3 | -3/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -4/+1 |
* | update to isdn4bsd beta release 0.90 | hm | 1999-12-14 | 5 | -44/+143 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | Add PHK's make_dev() into more places where DEVFS used to be | julian | 1999-08-27 | 1 | -17/+2 |
* | updating isdn4bsd to beta version 0.83 | hm | 1999-08-06 | 1 | -15/+32 |
* | devsw and cdevsw_add() changes for i4b. | phk | 1999-06-01 | 1 | -15/+25 |
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 4 | -99/+172 |
* | Missing 'int' declaration in devsw_installed variable. | peter | 1999-05-06 | 1 | -2/+2 |
* | update the i4b kernel part to i4b release 0.71.00 | hm | 1999-03-07 | 5 | -134/+361 |
* | Silence warnings. | eivind | 1999-01-12 | 1 | -2/+2 |
* | Initial entry of ISDN4BSD into the FreeBSD tree. | phk | 1998-12-27 | 5 | -0/+2375 |