Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-08 | cpu -> CPU; | Jason McIntyre | |
2010-08-07 | Document the mutex locking assert macros. | Owain Ainsworth | |
Requested by marco. ok marco@, schwarze@ (who insists that manpages are still unlocked). | |||
2010-08-01 | document the rw_assert_ functions | Bret Lambert | |
ok jmc@ | |||
2010-07-18 | - grammar fix from Glen Barber (freebsd pr 148701) | Jason McIntyre | |
- fix some list issues found by mandoc | |||
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser | |
for both structs, the new members are 'bps' and 'msb', which describe the number of bytes per sample and data alignment in the sample, respectively. drivers must properly set these fields in the 'query_encoding', 'set_parameters' and 'get_default_params' hardware interface methods. discussed with ratchov, deraadt | |||
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky | |
mysterious and unused mbtypes[] array in mbuf.h. ok tedu@, deraadt@ | |||
2010-07-07 | update manpage to reflect recent changes to m_copyback | Bret Lambert | |
nag and ok sthen@ | |||
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 | |
- fork1() flags: FORK_SIGHAND, FORK_PTRACE, and FORK_THREAD - RTHREADS kernel option - rfork() RFTHREAD flag (with a BUGS entry that it's not usable from C) ok tedu@ | |||
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 | |
to know that. ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as well. Prompted by a discussion with deraadt and tedu. | |||
2010-03-08 | document PR_NOWAIT. | Owain Ainsworth | |
(for those who've forgotten, if you can't sleep in pool_get, use PR_NOWAIT, not zero. it makes the intention a lot clearer. prompted by deraadt and jsing. ok jmc@ | |||
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 | |
instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed. Syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@, and sobrado@ also supports the direction. | |||
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 | |
reducing the amount of splnet/splx dancing required.. especially in the worst case (of m_cldrop) ok dlg kettenis damien | |||
2009-07-28 | document rnewprocp; based on a diff from Vladimir Kirillov | Jason McIntyre | |
help/ok art | |||
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat | |
bus_space_alloc() as a bitmask of flags, and not a boolean controlling cacheability; and make sure the three MI BUS_SPACE_MAP_xxx values documented in the manual page are defined on all platforms as well. | |||
2009-07-20 | - add MLINK for crypto_get_driverid.9 | Jason McIntyre | |
- fix MLINK typo for disk_detach.9 from Alan R. S. Bueno | |||
2009-05-21 | IO_METASYNC has been a noop since around 4.4BSD-Lite, the | Thordur I. Bjornsson | |
idea never really caught on anywhere so retire it. "gank this shizzle", blambert@ | |||
2009-05-11 | remove the mtx_enter_try() bits until the code goes back in; | Jason McIntyre | |
ok weingart | |||
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner | |
using this soon(ish). Ok oga@, sorta yes kettenis@. | |||
2009-04-21 | Document timeout_add_msec(). | Michael Knudsen | |
oga pointed out that it was undocumented, which caused me to find out that I had this diff in my tree. `fine' deraadt | |||
2009-04-20 | Document BUS_DMA_ZERO. | Owain Ainsworth | |
2009-04-20 | Man bits for UVM_PLA_ZERO. | Owain Ainsworth | |
2009-04-19 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis | |
has all space allocated such that we can make holes in it using extent_free(). ok miod@ | |||
2009-04-14 | manpage bits for uvm_pglistalloc() changes. | Owain Ainsworth | |
Couple of tweaks from jmc@ | |||
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis | |
allocations, making sure that the union of all space is allocated. ok deraadt@ | |||
2009-03-25 | Remove LK_SLEEPFAIL | Owain Ainsworth | |
2009-03-25 | Lying is bad, so stop lying about functionality that was removed ages | Owain Ainsworth | |
ago. ok blambert (who had a similar diff a few days ago) | |||
2009-03-22 | tweaks; | Jason McIntyre | |
2009-03-19 | no .Pp before or after sections; | Jason McIntyre | |
2009-03-18 | Remove man page mentions of the vnode interlock, which is long dead. | Bret Lambert | |
ok jmc@ thib@ | |||
2009-03-02 | Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed | Bret Lambert | |
for some time. ok jmc@ | |||
2009-01-29 | - fix .Nm and .Dt | Jason McIntyre | |
- remove a duplicate | |||
2009-01-29 | Add some kernel socket documentation. Originally from FreeBSD with some | Claudio Jeker | |
tweaks by me to match the OpenBSD reality. Additional help from jmc@ ja ja ja dlg@ and OK blambert@ | |||
2009-01-28 | Correctly document MINCLSIZE which changed some time ago. | Claudio Jeker | |
OK mbalmer@ a long time ago | |||
2009-01-26 | Fix whitespace typo in mbuf man page. | Alexander Bluhm | |
ok grunk@ | |||
2009-01-17 | Mention acpi(4) can also call dopowerhooks(). Tweak verbiage a bit. | Kenneth R Westerback | |
ok jmc@ |