| Age | Commit message (Expand) | Author |
| 2021-12-12 | s/Miscellanous/Miscellaneous/ in copypasta comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-14 | more -fcommon. | mrg |
| 2021-04-01 | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt | simonb |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-02-27 | Don't put #ifdefs in prep_initppc(). Instead, let callers specify the | thorpej |
| 2021-02-26 | Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in | thorpej |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |
| 2020-11-18 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-09-15 | bump bebox and prep image sizes for GCC 9. | mrg |
| 2020-09-07 | apply some GCC_NO_ADDR_OF_PACKED_MEMBER. | mrg |
| 2020-08-01 | Remove references to BRIDGE_IPF, it is now compiled in by default. | maxv |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 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-27 | s/transfered/transferred/ | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 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-01-28 | Systematize handling of removed drivers. | dholland |
| 2019-01-27 | Restore satlink's majors entries commented out and marked obsolete. | dholland |
| 2019-01-27 | Remove the satlink driver. It was disabled everywhere, had no man page and | maxv |
| 2019-01-08 | no need to include <machine/param.h> if <sys/param.h> already included | jdolecek |
| 2019-01-08 | no need for <machine/param.h> | christos |
| 2019-01-08 | Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFT | christos |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-09-23 | Remove ISDN from the kernel. It has remained unmaintained for a long time, | maxv |
| 2018-08-01 | Unreference IPF/PF from all the config files, and enable NPF instead when | maxv |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2018-07-14 | Remove "options IPKDB", and the other associated options, from the config | maxv |
| 2018-07-14 | Remove "options DEBUG_BY_TOOLS", it doesn't exist. | maxv |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-01-23 | Alternate buffer queue strategies no longer considered experimental, update | sevan |
| 2017-09-14 | clean up COMPAT_* options for native netbsd code: | mrg |
| 2017-09-13 | Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFI... | sevan |
| 2017-07-29 | Remove TCP_COMPAT_42 from the config files. Pass 3. | maxv |
| 2017-06-25 | uninitialized var, found by Mootja; don't know which value to put, so add | maxv |
| 2017-04-08 | centralize vers.c building for standalone programs. | christos |
| 2017-02-19 | PR kern/51208 | rin |
| 2016-12-14 | Comment out spkr at pcppi, as pcppi is commented out too. | martin |
| 2016-12-13 | wildcard speaker attachments, now that we can handle many of them. | christos |
| 2016-12-10 | remove VAUDIOSPEAKER for now, will be done differently. | christos |
| 2016-12-09 | kill PCPPISPEAKER | christos |
| 2016-12-08 | Add a synthesized pc beeper and keyboard bell for platforms with an audio | nat |
| 2016-11-26 | mention PAX_SEGVGUARD dependency on FILEASSOC | christos |
| 2016-10-19 | Added MSI/MSI-X and interrupt_distribute(9) support for powerpc. | nonaka |