aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker2 days1-9/+23
* kern: rename crsetgroups_fallback, document it in ucred(9)Kyle Evans3 days1-2/+17
* style.9: Fix "parantheses" typos in the new C++ sectionTrond Endrestøl3 days1-2/+2
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans4 days1-3/+2
* mbuf.9: describe checksum offloading for SCTPMichael Tuexen5 days1-11/+23
* style.9: Add a C++ sectionJohn Baldwin6 days1-3/+157
* domainset(9): Split domainset validation logic into a separate functionBojan Novković7 days1-1/+15
* share: man: fix coredumper_register(9)'s init_fnKyle Evans8 days1-2/+2
* kern: abstract away the vnode coredumper to allow pluggable dumpersKyle Evans8 days2-0/+170
* share/man: Move many manpages to more correct packagesLexi Winter9 days1-0/+2
* vnode.9: Fix a typo in sys/tools/vnode_if.awk path nameMateusz Piotrowski2025-07-141-2/+2
* inotify: Add man pages for the new syscalls and for VOP_INOTIFYMark Johnston2025-07-042-0/+62
* firmware.9: Fix minor grammar typosJames Mintram2025-07-031-2/+2
* counter(9): rate limit periods may be more than 1 secondKristof Provost2025-06-251-4/+23
* vm_map: drop vm_map_simplify_entry.9Doug Moore2025-06-153-61/+0
* manuals: Align our tree with upstream C23 macroAlexander Ziaee2025-06-121-5/+5
* style.9: relax "return (value)" requirement for C++Lexi Winter2025-06-121-2/+3
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-3/+3
* cpu_machdep.9: update documentation for cpu_set_user_tls()Konstantin Belousov2025-05-311-1/+10
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-05-231-0/+9
* namei.9: minor editingKonstantin Belousov2025-05-191-3/+6
* namei.9: sort operational modifiers in numerical orderKonstantin Belousov2025-05-181-50/+59
* namei(9): document the restKonstantin Belousov2025-05-181-0/+187
* namei: Update documentation.Dag-Erling Smørgrav2025-05-172-25/+47
* sysctl.9: Constant integer example: Do not promote 'debug.sizeof'Olivier Certner2025-05-121-2/+2
* random(9): bump removal to FreeBSD 16.0Ed Maste2025-05-111-2/+2
* sys/cdefs.h: add __nodiscard annotationLexi Winter2025-05-091-4/+15
* crypto: Remove uses of CRYPTO_F_DONEMark Johnston2025-05-091-12/+1
* OF_node_from_xref.9: Fix function name typo + spdxAlexander Ziaee2025-04-191-2/+4
* The UMA man page is lowercased. Reference it as uma.9 to avoid 404.Jens Schweikhardt2025-04-171-1/+1
* openfirm: Add OF_device_unregister_xrefEmannuel Vadot2025-04-031-1/+13
* pci: Add helper routines to manage PME in device driversJohn Baldwin2025-03-272-1/+20
* pci: Clear active PME# and disable PME# generationJohn Baldwin2025-03-272-0/+9
* IfAPI: Update ifnet(9) man pageJustin Hibbits2025-03-012-251/+351
* style: Recomend SPDX licensesAlexander Ziaee2025-02-251-25/+16
* make_dev.9: Fix mda_cr typo + polishAlexander Ziaee2025-02-111-19/+24
* man9: Delete standalone bus_delayed_attach_children.9John Baldwin2025-02-062-55/+2
* man9: Remove bus_delayed_attach_children MLINKEd Maste2025-02-061-2/+1
* bus_generic_print_child.9: Document bus_print_domainJohn Baldwin2025-02-052-13/+59
* bus_generic_detach.9: Update for new semanticsJohn Baldwin2025-02-051-4/+14
* bus_generic_attach.9: Remove manpage for deprecated functionJohn Baldwin2025-02-052-57/+0
* bus_attach_children.9: New manpage for functions operating on childrenJohn Baldwin2025-02-055-4/+164
* device_delete_child.9: Reference device_detach.9 and BUS_CHILD_DELETED.9John Baldwin2025-02-051-5/+18
* device_probe_and_attach.9: Document more device functionsJohn Baldwin2025-02-052-11/+120
* sys: Add cpu_update_pcb hookJohn Baldwin2025-01-312-3/+23
* ithread: Allow some ithreads to sleepAndrew Turner2025-01-241-1/+9
* BUS_CONFIG_INTR.9: Describe bus_config_intr() wrapper functionJohn Baldwin2025-01-162-3/+14
* bus_generic_print_child.9: Add bus_print_child_{header,footer}John Baldwin2025-01-162-2/+10
* BUS_HINTED_CHILD.9: New manpage to document this bus methodJohn Baldwin2025-01-162-0/+37
* DEVICE_IDENTIFY.9: Modernize description and use casesJohn Baldwin2025-01-091-27/+25