| Age | Commit message (Expand) | Author |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2022-12-16 | lm(4): Add Nuvoton NCT6797D support. | msaitoh |
| 2022-11-02 | fix various typos in comments and messages. | andvar |
| 2022-10-01 | Add Nuvoton NCT6799D support. | msaitoh |
| 2022-09-25 | malloc(9) -> kmem(9) | thorpej |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-09-24 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-17 | u_int*_t -> uint*_t | thorpej |
| 2022-09-17 | Liberally apply static. | thorpej |
| 2022-09-17 | egstart(): Use m_copydata() rather than open-coding it. | thorpej |
| 2022-09-17 | Convert an open-coded check for M_PKTHDR + panic into a KASSERT(). | thorpej |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-17 | u_int*_t -> uint*_t | thorpej |
| 2022-09-17 | Liberally apply "static". | thorpej |
| 2022-09-17 | malloc() -> kmem_alloc() | thorpej |
| 2022-07-12 | Remove unneeded bus_space_barrier() calls. | thorpej |
| 2022-06-29 | unregister sensors only when registered. | mlelstv |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-05-20 | s/auxillary/auxiliary/ in comments. | andvar |
| 2022-04-18 | Do not attach if the parent bus failed to provide an ISA chipset tag. | jmcneill |
| 2022-04-11 | s/serivce/service/ in comments. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-02-12 | sys: Fix various abuse of struct device internals. | riastradh |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-02 | fix various typos in comments and log messages. | andvar |
| 2021-07-31 | s/dependend/dependent/ | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-03 | itesio(4): Added IT8625E support. | nonaka |
| 2021-06-05 | Add IT8625 chip id. | nonaka |
| 2021-04-26 | Be explicit about using the "ym" interface attribute when attaching | thorpej |
| 2021-04-26 | Be explicit about using the "wss" interface attribute when attaching | thorpej |
| 2021-04-26 | - The "ess" device does not need a "midibus" interface attribute; it | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-03 | Rework about the rest note in speaker(4). | isaki |
| 2021-04-03 | Improve SPKRDEBUG code. | isaki |
| 2021-02-06 | Calling halt_{input,output} is done by the MI audio layer if necessary. | isaki |
| 2021-01-16 | Add missing printing-of-newlines in the attach routine. | thorpej |
| 2020-06-24 | rearrange to avoid allocating softc on stack in ug_isa_match() | jdolecek |
| 2020-06-24 | avoid stack usage in match routine | jdolecek |
| 2020-05-23 | GC toaster drivers | jmcneill |
| 2020-04-24 | BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's | ad |
| 2020-04-01 | Newer PC Engines BIOS versions don't set up the Super I/O for GPIO the | ad |
| 2020-02-29 | Remove rounding by 4 bytes on round_blocksize(). | isaki |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |