summaryrefslogtreecommitdiff
path: root/sys/dev/ir
AgeCommit message (Expand)Author
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-08In the pseudo-dev attach function, also try to register the struct cfdriverdrochner
2007-03-06clean up and fix irframe attachment as a line discipline:drochner
2007-03-06irframe is no interface attribute, so remove the "{}"drochner
2007-03-05replace the code which digs in the guts of autoconf. It is not obviousdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-10Complete initialiser, avoid returning stack content as an error code and...cube
2007-01-09Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allowscube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-07Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes).peter
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-08-30fix incomplete initializer.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-09stack police: Fix the biggest offender with ~4K stack, by allocating thechristos
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-02-21Use device_is_active().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-29Use correct return values when polling.augustss
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-29- remove Static definechristos
2005-02-27nuke trailing whitespaceperry
2003-10-21Remove break after return.simonb
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-08function prototype must not have variable nameitojun
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-13Rename struct frame to irt_frame to avoid name clash with struct frameuwe
2003-04-17Fix size_t printf formats in DIAGNOSTIC case.fvdl
2003-01-03Remove protoype for irframe_frame_available(), it's never implementeddsainty
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Move IR and Bluetooth config defns missed in previous commit.thorpej
2002-10-10Move IR and Bluetooth config defns to their own files.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02Use CFDRIVER_DECL(). PR #18500.thorpej
2002-10-02Remove unnecessary extern decl of iframe_ca.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna