Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-15 | Remove references to non-existent manuals. From form@. | Mike Pechkin | |
millert@ | |||
2004-07-07 | missing comma in .Nm; | Jason McIntyre | |
2004-07-07 | Document the [get]{micro,nano,bin}[up]time functions. | Artur Grabowski | |
jmc@ tholo@ miod@ ok | |||
2004-07-03 | typo; Jared | Theo de Raadt | |
2004-05-23 | - typos | Jason McIntyre | |
- new sentence, new line | |||
2004-05-23 | iic(4) and iic(9) man pages for I2C framework. | Alexander Yurchenko | |
iic(9) page was written by Jason Thorpe but, surprisingly, wasn't commited to NetBSD (r). | |||
2004-05-10 | correct description of bus_dmamap_sync; help & ok mickey | Peter Valchev | |
2004-05-01 | Update description of disk_unbusy(); from NetBSD | Todd C. Miller | |
2004-04-27 | typo from Michael Knudsen; | Jason McIntyre | |
2004-04-17 | lots of fixes from jared yanovich; | Jason McIntyre | |
2004-04-17 | update from jared yanovich; | Jason McIntyre | |
2004-04-16 | list/display fixes, and whitespace; | Jason McIntyre | |
2004-04-10 | specify an indent for displays, plus some grammar; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2004-03-16 | reality sync. started by Sven Dehmlow. ok jmc@ | Ted Unangst | |
2004-03-14 | grammer; from jmc@ | Michael Shalayeff | |
2004-03-14 | add the caveats section | Michael Shalayeff | |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove | |
ok beck@, jmc@, deraadt@ | |||
2004-03-09 | namei returns refed vnodes, from Pedro Martelletto | Ted Unangst | |
2004-02-24 | add FILES section documenting license.template; | Jason McIntyre | |
from Nick Nauwelaerts; ok deraadt@ | |||
2004-02-24 | correct includes; | Jason McIntyre | |
ok deraadt@ fgsch@ | |||
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre | |
softly, softly, catchy monkey... | |||
2004-02-14 | some improvements from Jared Yanovich; | Jason McIntyre | |
2004-02-14 | better wording, from jared | Henning Brauer | |
2004-02-10 | describe `volatile' as type-qualifier, not specifier; | Jason McIntyre | |
from Mathias K. Straede (PR 3681); | |||
2004-02-09 | help makewhatis produce correct entries. | Marc Espie | |
okay deraadt@ | |||
2004-02-05 | make .Nm match .Dt to avoid screwy apropos(1) output; | Jason McIntyre | |
found by pb@ | |||
2004-01-31 | update from Jared Yanovich: | Jason McIntyre | |
- sync with header - macro fixes - readability fixes | |||
2004-01-24 | some fixes from Jared Yanovich, and a couple from myself; | Jason McIntyre | |
2004-01-24 | typo from Jared Yanovich; | Jason McIntyre | |
2004-01-24 | typo from Jared Yanovich; | Jason McIntyre | |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-20 | notes on pool_cache. ok markus jmc a while back. | Ted Unangst | |
2004-01-14 | Get rid of M_LOCKF and use pool for allocating lockf structures. | Alexander Yurchenko | |
From NetBSD. Tested by many people, ok art@. | |||
2003-12-31 | remove obsolete reference to "storage" parameter; | Jason McIntyre | |
ok tedu@ | |||
2003-12-30 | sync with <pool.h> and remove a .Pp before a list; | Jason McIntyre | |
ok tedu@ | |||
2003-12-27 | Mention that m is free'd if m_pulldown fails. | Ryan Thomas McBride | |
2003-12-21 | Kill non-standard kernel printf %: braindead extension for good. | Miod Vallat | |
ok markus@ drahn@ | |||
2003-12-12 | sync with <sys/mbuf.h>, as pointed out by Dragos Ruiu; | Jason McIntyre | |
ok deraadt@ itojun@ | |||
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride | |
use the the presence of this tag to reverse the match order in in{6}_pcblookup_listen(). Some daemons (such as portmap) do a double bind, binding to both * and localhost in order to differentiate local from non-local connections, and potentially granting more privilege to local ones. This change ensures that redirected connections to localhost do not appear local to such a daemon. Bulk of changes from dhartmei@, some changes markus@ ok dhartmei@ deraadt@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-02 | Document kthread_create() return value. | Alexander Yurchenko | |
ok mickey@ jmc@ | |||
2003-10-30 | double word, from Tom Cosgrove; | Jason McIntyre | |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-23 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-04 | Note that for usage(), numbers (as options) come first, followed by | Jason McIntyre | |
alphabetical order (uppercase takes precedence over lower). Man page option descriptions also appear in this order. This is in line with NetBSD/FreeBSD pages. Discussed with millert@ and deraadt@ | |||
2003-09-29 | /usr include files -> /usr/include files; | Jason McIntyre | |
from FreeBSD (rev. 1.103); ok deraadt@ miod@ | |||
2003-08-30 | Remove uvm_useracc() description here as well. | Miod Vallat | |
2003-08-29 | add some includes, from Patrick Latifi via jmc@ | Ted Unangst | |
2003-08-20 | remove extra "for" | David Krause | |
ok jmc@ |