| Age | Commit message (Expand) | Author |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2022-11-01 | s/faild/failed/ in comments and messages. | andvar |
| 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-03-03 | mips: Use device_set_private for cpuN on older ports. | riastradh |
| 2021-12-26 | fix various typos, mainly in comments. | andvar |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-05 | s/initialz/initializ/ in comment. | msaitoh |
| 2021-10-06 | s/embeded/embedded/ in comments and messages. | andvar |
| 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-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-08-01 | Remove references to BRIDGE_IPF, it is now compiled in by default. | maxv |
| 2020-07-22 | s/reseting/resetting/ | msaitoh |
| 2020-06-14 | Disable COMPAT_13 and UFS_EXTATTR. Saves ~52kbytes. | tsutsui |
| 2020-06-14 | Sort options to match GENERIC. | tsutsui |
| 2020-06-14 | Disable npf instead of obsolete ipfilter. Saves ~82kbytes. | tsutsui |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-06-09 | Fix comment. | tsutsui |
| 2020-06-09 | Specify -fno-unwind-tables to shrink binary. Saves ~3.5%. | tsutsui |
| 2020-06-09 | Suppress "options `COMPAT_xx' is not defined" warnings. | tsutsui |
| 2020-06-07 | Use -fno-unwind-tables to shrink boot binaries a bit. | tsutsui |
| 2020-06-07 | Fix "illegal exceptoin" error on loading a secondary boot. | tsutsui |
| 2020-04-07 | Disable userconf in the RAMDISK kernel to shrink it a bit | martin |
| 2020-03-25 | remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs | jdolecek |
| 2020-01-19 | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is | thorpej |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-23 | Add a comment where the other memory disk is defined to avoid future confusion. | christos |
| 2019-12-23 | Bump size. | christos |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-08-21 | Fix typo (s/controler/controller/). | msaitoh |
| 2019-04-27 | Skip CARP & Veriexec support in RAMDISK to reduce size | sevan |
| 2019-04-26 | Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. | sevan |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2019-03-28 | protect kernel variable from userland exposure | christos |
| 2019-01-28 | Systematize handling of removed drivers. | dholland |
| 2019-01-09 | use <sys/param.h> instead of <machine/param.h> for everything. | christos |
| 2019-01-08 | no need for <machine/param.h> | christos |
| 2019-01-08 | Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFT | christos |
| 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-19 | This file was only for setting COMPAT_AS appropriately, which is | rin |
| 2018-09-04 | Fix some min/max -> uimin/uimax stragglers. | riastradh |