| Age | Commit message (Expand) | Author |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-04-26 | Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. | sevan |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 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-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 |
| 2018-09-23 | Remove ISDN from the kernel. It has remained unmaintained for a long time, | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-27 | Fix initialization order so we can boot again on IBM PPS Model 6015 | martin |
| 2018-08-25 | Add (commented out) mue(4) to where appropriate. | rin |
| 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-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-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 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-28 | Remove TCP_COMPAT_42 from the config files. Pass 1. | maxv |
| 2017-04-08 | centralize vers.c building for standalone programs. | christos |
| 2017-02-19 | PR kern/51208 | rin |
| 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 |
| 2016-10-18 | add isa_intr_establish_xname() to MD isa headers so that it can be used | jdolecek |
| 2016-06-11 | PR 51200 gets in libsa considered harmful: use kgets | dholland |
| 2016-04-30 | Appease gcc - error: 'error' may be used uninitialized in this function | skrll |
| 2015-12-21 | Add mips fenv.h (From FreeBSD) | christos |
| 2015-12-20 | new powerpc fenv.h | christos |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2015-09-26 | Remove KMEMSTATS. Normally it's ok now. | maxv |
| 2015-09-07 | Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-11-16 | Remove unused extended attributes kernel options | manu |
| 2014-11-12 | Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels | manu |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-08-23 | Systematize (and in many cases, fix) the comments on options COMPAT_NN. | dholland |
| 2014-08-16 | Add "options COMPAT_70" to all kernel configuration files that | apb |
| 2014-08-10 | Unify all arch/*/stand's atoi() to MI libsa. | isaki |
| 2014-08-08 | Mark _rtt as dead | joerg |
| 2014-08-08 | Don't set -mmultiple or -mno-string for PowerPC, the difference is too | joerg |
| 2014-08-07 | Use cmpwi. | joerg |
| 2014-08-06 | Consistently define WARN in a way that passes format string checks, i.e. | joerg |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |