summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2011-07-06Update to reflect new bounds_check_with_label() semantics.Matthew Dempsky
2011-07-05a short note about PR_DEBUGCHKTed Unangst
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-06-04tweak previous;Jason McIntyre
2011-06-04Bring man page closer to current reality.Kenneth R Westerback
2011-05-22- new sentence, new lineJason McIntyre
2011-05-22fix pathnameTheo de Raadt
2011-05-21Document pci_intr_map_msi(9).Mark Kettenis
2011-05-10timeout_del now returns an int.David Gwynne
2011-05-09the api that these timeouts replaced doesnt exist in our tree anymore, soDavid Gwynne
2011-04-12document size argument; prodded by jmcTheo de Raadt
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-07zap trailing whitespace;Jason McIntyre
2011-04-07Tweak wording a bit more.Matthew Dempsky
2011-04-06tweak previous;Jason McIntyre
2011-04-05add a man page for dma_alloc(9)Theo de Raadt
2011-04-05Arguments to m_dup_pkthdr() have changed; sync man page with reality.Bret Lambert
2011-04-04Nd strings do not start uppercase;Jason McIntyre
2011-04-04tweak previous;Jason McIntyre
2011-04-04Missing . Noted by mikeb@Artur Grabowski
2011-04-04Documentation for km_alloc and km_freeArtur Grabowski
2011-04-03fix typo; found by and ok jmc@Bret Lambert
2011-04-03Document m_dup_pkthdr function.Bret Lambert
2011-03-12There existed a race when a process was trying to read from a splicedAlexander Bluhm
2011-03-08Add a kernel man page sosplice(9) for the socket splicing implementation.Alexander Bluhm
2011-01-30zap unneeded Pp;Jason McIntyre
2011-01-30missing space: out-of-banddata -> out-of-band dataStefan Sperling
2011-01-29The function m_tag_copy_chain() returned 0 on success and 1 onAlexander Bluhm
2011-01-09Upon consideration, random(9) should definately not be documented. ItTheo de Raadt
2011-01-09kern(9) documents the kernel API srandom/random, which should onlyTheo de Raadt
2011-01-09tweak previous;Jason McIntyre
2011-01-09update random(4) and arc4random(9) manual pagesTheo de Raadt
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-24Sync uvm_km_alloc1() prototype with reality.Alexander Yurchenko
2010-11-17Make the comment for dk_timestamp more accurate.Alexander Bluhm
2010-11-09update struct uvmexp, and fix some spacing issues while here;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-06Retire SkipjackMike Belopuhov
2010-10-02srandom device no longer provides "strong" random dataTed Unangst
2010-09-24Add timingsafe_bcmp(3) to libc, mention that it's already in theMatthew Dempsky
2010-09-23update struct disk; ok jsingJason McIntyre
2010-09-22Garbage collect the field dk_labelsector since there are no usesKenneth R Westerback
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-20Update evcount(9) documentation to reflect simplifications.Matthew Dempsky
2010-09-19- put the Os macro in the correct placeJason McIntyre
2010-09-07Update the documentation reflecting the latest churn in the vop layer.Thordur I. Bjornsson
2010-08-20Change hzto(9) and tvtohz(9) arguments to const pointers.Matthew Dempsky
2010-08-08cpu -> CPU;Jason McIntyre
2010-08-07Document the mutex locking assert macros.Owain Ainsworth
2010-08-01document the rw_assert_ functionsBret Lambert