summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer4
Commit message (Expand)AuthorAgeFilesLines
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...twinterg2006-07-091-2/+6
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-052-3/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-065-13/+17
* Kill count device support from config. I've changed the last fewpeter2004-08-302-11/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Based on an excellent suggestion from tanimura@ define I4BPRI and use itgj2003-11-101-9/+2
* Fix breakage cuased by the selwakeuppri commit by defining TTIPRI forgj2003-11-101-0/+7
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Use __FBSDID().obrien2003-06-114-12/+12
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* NODEVFS cleanup:phk2003-02-261-12/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-23/+23
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-024-26/+0
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-121-0/+3
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-113-3/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Add support for Q.931 subaddresses.hm2002-03-262-4/+27
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-174-294/+32
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-301-1/+2
* Add experimental support for sending keypad facility messages.hm2001-10-183-9/+39
* KSE Milestone 2julian2001-09-121-15/+15
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+7
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-252-5/+14
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-0/+4
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-151-18/+12
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-9/+18
* Submitted by: phkhm2000-10-134-27/+1
* update to i4b version 0.95.04hm2000-10-095-185/+241
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-9/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-11/+0
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-033-3/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-4/+1
* update to isdn4bsd beta release 0.90hm1999-12-145-44/+143
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-17/+2
* updating isdn4bsd to beta version 0.83hm1999-08-061-15/+32
* devsw and cdevsw_add() changes for i4b.phk1999-06-011-15/+25
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-204-99/+172
* Missing 'int' declaration in devsw_installed variable.peter1999-05-061-2/+2
* update the i4b kernel part to i4b release 0.71.00hm1999-03-075-134/+361
* Silence warnings.eivind1999-01-121-2/+2
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-275-0/+2375
OpenPOWER on IntegriCloud