| Age | Commit message (Expand) | Author |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2022-10-31 | s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments. | andvar |
| 2022-10-26 | spif(4): Convert to ttylock/ttyunlock. | riastradh |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-07-21 | s/pedning/pending/ | andvar |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-04 | fix various typos in comments and log messages. | andvar |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2022-03-09 | turns out we can map the full amount of VRAM on a 4MB board even when in | macallan |
| 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-12 | fix various typos, mainly in comments. | andvar |
| 2021-12-07 | fix typos in word "instead", mainly in log messages. | andvar |
| 2021-11-11 | provide an endian-flipped view of the framebuffer via mmap() if we know how | macallan |
| 2021-10-31 | remove accidentially committed debug goop | macallan |
| 2021-10-30 | actually mmap() the blitter registers when asked to, while there do some | macallan |
| 2021-10-29 | install mgxreg.h so we can use it from Xorg | macallan |
| 2021-10-22 | return 0 in mgx_ioctl()::FBIOG* | macallan |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-12 | handle cd1400_compute_baud() failure and avoid reading uninitialised | mrg |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2021-02-06 | Remove an extra mutex_spin_exit() in error path. | isaki |
| 2021-02-06 | Remove something like counters. | isaki |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-09-06 | uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes. | riastradh |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-08-25 | Style on config_finalize_register arguments - make consistent will all | skrll |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-03-19 | Don't bother with IFF_OACTIVE. Just keep processing so long as | thorpej |
| 2020-02-29 | round_blocksize must return a multiple of the framesize | isaki |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-12 | Add missing initialization of sc_dev. | msaitoh |
| 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-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-04-26 | No functional change: | msaitoh |
| 2019-04-25 | KNF. No functional change. | msaitoh |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2019-03-13 | In zx_cursor_color(), don't throw away the second half of the color | thorpej |
| 2019-03-13 | Fix an issue with FIOCSCURSOR FB_CUR_SETCMAP on zx described here: | thorpej |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |