| Age | Commit message (Expand) | Author |
| 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 |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-09-06 | Retire the 'midway' driver. Discussed on tech-net@ recently and also three | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-07-09 | Remove duplicate copies of the SET/CLR/ISSET macros. | christos |
| 2018-07-09 | Avoid redefining SET/CLR/ISSET (which in the kernel are normally | kre |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-03-28 | set WSSCREEN_RESIZE | macallan |
| 2018-02-06 | db_esp() has a missing {} issue in debug code. | mrg |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2018-01-12 | fix several KASSERT()s and locking in a few places. | mrg |
| 2017-12-21 | overhaul the dbri driver and make it work again in the New Order Of Things | macallan |