| Age | Commit message (Expand) | Author |
| 2022-06-03 | fix folloing->following typos in more files. | andvar |
| 2022-05-31 | s/longeset/longest/ and s/collsion/collision/ in comments. | andvar |
| 2022-05-31 | s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix. | andvar |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-30 | s/identifing/identifying/ and s/multipler/multiplier/ in comments. | andvar |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-23 | s/boundries/boundaries/, s/itterate/iterate/ and few more typos. | andvar |
| 2022-05-23 | s/beggining/beginning/ in comments. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-05-22 | Use PRIxBUSADDR for bus_addr_t in debug printf. | hannken |
| 2022-05-21 | s/artifical/artificial/ in comments. | andvar |
| 2022-05-20 | s/auxillary/auxiliary/ in comments. | andvar |
| 2022-05-13 | Improve DNPRINTF. No functional change. | msaitoh |
| 2022-05-12 | I think MFI_BBU_STATE_LEARN_CYC_REQ is not an error. | msaitoh |
| 2022-05-12 | No functional change. | msaitoh |
| 2022-05-12 | Don't use MFI_PD_LIST_SIZE. Same as OpenBSD. No functional change. | msaitoh |
| 2022-05-11 | Add support for iBBU-09 to show BBU voltage, current and temp correctly. | msaitoh |
| 2022-05-11 | KNF. s/u_quad_t/uint64_t/. No functional change. | msaitoh |
| 2022-05-11 | fix various typos in comments. | andvar |
| 2022-05-10 | mfi(4): Set stripe size correctly for BIOCVOL. | msaitoh |
| 2022-05-09 | Use union mbox instead of unit8_t[] to avoid unaligned access. | msaitoh |
| 2022-05-09 | KNF. Whitespace. No functional change. | msaitoh |
| 2022-05-07 | Clear mailbox to not to pass garbage data. | msaitoh |
| 2022-05-07 | Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. | msaitoh |
| 2022-05-07 | Add support for Apple silicon NVME. Ported from OpenBSD. | skrll |
| 2022-05-07 | Fix typos. | msaitoh |
| 2022-05-07 | s/contrller/controller/ in comment. | msaitoh |
| 2022-05-05 | Add some code for the SKINNY variant to make Dell PERC H310 work. | msaitoh |
| 2022-05-04 | s/entires/entries/ | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-04-16 | eqos: Freeze counters to prevent unhandled interrupts | jmcneill |
| 2022-04-16 | fix various typos in comments and log messages. | andvar |
| 2022-04-16 | s/strickly/strictly/ | andvar |
| 2022-04-12 | s/similarily/similarly/ | andvar |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-07 | fix various typos in comments. | andvar |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-03-26 | igpio(4): Use device_xname, not struct device members. | riastradh |
| 2022-03-26 | igpio(4): Nix trailing whitespace. | riastradh |
| 2022-03-25 | dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766) | tnn |
| 2022-03-25 | pcdisplay_getwschar: on error return error code, not -1. | uwe |
| 2022-03-24 | s/interupt/interrupt/ in comments. | andvar |
| 2022-03-24 | Add initial support for Intel GPIO chips | manu |
| 2022-03-23 | fix few typos in comments, mainly s/paramenters/parameters/. | andvar |
| 2022-03-22 | fix typos in comments. | andvar |
| 2022-03-19 | rnd(9): Omit needless locks in various HWRNG drivers. | riastradh |
| 2022-03-19 | rnd(9): Adjust IPL of locks used by rndsource callbacks. | riastradh |
| 2022-03-18 | net80211: Use getticks(), not hardclock_ticks. | riastradh |