summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
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
2018-06-04...and correct the count at which warning normally occursPhilip Guenther
2018-06-04Xr witness 4Philip Guenther
2018-06-04Add RW_DUPOK for suppressing witness checks for specific rw_enter() callsPhilip Guenther
2018-05-28rwsleep: generalize to support both read- and write-locks.cheloha
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-17Update the manual to match with the current semantics of fd_getfile().Visa Hankala
2018-05-02Update pseudocode to match with the current interface of vn_lock()Visa Hankala
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-05-01Update documentation of UVM_FLAG_* valuesStefan Kempf