summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-07-09- device/softc splitjoerg
2008-06-11Use device_lookup_private() to get softc.tsutsui
2008-05-26- assign 2 clause TNF license to the files cited as my ownership.nisimura
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-02-27Add the bus devclass to tcmatt
2008-02-20Use the VAX_PHYS_TO_S0 macro from vax/tc_machdep.hmatt
2008-02-19Fix TC on VAX. (missed committing these earlier)matt
2007-11-13Remove some whitespace.cube
2007-11-09Use zs_lock_init() to set up the chanstate's lock.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Use the softint API.ad
2007-07-21Don't depend on uvm_extern.h pulling in proc.h.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-12Make tc_knowndevs const.matt
2007-04-12Make tc_knowndevs const.matt
2007-03-06Fix some caddr_t rototill fallout.simonb
2007-03-05semimechanically convert 'void foo' -> 'void *foo', as part of the continuingdogcow
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-11-08remove extraneous kauth check; since open already does the auth - anddogcow
2006-11-08Replace securelevel checks with kauth(9) calls.elad
2006-08-23Acting as Elad's keyboard:christos
2006-08-17There seems to be no good reason for sfbp(4) to be commented out here, and itsbjh21
2006-07-29Remove RASTERCONSOLE support from the pmax port.ad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-31Correct typo.he
2006-03-30Use device_private() more.thorpej
2006-03-30Liberally apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-08use VM_PAGE_TO_PHYS macro.yamt
2005-12-02Fix AUDIO_DEBUG printf formatting of size_t; from Pavel Cahyna inkleink
2005-08-26s/locdesc_t/int/gdrochner