summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
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
2010-07-18- grammar fix from Glen Barber (freebsd pr 148701)Jason McIntyre
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14Eliminate some unused malloc(9) type defines. Also get rid of theMatthew Dempsky
2010-07-07update manpage to reflect recent changes to m_copybackBret Lambert
2010-06-29RTHREADS kernel options is gone, spotted by jmcTed Unangst
2010-05-29restore a line that was removed by blambert@ along with MCHTYPE.Damien Bergamini
2010-04-08these functions are in systm.h now, reminded by kettenisTed Unangst
2010-04-03Add missing documention:Philip Guenthe
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-13no need for "-offset -0i";Jason McIntyre
2010-03-08Don't mention that M_WAITOK is defined to be zero, readers do not needOwain Ainsworth
2010-03-08document PR_NOWAIT.Owain Ainsworth
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2009-12-15spelling fixes, from Brad Tilley;Jason McIntyre
2009-09-08missing word;Jason McIntyre
2009-09-08slight corrections from what dlg just commitedTheo de Raadt
2009-09-08MLINK mtx_enter_tryTheo de Raadt
2009-09-08another missing bit of mtx_enter_try.David Gwynne
2009-09-03tweak previous;Jason McIntyre
2009-09-02document workq_queue_taskDavid Gwynne
2009-09-02workq_add_task.9David Gwynne
2009-08-22Update pci_intr_establish() prototype.Michael Knudsen
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-07-28document rnewprocp; based on a diff from Vladimir KirillovJason McIntyre
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-20- add MLINK for crypto_get_driverid.9Jason McIntyre
2009-05-21IO_METASYNC has been a noop since around 4.4BSD-Lite, theThordur I. Bjornsson
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-21Document timeout_add_msec().Michael Knudsen
2009-04-20Document BUS_DMA_ZERO.Owain Ainsworth
2009-04-20Man bits for UVM_PLA_ZERO.Owain Ainsworth
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis