Age | Commit message (Expand) | Author |
2005-07-14 | from netbsd -r1.4: | Jason McIntyre |
2005-07-09 | note that documentation has its own style guide, mdoc.samples(7); | Jason McIntyre |
2005-06-20 | actually, this is an original work, no need for the vfs_cache.c copyright | Jared Yanovich |
2005-06-18 | remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9); | Jason McIntyre |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | document the VFS name cache. | Jared Yanovich |
2005-06-15 | don't document whiteout/unionfs stuff | Todd C. Miller |
2005-06-09 | - add documentation for remaining vnode operations | Jared Yanovich |
2005-06-02 | tweaks, grammar, punctuation, typos | Jared Yanovich |
2005-06-01 | VOP_WHITEOUT() is gone, okay jmc@ | Pedro Martelletto |
2005-05-31 | minor tweaks; | Jason McIntyre |
2005-05-31 | grammar; | Jason McIntyre |
2005-05-28 | fixups due to the careful eyes of pedro@ | marius eriksen |
2005-05-27 | add vnsubr(9) from NetBSD. add the more detailed vn_lock(9) text to it | marius eriksen |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | whitespace | David Krause |
2005-05-25 | the the | David Krause |
2005-05-15 | Update style recommendation around NULL usage, especially in function | Kenneth R Westerback |
2005-05-10 | - link mtod(9) to mbuf(9) | Mathieu Sauve-Frankel |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-15 | Missing space | Tom Cosgrove |
2005-04-04 | add rssadapt(9) to SEE ALSO in ieee80211(9), and vice versa; | Jason McIntyre |
2005-04-04 | apply some fixes originally mailed to jsg@; | Jason McIntyre |
2005-04-04 | tcpdump is section 8, not 1; | Jason McIntyre |
2005-04-04 | whitespace; | Jason McIntyre |
2005-04-04 | Some documentation for the 802.11 stack written by | Jonathan Gray |
2005-04-02 | synopsis is #include <lib/libkern/libkern.h> | Uwe Stuehler |
2005-03-30 | mention new udf malloc types, okay deraadt@ | Pedro Martelletto |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre |
2005-03-01 | import rssadapt man page from NetBSD. | Damien Bergamini |
2005-02-20 | sort SEE ALSO; | Jason McIntyre |
2005-02-18 | .Xr mutex 9, now that it exists. | Pedro Martelletto |
2005-02-18 | Manual page for the mutex set of functions. Okay jmc@ and art@. | Pedro Martelletto |
2005-02-14 | uio->uio_resid, not uio->resid; | Jason McIntyre |
2005-01-29 | quote %T and %B to prevent madness; | Jason McIntyre |
2005-01-14 | The first argument is const void* | Kevin Lo |
2005-01-10 | m_hdr.mh_flags has been u_short for some time now. | Jonathan Gray |
2005-01-04 | `done' can be NULL; | Jason McIntyre |
2004-12-20 | ethernet -> Ethernet | Jonathan Gray |
2004-12-18 | Add tc_init(9) page, a description of the timecounters. With some | Alexander Yurchenko |
2004-12-17 | Add watchdog API documentation, from Michael Knudsen, with tweaks. ok grange... | Jared Yanovich |
2004-12-13 | typo, ok jmc@ | Pedro Martelletto |
2004-12-06 | kill __P in proto; ok deraadt pvalchev | Jared Yanovich |
2004-12-01 | Drop advertising clause as per NetBSD some time ago. | Jonathan Gray |
2004-11-30 | breada() is gone, help and ok jmc@ | Pedro Martelletto |
2004-11-28 | remove .Xr to self in SEE ALSO; | Jason McIntyre |
2004-11-28 | sort SEE ALSO; | Jason McIntyre |
2004-11-28 | document the mountroothooks | Theo de Raadt |
2004-11-27 | proper prototypes for some functions that were missing them; ok deraadt dhartmei | Peter Valchev |