| Age | Commit message (Expand) | Author |
| 2023-06-13 | - use sx_wait() to avoid stalling the MBus | macallan |
| 2023-06-13 | add counter to periodically drain the instruction queue in order to avoid | macallan |
| 2023-05-23 | use macros compatible with xf86-video-suncg14 to issue SX instructions | macallan |
| 2023-04-13 | initialize the diagnostic register with the value suggested by the SunOS | macallan |
| 2023-01-23 | s/lager/larger/ in comments. | andvar |
| 2022-05-29 | le(4): Fix resource leaks for error paths. | rin |
| 2022-05-25 | be lazy about clearing the cursor since most likely we're going to overwrite | macallan |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2022-01-21 | Don't bother with prom_node_to_devhandle() if we're just forwarding along | thorpej |
| 2021-12-17 | only write the mask register if we're actually changing it | macallan |
| 2021-12-17 | cg14_invert(): | macallan |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-08 | be more consistent with underscores in instruction names | macallan |
| 2021-12-08 | add SX_ROPB instruction | macallan |
| 2021-12-05 | s/alloction/allocation/ | msaitoh |
| 2021-12-04 | s/establised/established/ in struct variable name. Also fixed typos in comments. | andvar |
| 2021-12-03 | add shift instructions | macallan |
| 2021-10-24 | fix various typos in comments, mainly copypasta. | andvar |
| 2021-09-26 | Driver "kqfilter" entry points return an error code, so if an invalid | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-11 | During slot enable and disable, make sure that the card Access and VCC | jdc |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-24 | avoid using 'extern <func|data>;' inside a .c file, but instead | mrg |
| 2021-01-04 | Use sel{record,remove}_knote(). | thorpej |
| 2020-11-22 | malloc(9) -> kmem(9) (easy, straight-forward cases only, for now) | thorpej |
| 2020-09-12 | Improve am7930 family drivers to share more code. | isaki |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2020-06-13 | Initialise the mutex before we use it. | jdc |
| 2020-01-02 | - Use todr_gettime_ymdhms / todr_settime_ymdhms. | thorpej |
| 2019-12-30 | PR port-sparc/54789: Sparc boot fails with "Trap 0x21 while interrupts disabled" | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-08-11 | remove orphaned comment | macallan |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-04-25 | No functional change: | msaitoh |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2019-03-01 | adapt to changes in sxreg.h | macallan |
| 2019-02-22 | some register bits are defined differently by SunOS's sxreg.h and the SPAM | macallan |
| 2019-02-08 | make *fd*.c's fd_dev_to_type() always a static inline. some | mrg |
| 2019-01-17 | don't crash when we're not the console | macallan |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-01-25 | do boundary checks when writing cursor sprite colour registers | macallan |
| 2018-01-12 | enable font loading | macallan |
| 2018-01-06 | support underlines | macallan |
| 2017-12-08 | fix tpyos and pastos | macallan |