Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2003-07-25 | oops | Theo de Raadt | |
2003-07-25 | change things back. (another note: with this change, suddenly there was | Theo de Raadt | |
no VOP_LOOKUP(9) page at all.. geez) | |||
2003-07-25 | there is no PARAMASK | Ted Unangst | |
2003-07-24 | various tweaks; | Jason McIntyre | |
ok mickey@ | |||
2003-07-24 | rename VOP_LOOKUP.9 into vnodeops.9 for nicer xreffing. | Michael Shalayeff | |
a few pages i wrote being high on acetyl salicylic acid. vfs(9) from netbsd. | |||
2003-07-24 | .Xr vnodeops -> .Xr VOP_LOOKUP; | Jason McIntyre | |
2003-07-24 | knote() appeared in OBSD 2.9; | Jason McIntyre | |
2003-07-22 | uiomove takes void * now. | Ted Unangst | |
2003-07-21 | namei/lookup/relookpu/NDINIT page from netbsd; will enable w/ some other ↵ | Michael Shalayeff | |
shitz coming soon | |||
2003-07-21 | duh | Michael Shalayeff | |
2003-07-21 | knote/KNOTE from netbsd | Michael Shalayeff | |
2003-07-11 | fix some lists and macros; | Jason McIntyre | |
2003-07-02 | simplify macro usage; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-29 | swap .Pa Aq -> .Aq Pa to make both macros expand; | Jason McIntyre | |
2003-06-21 | make type descriptions generally plural. | Ted Unangst | |
Vfs -> VFS, Adosfs -> ADOSFS, etc. | |||
2003-06-21 | document new malloc type EMULDATA and missing NTFS types. | Ted Unangst | |
2003-06-17 | Fix the crypto_freereq() prototype to show the right argument type | Jean-Francois Brousseau | |
(struct cryptop* instead of void*) and update the definition of struct cryptkop to match the real world Work by jmc@ and me, ok jmc@ | |||
2003-06-13 | some missing links for VOP* | Ted Unangst | |