Age | Commit message (Expand) | Author |
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence Teo |
2013-01-29 | zap trailing whitespace; | Jason McIntyre |
2013-01-29 | remove the EXPECTED CHANGES TO THE BUS_SPACE FUNCTIONS section. talk is | David Gwynne |
2013-01-29 | useless comments are useless | David Gwynne |
2013-01-29 | bus_space_{read,write}_N dont take different arguments to their non raw | David Gwynne |
2013-01-29 | document bus_space_{read,write}_raw_N(). needs some polishing... | David Gwynne |
2013-01-28 | there is no untimeout function in our kernel | David Gwynne |
2013-01-18 | s/the the/the/ in sosplice(9) | Alexander Bluhm |
2013-01-17 | Update the sosplice(9) man page with UDP socket splicing. | Alexander Bluhm |
2013-01-17 | various macro fixes; | Jason McIntyre |
2013-01-17 | Man page update for the changed semantics of maximum socket splicing. | Alexander Bluhm |
2013-01-03 | update from Ryan Ozmun; | Jason McIntyre |
2012-12-10 | Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@. | Martin Pieuchot |
2012-12-10 | Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@ | Martin Pieuchot |
2012-11-17 | sync m_copydata prototype with reality, ok jsg phessler | Henning Brauer |
2012-11-15 | splimp -> splnet; OK jmc@ claudio@ miod@ | Gleydson Soares |
2012-11-02 | replace "err(1, (char *)NULL);" with "err(1, NULL);" | Jason McIntyre |
2012-10-17 | adjust wdog_register() signature | Theo de Raadt |
2012-10-04 | FRELE() has a second argument now | Philip Guenthe |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre |
2012-09-19 | Update the route(9) manpage to reflect recent change to rt_lookup() | Bret Lambert |
2012-09-17 | Rework the description of the flags to pool_get(9) | Philip Guenthe |
2012-09-17 | document vdrop; original diff from Michal Mazurek | Jason McIntyre |
2012-09-16 | vaccess' first argument is type; from Michal Mazurek | Jason McIntyre |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-06-21 | link copy.9 to kcopy.9 | Matthew Dempsky |
2012-06-21 | Document kcopy() and add a note that copystr() does not return EFAULT | Matthew Dempsky |
2012-06-13 | Remove duplicate description of FORK_TFORK | Philip Guenthe |
2012-05-18 | "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattli | Jason McIntyre |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky |
2012-04-12 | sort SEE ALSO; | Jason McIntyre |
2012-04-12 | more rfork mop-up | Theo de Raadt |
2012-04-11 | Recommend using "unsigned int" instead of just "unsigned". | Alexandre Ratchov |
2012-04-08 | no more lint; | Jason McIntyre |
2012-04-06 | Remove raidframe related references. | Joel Sing |
2011-12-12 | Consistently use the term "route label" throughout. | Bret Lambert |
2011-12-09 | s/timout/timeout | Stuart Henderson |
2011-12-09 | typo, s/conficts/conflicts/ | Stuart Henderson |
2011-12-08 | Begin documenting the soup sandwich that is the kernel routing code. | Bret Lambert |
2011-12-02 | it's MAXMCLBYTES, not MAXCLBYTES. | David Gwynne |
2011-11-30 | this diff introduces the MAXMCLBYTES macro to describe the largest | David Gwynne |
2011-11-16 | do not Xr non-existent man pages; | Jason McIntyre |
2011-10-16 | stacksize argument is gone and replaced with tidptr argument | Philip Guenthe |
2011-10-06 | no more ccd(4); | Jason McIntyre |
2011-09-19 | Sync with reality: remove %r and %z which have been removed quite some time | Miod Vallat |
2011-09-17 | remove mdoc.samples(7): all info already is in mdoc(7) | Ingo Schwarze |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-07-31 | cred argument was removed from bread() and breadn() | Alexandr Shadchin |
2011-07-29 | Remove references to a function that no longer exists, reminded by claudio@ | Bret Lambert |
2011-07-21 | no more vnode_if.src; | Jason McIntyre |