Age | Commit message (Expand) | Author |
2011-01-30 | zap unneeded Pp; | Jason McIntyre |
2011-01-30 | missing space: out-of-banddata -> out-of-band data | Stefan Sperling |
2011-01-29 | The function m_tag_copy_chain() returned 0 on success and 1 on | Alexander Bluhm |
2011-01-09 | Upon consideration, random(9) should definately not be documented. It | Theo de Raadt |
2011-01-09 | kern(9) documents the kernel API srandom/random, which should only | Theo de Raadt |
2011-01-09 | tweak previous; | Jason McIntyre |
2011-01-09 | update random(4) and arc4random(9) manual pages | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-24 | Sync uvm_km_alloc1() prototype with reality. | Alexander Yurchenko |
2010-11-17 | Make the comment for dk_timestamp more accurate. | Alexander Bluhm |
2010-11-09 | update struct uvmexp, and fix some spacing issues while here; | Jason McIntyre |
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-10-02 | srandom device no longer provides "strong" random data | Ted Unangst |
2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | Matthew Dempsky |
2010-09-23 | update struct disk; ok jsing | Jason McIntyre |
2010-09-22 | Garbage collect the field dk_labelsector since there are no uses | Kenneth R Westerback |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | Update evcount(9) documentation to reflect simplifications. | Matthew Dempsky |
2010-09-19 | - put the Os macro in the correct place | Jason McIntyre |
2010-09-07 | Update the documentation reflecting the latest churn in the vop layer. | Thordur I. Bjornsson |
2010-08-20 | Change hzto(9) and tvtohz(9) arguments to const pointers. | Matthew Dempsky |
2010-08-08 | cpu -> CPU; | Jason McIntyre |
2010-08-07 | Document the mutex locking assert macros. | Owain Ainsworth |
2010-08-01 | document the rw_assert_ functions | Bret Lambert |
2010-07-18 | - grammar fix from Glen Barber (freebsd pr 148701) | Jason McIntyre |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |
2010-07-07 | update manpage to reflect recent changes to m_copyback | Bret Lambert |
2010-06-29 | RTHREADS kernel options is gone, spotted by jmc | Ted Unangst |
2010-05-29 | restore a line that was removed by blambert@ along with MCHTYPE. | Damien Bergamini |
2010-04-08 | these functions are in systm.h now, reminded by kettenis | Ted Unangst |
2010-04-03 | Add missing documention: | Philip Guenthe |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-13 | no need for "-offset -0i"; | Jason McIntyre |
2010-03-08 | Don't mention that M_WAITOK is defined to be zero, readers do not need | Owain Ainsworth |
2010-03-08 | document PR_NOWAIT. | Owain Ainsworth |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2009-12-15 | spelling fixes, from Brad Tilley; | Jason McIntyre |
2009-09-08 | missing word; | Jason McIntyre |
2009-09-08 | slight corrections from what dlg just commited | Theo de Raadt |
2009-09-08 | MLINK mtx_enter_try | Theo de Raadt |
2009-09-08 | another missing bit of mtx_enter_try. | David Gwynne |
2009-09-03 | tweak previous; | Jason McIntyre |
2009-09-02 | document workq_queue_task | David Gwynne |
2009-09-02 | workq_add_task.9 | David Gwynne |
2009-08-22 | Update pci_intr_establish() prototype. | Michael Knudsen |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-07-28 | document rnewprocp; based on a diff from Vladimir Kirillov | Jason McIntyre |