summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2019-05-10tweak previous: fix three wrong macros and one missing macroIngo Schwarze
2019-05-10Document the wsfont framework.Frederic Cambus
2019-05-10The correct header for KASSERT(9) is <sys/systm.h>.Martin Pieuchot
2019-04-28add WITNESS support to barriers modelled on the timeout stuff visa did.David Gwynne
2019-04-14Add lock order checking for timeoutsVisa Hankala
2019-04-01restore El removed in previous;Jason McIntyre
2019-04-01deprecate TASKQ_CANTSLEEP since nothing uses it anymoreDavid Gwynne
2019-03-12Document the new copy_output() and underrun() driver methods.Alexandre Ratchov
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-02-26Add manual pages for SMR.Visa Hankala
2019-02-25create a RETURN VALUES section and put things that return in there.David Gwynne
2019-02-23document pci_mapreg_map and some related functions.David Gwynne
2019-02-19add v_uvcount; from fasseJason McIntyre
2019-02-13change rt_ifa_add and rt_ifa_del so they take an rdomain argument.David Gwynne
2019-02-07Add lock stack trace saving for witness(4).Visa Hankala
2019-02-06wrap some long lines, no change to actual contentDavid Gwynne
2019-01-19Move boottime into the timehands.cheloha
2019-01-18Add missing types, and fix incorrect names.Visa Hankala
2019-01-18add missing .Vt markupIngo Schwarze
2019-01-17clarify and docuement what happens when a tv or ts exceeps INT_MIN ticks.Ted Unangst
2019-01-15correct CODE REFERENCES: kern_clock.c -> kern_tc.c; ok kn@ jmc@ visa@cheloha
2019-01-14hint that kern.clockrate is the userland sysctl name by referring toTed Unangst
2018-12-17Remove unused function gsignal().Visa Hankala
2018-12-16document task_pending()David Gwynne
2018-12-11document ifq_hdatalen()David Gwynne
2018-12-07All the references to the M_ALIGN and MH_ALIGN macros are gone.Claudio Jeker
2018-12-05fix incorrect usage of the .Bx macro;Ingo Schwarze
2018-11-30Document m_align().Claudio Jeker
2018-11-12tweak previous;Jason McIntyre
2018-11-12Document return values.Visa Hankala
2018-11-12Document pgsigio(9).Visa Hankala
2018-11-12Document sigio routines.Visa Hankala
2018-11-09retuned -> returned;Jason McIntyre
2018-11-09Document m_leadingspace() and m_trailingspace() instead of the makros whichClaudio Jeker
2018-10-06Stop telling oversimplifying lies about whether or not VOP_LOOKUP willBob Beck
2018-10-05It is perfectly legal in C++ to use the same name for a struct tagTodd C. Miller
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
2018-09-10Instead of calculating the mbuf packet header length here and there,Alexander Bluhm
2018-09-10tweak previous;Jason McIntyre
2018-09-10During fragment reassembly, mbuf chains with packet headers wereAlexander Bluhm
2018-09-04Correct usbd_abort_pipe() signature.Martin Pieuchot
2018-08-15Fix struct soplice usagekn
2018-08-13document new namei flagsTheo de Raadt
2018-08-02replace excessively wordy and fuzzy introductionIngo Schwarze
2018-08-02Some wordsmithing. Comments and tweaks from deraadt, jmc, benno, and tb.rob
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot
2018-06-19Rename some unused fields in struct uvmexp toKenneth R Westerback
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
2018-06-04Sync VFS documentation with realitykn
2018-06-04Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.Philip Guenther