summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-01timeout.9: document new interfaces, miscellaneous rewrites and cleanupScott Soule Cheloha
2022-12-29capital letter at sentence start;Jason McIntyre
2022-12-29FORK_SIGHAND and the handling of func==NULL disappeared in 2017 inPhilip Guenther
2022-12-28microtime.9: rewrite description, miscellaneous cleanupScott Soule Cheloha
2022-12-09fix double word and Ar -> Dv;Jason McIntyre
2022-12-09document changes to uvm_map_protect() for setting the UVM_ET_STACK inTheo de Raadt
2022-11-10divison -> divisionJonathan Gray
2022-11-10Add support for per-cpu event counters, to be used for clock and IPIJonathan Matthew
2022-11-05- escape a macro in an Rs/Re block: groff appears to think it is callableJason McIntyre
2022-11-05clockintr(9): initial commitScott Soule Cheloha
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-10-28Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEXKlemens Nanni
2022-10-19Remove unused setfd member from struct audio_hw_ifKlemens Nanni
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-10fix repeated wordsJonathan Gray
2022-09-10remove apostrophe on possesive itsJonathan Gray
2022-09-07ansiJonathan Gray
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-31typoDenis Fondras
2022-07-27srp_finalize() takes two parameter, but only one was documented.Alexander Bluhm
2022-06-26Remove unused VOP_POLL().Visa Hankala
2022-06-22Document a locking constraint that applies to barriers.Visa Hankala
2022-04-30Enforce proper memory ordering in refcnt_rele() and refcnt_finalize()Visa Hankala
2022-04-19document the bits of the kstat struct that providers work with.David Gwynne
2022-04-19remove a comment saying we might want kstat_remove.David Gwynne
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-30Mention constification of *_hw_if (files forgotten during constificationMiod Vallat
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-16Add refcnt_shared() and refcnt_read()Visa Hankala
2022-03-13Document membar_enter_after_atomic and membar_exit_before_atomic.Alexander Bluhm
2022-03-11Fix formatting of cond_signal().Visa Hankala
2022-03-10Forgot makefile for atomic_load_int.9 in previous commit.Alexander Bluhm
2022-03-10Provide atomic load and store functions for int and long. FreeBSDAlexander Bluhm
2022-02-20dmameme -> dmamemJonathan Gray
2022-02-20i missed a word.David Gwynne
2022-02-09Add iic_is_compatible() for matching I2C devicesVisa Hankala
2022-02-06remove please from manual pagesJonathan Gray
2022-02-03Delete unused/obsolete M_* type values.Philip Guenther
2022-01-31add kstat_remove to NAME and CONTEXT; ok dlgJason McIntyre
2022-01-31+kstat_destroyDavid Gwynne
2022-01-16initialies -> initializesJonathan Gray
2022-01-16stoeplizt -> stoeplitzJonathan Gray
2021-12-12Add vnode parameter to VOP_STRATEGY()Visa Hankala
2021-10-20revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
2021-10-19vnode: remove VLOCKSWORK usage in pstat and mention in man pagesSebastien Marie
2021-05-16hint that the panicstr should not contain \n, by saying one is printed.Theo de Raadt
2021-05-15Fix IPsec NAT-T to work with pipex(4). Introduce a new packet tagYASUOKA Masahiko
2021-05-12Remove about PACKET_TAG_PIPEX, it was replaced by ph_cookie.YASUOKA Masahiko
2021-05-11timeout_barrier(9), timeout_del_barrier(9): remove kernel lockcheloha