| Age | Commit message (Expand) | Author |
| 2022-07-20 | In the Alpha tc_syncbus(), we need to issue a MB because WMB does not | thorpej |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-01-11 | adjust wsfont_find() | macallan |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-02 | Spell immediately correctly. | skrll |
| 2009-08-22 | u_intNN_t -> uintNN_t | tsutsui |
| 2008-07-09 | - device/softc split | joerg |
| 2008-05-26 | - assign 2 clause TNF license to the files cited as my ownership. | nisimura |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-21 | Don't depend on uvm_extern.h pulling in proc.h. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | fix fallout from caddr_t changes. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-08 | remove extraneous kauth check; since open already does the auth - and | dogcow |
| 2006-11-08 | Replace securelevel checks with kauth(9) calls. | elad |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-03-31 | Use ANSI function decls, apply static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-02 | avoid "volatile" cast-aways | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-12-17 | - Restore the display to a sane state when leaving mapped mode. | ad |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-10-27 | uninitialized variables | chs |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-19 | Leaving overflow-sensitive code, very similar to what was fixed | itohy |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-13 | Reorganise the wsfont stuff slightly so that multiple display adapters | ad |
| 2002-02-22 | Replace one of two divide ops with an AND when calculating the XYMASK | ad |
| 2002-02-11 | s/seperate/separate/ | wiz |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-09-18 | Beef up the stic X interface, and tighten a few screws here and there. | ad |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |