| Age | Commit message (Expand) | Author |
| 2023-03-26 | s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments. | andvar |
| 2023-02-18 | Introduce a flag to disable PDMA when writing. | nat |
| 2023-02-18 | Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA. | nat |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2023-01-05 | Disable (comment out) options DIAGNOSTIC in INSTALL kernels. | tsutsui |
| 2022-12-26 | Sanity check and set the framebuffer length if necessary. | nat |
| 2022-12-22 | Driver for DaynaPORT SCSI/Link (dse.4). | nat |
| 2022-10-31 | s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments. | andvar |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-08-20 | Unmap resources and print error messages properly in error paths. | tsutsui |
| 2022-08-20 | KNF and misc style fixes. | tsutsui |
| 2022-08-15 | Rework avdma to fix PR port-mac68k/56131 as well as add synchronous | rin |
| 2022-08-15 | Remove stray newline. No binary changes. | rin |
| 2022-08-15 | For avdma, bus_dmamap_create(9) with nsegments = 1, as PSC supports | rin |
| 2022-08-15 | Minor cosmetic changes. NFC. | rin |
| 2022-08-09 | Switch from ``(1 << depth) color'' to ``(depth)-bpp color'' in | rin |
| 2022-08-07 | UFS/LFS dirhash: | simonb |
| 2022-07-30 | Fix WSMOUSEIO_GTYPE so that X does not fail to initialize wsmouse(4). | rin |
| 2022-05-30 | s/identifing/identifying/ and s/multipler/multiplier/ in comments. | andvar |
| 2022-05-23 | s/boundries/boundaries/, s/itterate/iterate/ and few more typos. | andvar |
| 2022-04-07 | fix various typos in comments. | andvar |
| 2021-10-09 | Call cnpollc(9) before cngetc(9) as the cons(9) man page says. | tsutsui |
| 2021-09-26 | Driver "kqfilter" entry points return an error code, so if an invalid | thorpej |
| 2021-09-26 | Use seltrue_filtops rather than rolling our own with filt_seltrue. | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-25 | Call cnpollc(9) before cngetc(9) as the cons(9) man page says. | tsutsui |
| 2021-09-18 | Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers. | tsutsui |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-05-13 | We do not match machines whose SWIM does not support the IWM register | hauke |
| 2021-04-28 | Change sccA address for Quadra 800 from base + 0xc000 to 0xc020. | rin |
| 2021-04-28 | Make mac68k_set_io_offsets() a little bit cleaner: | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-02 | For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derived | rin |
| 2021-04-01 | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt | simonb |
| 2021-03-14 | Fix DJMEMCMAX option for Quadra/Centris 650/800. | rin |
| 2021-02-26 | Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of | rin |
| 2021-02-26 | Sort opt_*.h. No binary changes. | rin |
| 2021-02-22 | Elucidate why synchronous transfer is disabled for AV Macs. | rin |
| 2021-02-22 | - Add missing \n's to printf(9). | rin |
| 2021-02-20 | sn(4): Add rnd(9) support. | rin |
| 2021-01-24 | Add rnd(9) support. | rin |
| 2021-01-23 | Remove cargo-culted '#if 0' code that was designed to produce a | christos |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |
| 2020-12-19 | malloc(9) -> kmem(9) | thorpej |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-12-02 | comparision -> comparison | wiz |