Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley | |
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@ | |||
2015-02-15 | Tweak the wording to avoid the possible misunderstanding that .In | Ingo Schwarze | |
could only be used in the SYNOPSIS section. It is fine anywhere. Issue noticed by bentley@. | |||
2015-02-12 | Update path of DRI modules. | Anthony J. Bentley | |
ok jsg@ | |||
2015-02-12 | a shot at documenting the changed log(matches) semantics | Henning Brauer | |
2015-02-11 | refer to crypt_checkpass for cipher explananation | Ted Unangst | |
2015-02-10 | remove extra word in previous; | Jason McIntyre | |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat | |
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@ | |||
2015-02-10 | iwn(4) error says 'firmware too short', not 'firmware file too short'. | Stefan Sperling | |
Fix the man page. | |||
2015-02-10 | The iwm(4) messages listed (but commented) under DIAGNOSTICS in | Stefan Sperling | |
this man page are not lies anymore so uncomment them all. | |||
2015-02-10 | document matching on prio | Henning Brauer | |
2015-02-10 | Sync and sort the M_* mbuf flags to match the way they are listed in | Lawrence Teo | |
<sys/mbuf.h>. | |||
2015-02-10 | Zap m_act here too. | Lawrence Teo | |
2015-02-09 | zap trailing whitespace; | Jason McIntyre | |
2015-02-09 | document that WEP is supported | Peter Hessler | |
2015-02-09 | tweak previous; | Jason McIntyre | |
2015-02-09 | task_add takes a flags argument now. this throws some words at it, | David Gwynne | |
maybe some will stick. | |||
2015-02-08 | The error message on firmware load failure in iwn(4) changed, sync man page. | Stefan Sperling | |
2015-02-07 | jmc reminded me that if we document new functions we should link them up | David Gwynne | |
2015-02-07 | mq_enlist can drop mbufs now. | David Gwynne | |
2015-02-07 | try and document ml_filter and mq_filter. | David Gwynne | |
2015-02-07 | Missed adding a reference to 802.11b in the iwm entry here, pointed out by stsp | Stuart Henderson | |
2015-02-06 | Make it obvious that wireless ethernet adapters supporting 802.11g also | Stuart Henderson | |
support 802.11b. Extended from a diff by dlg, stsp agrees. | |||
2015-02-06 | list iwm(4) in pci(4); prodded by jmc | Stefan Sperling | |
2015-02-06 | Add a manual page for iwm(4). | Stefan Sperling | |
2015-02-06 | packets stay within a routing domain. to move them, use pf(4) | Peter Hessler | |
2015-02-06 | tweak wording, using feedback from sthen@ and jmc@; ok phessler@ | Ingo Schwarze | |
2015-02-05 | snippit/snippet | Stuart Henderson | |
2015-02-05 | tweak previous | Ingo Schwarze | |
2015-02-05 | add some (untested) examples of use | Peter Hessler | |
2015-02-05 | typos | Stuart Henderson | |
2015-02-05 | unbreak the tree, oups | Peter Hessler | |
2015-02-05 | start documenting routing tables and routing domains | Peter Hessler | |
general acceptance of the room | |||
2015-02-01 | Fix a typo in the Nd line. From Steven McDonald. | Jonathan Gray | |
2015-02-01 | Sync struct pkthdr_pf and struct mbuf_ext with their actual definitions | Lawrence Teo | |
in sys/mbuf.h. | |||
2015-01-31 | Add missing period. | Lawrence Teo | |
2015-01-31 | Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which have | Lawrence Teo | |
been moved from sys/param.h to sys/mbuf.h (MAXMCLBYTES was moved two years ago; the rest were done recently). Remove references to sys/param.h accordingly. ok deraadt@ | |||
2015-01-29 | manual SAs described in ipsec.conf(5) not ipsecctl(8); | Jason McIntyre | |
from paul gorman | |||
2015-01-29 | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | |
Remove lots of lies, dozens of irrelevant implementation details, and all references to groff versions older than 1.17. Move relevant information to the pages where it belongs, and out of mandoc(1) in particular. Add some missing general remarks to roff(7), where it fits the character and purpose of the page much better. | |||
2015-01-28 | implement the tbl(7) "center" layout option | Ingo Schwarze | |
2015-01-27 | remove workq code. its been replaced with tasks. | David Gwynne | |
it has been unused since december, and unhooked from the build since christmas. ok krw@ | |||
2015-01-27 | remove the second void * argument on tasks. | David Gwynne | |
when workqs were introduced, we provided a second argument so you could pass a thing and some context to work on it in. there were very few things that took advantage of the second argument, so when i introduced pools i suggested removing it. since tasks were meant to replace workqs, it was requested that we keep the second argument to make porting from workqs to tasks easier. now that workqs are gone, i had a look at the use of the second argument again and found only one good use of it (vdsp(4) on sparc64 if you're interested) and a tiny handful of questionable uses. the vast majority of tasks only used a single argument. i have since modified all tasks that used two args to only use one, so now we can remove the second argument. so this is a mechanical change. all tasks only passed NULL as their second argument, so we can just remove it. ok krw@ | |||
2015-01-27 | Revert 1.61 since support for the TX path was also reverted. | Brad Smith | |
2015-01-26 | Rework tbl(7) layout parsing: | Ingo Schwarze | |
* Continue parsing even if part of the input is invalid. * Do not require whitespace between cell specifications. * Allow tabs as well as blanks between modifiers. * Mark the 'm' modifier as unsupported. * Parse and ignore the 'p' and 'v' modifiers. * Better warning and error messages. * Get rid of a static buffer. Improved functionality but minus 50 lines of code. | |||
2015-01-26 | More improvements regarding tbl(7) options. | Ingo Schwarze | |
* Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation. | |||
2015-01-25 | tweak and update the illustration to what the bootstrap loader actually | Christian Weisgerber | |
looks like; ok deraadt@ miod@ | |||
2015-01-24 | tweak previous; | Jason McIntyre | |
2015-01-24 | Add bus_dmamem_alloc_range(9). | Mark Kettenis | |
2015-01-24 | Document bus_dmamem_alloc_range(9). | Mark Kettenis | |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | |
parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7). | |||
2015-01-24 | change .Cm to .Ar for macro arguments | Ingo Schwarze | |