| Age | Commit message (Expand) | Author |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2023-02-11 | Use MI <dev/ic/dc503reg.h> (added for vax smg(4)) for pmax pm(4) too. | tsutsui |
| 2022-09-29 | swwdog(4): Add to GENERIC kernels. | riastradh |
| 2022-08-07 | UFS/LFS dirhash: | simonb |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-03-03 | mips: Use device_set_private for cpuN on older ports. | riastradh |
| 2022-01-22 | Ensure bus_dmatag_subregion is called with an inclusive max_addr | skrll |
| 2022-01-22 | Trailing whitespace | skrll |
| 2021-12-26 | fix various typos, mainly in comments. | andvar |
| 2021-12-05 | s/invlid/invalid/ in comment. | msaitoh |
| 2021-12-04 | fix typos in comments and log messages, mainly in establish(ed). | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-01 | fix typos in word "otherwise". | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-14 | Enable VMSWAP_DEFAULT_PLAINTEXT as default. | thorpej |
| 2021-04-25 | Handle mipsn64 | christos |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-28 | Protect where the bootinfo esym value is less than the kernel "end" | simonb |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-09-07 | bump ramdisk image size to match build size. | mrg |
| 2020-09-04 | Fix build of INSTALL kernel which doesn't have DDB | skrll |
| 2020-09-03 | Make DDB "machine reset" call emulate pushing the HALT button. | simonb |
| 2020-09-03 | The TC device addresses are defined in KSEG1, but this confuses | simonb |
| 2020-08-30 | Add some debug options to help find why the automated tests are failing. | skrll |
| 2020-08-30 | Trailing whitespace | skrll |
| 2020-08-01 | Remove references to BRIDGE_IPF, it is now compiled in by default. | maxv |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 2020-01-20 | Remove FDDI support. | thorpej |
| 2019-12-15 | Disable (pretty useless and obscure) message when checking for Ultrix | martin |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-08-21 | Fix typo (s/contoller/controller/). | msaitoh |
| 2019-06-26 | Bump ramdisk slightly (non MKREPRO builds with long paths fail otherwise) | martin |
| 2019-04-26 | typo | sevan |
| 2019-04-26 | Enable BUFQ_PRIOCSCAN, CARP, Veriexec | sevan |
| 2019-04-26 | Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. | sevan |
| 2019-04-13 | Add drvctl to kernel which has audio device. | isaki |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2019-04-03 | Adjust for bigger ramdisk | christos |
| 2019-03-31 | bump | christos |
| 2019-02-13 | Bump pmax install ramdisk size by another 100k, as 3500k is no longer | gson |
| 2019-02-07 | #if 0 the same code as already done | mrg |
| 2019-02-06 | Add ure(4) to kernel config files. Also add PHY drivers where necessary. | rin |
| 2019-01-28 | Systematize handling of removed drivers. | dholland |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2019-01-01 | ELF2ECOFF -> MIPS_ELF2ECOFF | christos |
| 2018-09-17 | Fix hangup after framebuffers are attached on 3MIN. PR port-pmax/53611 | tsutsui |