summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2019-10-06tweak previous;Jason McIntyre
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-09-30segflg is singularkn
2019-09-30bpf_mtap_hdr doesn't take a custom copy function argument anymore.David Gwynne
2019-09-13fix markup of the return types of function pointers;Ingo Schwarze
2019-09-12make bpf_mtap_hdr take a const void *, not a caddr_t.David Gwynne
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-15Document locking with fdrelease().Visa Hankala
2019-07-12non-null -> not .Dv NULLMartin Pieuchot
2019-07-12Document & cross Xr rtable_walk(9).Martin Pieuchot
2019-07-05make the pointer value argument name "v" instead of "value"David Gwynne
2019-07-05Xr between all the different smr pages.David Gwynne
2019-07-04Remove a useless kernel lock from the TCP socket splicing path.Alexander Bluhm
2019-07-03Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9).cheloha
2019-06-27DESCRIPTION: Be more direct about what delay(9) actually does.cheloha
2019-06-21Improve wordingVisa Hankala
2019-06-21Make resource limit access MP-safe. So far, the copy-on-write sharingVisa Hankala
2019-06-03Switch from bintime_add() et al. to bintimeadd(9).cheloha
2019-05-14minor macro cleanupIngo Schwarze
2019-05-14minor wording improvement from Stephen GregorattoIngo Schwarze
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