Age | Commit message (Expand) | Author |
2013-07-11 | document fls/flsl | Jonathan Gray |
2013-07-05 | Document RI_WRONLY, committing on behalf of miod@. | Martin Pieuchot |
2013-07-05 | various tidy up; | Jason McIntyre |
2013-07-04 | free(null) works | Ted Unangst |
2013-06-28 | Document RI_VCONS. | Mark Kettenis |
2013-06-12 | some simple initial fixes; this file still needs read properly | Jason McIntyre |
2013-06-11 | split "filesystem" and "mountpoints" as "file system" and "mount points", | Igor Sobrado |
2013-06-11 | fix argument to document title (.Dt) macro in the manual page prologue. | Igor Sobrado |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-11 | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. | David Gwynne |
2013-06-08 | Add CTASSERT macro, for compile time assertions | Stefan Fritsch |
2013-06-05 | \-1; | Jason McIntyre |
2013-06-05 | m_defrag(9) wasnt documented. | David Gwynne |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2013-06-04 | fusebufsize update | Ted Unangst |
2013-06-03 | rewording | Ted Unangst |
2013-06-03 | 5.4 is the magic number | Ted Unangst |
2013-06-03 | rcsids | Ted Unangst |
2013-06-03 | add two more fuse files | Ted Unangst |
2013-06-03 | userland fuse support, but not attaching libfuse yet. ok beck deraadt | Ted Unangst |
2013-05-31 | lookup() and relookup() have 'vfs_' prefix | Philip Guenther |
2013-05-30 | correct some lies | Ted Unangst |
2013-05-23 | there is no vfs_shutdown(9) page; | Jason McIntyre |
2013-05-22 | fix formatting here too; from ingo | Jason McIntyre |
2013-05-20 | Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No | Mark Kettenis |
2013-05-17 | i got SEE ALSO completely wrong ;( | Jason McIntyre |
2013-05-17 | Sync with reality. | Martin Pieuchot |
2013-05-17 | Link m_dup_pkthdr(9) to mbuf(9) | Martin Pieuchot |
2013-05-17 | sys/uvm_extern.h -> uvm/uvm_extern.h | Jonathan Gray |
2013-04-24 | wording tweak from jmc | Matthew Dempsky |
2013-04-24 | Add tstohz(9) as the timespec analog to tvtohz(9). | Matthew Dempsky |
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 |