summaryrefslogtreecommitdiff
path: root/sys/netisdn
AgeCommit message (Expand)Author
2013-05-29Fix signature of capi_ll_control.martin
2012-10-27split device_t/softc for all remaining drivers.chs
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-02Define i4b files in netisdn/files.i4b.uebayasi
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Nuke some debug print code which has never compiled in NetBSD.pooka
2010-01-18Don't freak out if a kernel config already has I4B_MBUF_DEBUGpooka
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-11-09KNF is nice, but not if it causes a warning that breaks compilation :-)martin
2008-11-07*** Summary ***dyoung
2008-07-20Make sure callouts are initialized before any access (including stoppingmartin
2008-05-23Also delete a now-unused local variable.he
2008-05-22Cosmetic: delete dead code.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-01Add missing ';' to fix a compile error, which was introduced in theveego
2008-03-01Welcome to 4.99.55:rmind
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-12-15__FUNCTION__ -> __func__perry
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-14We count last activity in time_update nowadays, so use that to comparemartin
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-20Adapt to const-ification of the *dst arg of if_output() functions.he
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-25Kill KAUTH_GENERIC_ISSUSER.elad
2006-10-16replace static for ncapi - it doesn't need exporting - nuke it from the headerpooka
2006-10-16* __unused madnesspooka
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