| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-07-20 | In the Alpha tc_syncbus(), we need to issue a MB because WMB does not | thorpej |
| 2022-07-20 | No need to test for __alpha__ || alpha ... just one will suffice. | thorpej |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-28 | fix various typos, mainly in comments. | andvar |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2021-12-06 | Add WSDISPLAYIO_GET_FBINFO support to sfbplus TURBOchannel framebuffer | abs |
| 2021-12-06 | Add WSDISPLAYIO_GET_FBINFO support to most TURBOchannel framebuffers | abs |
| 2021-12-05 | s/funtion/function/ in comment. | msaitoh |
| 2021-11-06 | s/allign/align/ | msaitoh |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-07 | A small bit of const poisoning. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-09-12 | Restrict stic_xmap to the kernel namespace | kamil |
| 2020-09-12 | Improve am7930 family drivers to share more code. | isaki |
| 2020-08-29 | Fix white space and indent. | isaki |
| 2020-01-20 | Remove FDDI support. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2017-06-22 | regen | flxd |
| 2017-06-22 | spelling (DEC called it "TURBOchannel") | flxd |
| 2017-06-10 | Fix missing TC bus speed. | flxd |
| 2017-06-09 | Make VAXstation 4000 TURBOchannel adaptor work. | flxd |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-12-12 | Clean-up (remove redundant declarations, concentrate checks). | flxd |
| 2016-12-03 | newline | flxd |
| 2016-12-03 | Print warning for problematic switch configuration. | flxd |
| 2016-10-14 | regen | flxd |
| 2016-09-13 | Adapt driver to final CPLD implementation. (Felix Deichmann) | christos |
| 2016-08-11 | TURBOchannel usb/gpio driver from Felix Deichmann | christos |
| 2016-07-19 | make the check work with widths other than 4, Felix Deichmann | christos |
| 2016-07-19 | PR/50849: Felix Deichmann: Relax TC option ROM header check for ROM widths < 4 | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-01-02 | Patches from Björ Johannesson to fix DEC LK201 keyboards, this time | jklos |
| 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 |
| 2013-11-04 | add __USE() for unused volatile variables, so that we generate the same code. | christos |
| 2012-10-29 | remove unused file. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-11 | adjust wsfont_find() | macallan |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |