summaryrefslogtreecommitdiff
path: root/sys/netisdn
AgeCommit message (Expand)Author
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-03remove static decl.christos
2006-05-14integrate kauth.elad
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-17Remove shadow variable caused by lwp fixesjmc
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-06-13Rename a shadowed variablejmc
2005-06-01quell cast-qual and shadow warningsdrochner
2005-02-26nuke trailing whitespaceperry
2004-05-06If we don't have a source telephone number configured, do not sendmartin
2004-04-21kill sprintf, use snprintfitojun
2004-04-18Use M_ZERO as appropriate. Use M_WAITOK instead of 0.matt
2004-03-28Pass the number of B channels down in the info ioctl.pooka
2004-03-21Avoid NULL pointer dereferences on incomplete setup by userland.martin
2004-02-13Spell length with h after t. Inspired by a commit by brad@openbsd.wiz
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-10-28Calculate controller number based on the controller number stored inpooka
2003-10-03g/c unused var bch from a few placespooka
2003-10-03When processing a connect indication, seek out the appropriatepooka
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2003-09-26On physical layer errors, mark deactivated call descriptors correctly.martin
2003-09-26When releasing all cd's associated with a controller, don't stoppooka
2003-09-26RCSIDpooka
2003-09-25Give iavc a bit in the debug bitmask society.pooka
2003-09-25Add a support layer for the ISDN CAPI (http://www.capi.org/), which shouldpooka
2003-09-25Make the number of maximum b-channels provided by a controller a macropooka
2003-09-25add number of b-channels provided to controller info requestpooka
2003-09-25Add a hack to avoid calling l2 functions for active ISDN cards. Theypooka
2003-09-23Make isdntel hangup via /dev/isdnteld work by digging out the correctpooka
2003-08-12Make it compile on alpha.martin
2003-05-16use strlcpyitojun
2003-05-08Change a integer value that is passed via a void* in an ioctl() likemartin
2003-04-11Rename the IPR_VJ option into IRIP_VJ (as irip(4) told all the time),drochner
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-12-28Restore the system priority level in case of errors.kristerw
2002-12-10remove ttydefchars declaration which was wrong anyway,drochner
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-21Uniformly pass a "struct isdn_l3_driver *" through layer 2, so wemartin
2002-05-17Remove debug printf accidently commited.martin
2002-05-16Comment out token after #endif.wiz
2002-05-02Sync layer 3 B-channel accounting with layer 2.martin
2002-04-17return ENXIO if a driver cannot be founddrochner