| Age | Commit message (Expand) | Author |
| 2023-07-08 | Document how system call versioning is done. From this summer's compat-linux | christos |
| 2023-03-06 | portfeatures(9): the man page for the __HAVE macros | uwe |
| 2022-09-04 | Document the pktqueue interface. | thorpej |
| 2022-02-15 | KERNEL_LOCK(9): New man page for old not-dead-yet hack. | riastradh |
| 2022-02-12 | __cpu_simple_lock(9): New man page. | riastradh |
| 2022-01-17 | Add new acl vnode op pages | christos |
| 2022-01-17 | Add acl related changes; there is no more vaccess; document the genfs functions | christos |
| 2021-12-22 | Document PR_PSERIALIZE. Remove documentation for pool_cache_setpredestruct(). | thorpej |
| 2021-12-21 | Add pool_cache_setpredestruct(), which allows a pool cache to specify | thorpej |
| 2021-04-28 | Update autoconf(9) for recent autoconfiguration changes. | thorpej |
| 2021-04-16 | - Remove obsolete cltom(9) and mtocl(9). | msaitoh |
| 2021-03-10 | Add printf_nostamp(9), kernel printf() without prepending a timestamp. | simonb |
| 2021-01-24 | Add kmem_tmpbuf_alloc(), a utility function for allocating memory for | thorpej |
| 2021-01-21 | Add a manual page for strlist(9). | thorpej |
| 2020-10-31 | Install ddb(9). Xref it from ddb(4). | uwe |
| 2020-07-10 | Update pci_configure_bus(9) to reflect the new reality -- no more manual | thorpej |
| 2020-06-16 | Add vmem_xfreeall(), which frees all allocated regions in the specified arena. | thorpej |
| 2020-05-01 | link also m_apply(9) to mbuf(9) | jdolecek |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-02-23 | install rw_lock_op link too. | mrg |
| 2020-02-07 | Document percpu_foreach_xcall(). | thorpej |
| 2020-02-01 | New function percpu_create. | riastradh |
| 2020-01-20 | Remove FDDI support. | thorpej |
| 2019-11-29 | Missed a spot: delete mb.9 from MLINKS too. | riastradh |
| 2019-11-29 | New atomic load/store operations for the kernel. | riastradh |
| 2019-11-29 | Nix obsolete mb(9) man page. | riastradh |
| 2019-10-02 | Describe roundup2(9) in roundup(9). | rin |
| 2019-08-28 | Install thmap(9) man page. | rmind |
| 2019-08-10 | oops. i must have deleted the 'u' in 'ustore.9' when partially | mrg |
| 2019-08-10 | usbnet may be stable now. document it. | mrg |
| 2019-05-08 | Update manpages respond to isaki-audio2 branch. | isaki |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-02-24 | Install spi.9 and friends. | rin |
| 2018-12-24 | Add threadpool(9), an abstraction that provides shared pools of kernel | thorpej |
| 2018-12-22 | Update the man page, we don't want M_COPY_PKTHDR, M_MOVE_PKTHDR, MH_ALIGN | maxv |
| 2018-11-15 | Simplify the mtag API: | maxv |
| 2018-10-05 | Bring back three state file system suspension: | hannken |
| 2018-09-20 | Link pci_intr_*(9) to pci_intr(9), except for those described in pci_msi(9). | rin |
| 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-06-03 | Remove stray space to unbreak build | gson |
| 2018-06-03 | Finish documenting the new modules(9) interfaces by adding the module | pgoyette |
| 2018-06-03 | Make a first pass at documenting the specificdata functionality. | pgoyette |
| 2018-06-03 | Also add new entries in the .Nm list, and update Makefile to actually | pgoyette |
| 2018-05-28 | Add man-page links for new module_* accessor functions | pgoyette |
| 2018-05-28 | Move the audio specification to section 9 under audio_system. | nat |
| 2018-05-27 | Don't mention sprintf and vsprintf, they don't exist in the kernel. | maya |
| 2018-05-12 | remove ubc_alloc(9) and ubc_release(9) from ubc(9) from the documentation, they | jdolecek |
| 2018-04-10 | Remove m_getclr. It is unused, confusing (vs m_clget), and is a weak | maxv |
| 2018-01-17 | document pfil_{add,remove}_ihook, pfil_run_{addr,if}hooks | maya |