summaryrefslogtreecommitdiff
path: root/sys/dev/tc/stic.c
AgeCommit message (Expand)Author
2022-07-20In the Alpha tc_syncbus(), we need to issue a MB because WMB does notthorpej
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-03-30correct typo: and and -> and (comments only)maya
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-01-11adjust wsfont_find()macallan
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-11-02Spell immediately correctly.skrll
2009-08-22u_intNN_t -> uintNN_ttsutsui
2008-07-09- device/softc splitjoerg
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
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-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
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
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-05-14integrate kauth.elad
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-31Use ANSI function decls, apply static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-02avoid "volatile" cast-awaysdrochner
2005-02-27nuke trailing whitespaceperry
2003-12-17- Restore the display to a sane state when leaving mapped mode.ad
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-27uninitialized variableschs
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
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-08-19Leaving overflow-sensitive code, very similar to what was fixeditohy
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-02-22Replace one of two divide ops with an AND when calculating the XYMASKad
2002-02-11s/seperate/separate/wiz
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13add/cleanup RCSIDslukem
2001-09-18Beef up the stic X interface, and tighten a few screws here and there.ad
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz