summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_vnode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-4/+5
* delete a #ifdef _KERNEL chunk protecting userland from an #if 0 chunkderaadt2014-06-291-18/+1
* First round of __P removal in sysmillert2002-03-141-2/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-0/+110
* Merge in struct uvm_vnode into struct vnode.art2001-12-101-60/+0
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-51/+1
* Add a new type voff_t (right now it's typedefed as off_t) used for offsetsart2001-08-061-3/+3
* Sync style, typo, and comments a little closer to NetBSD. art@ oksmart2001-03-221-2/+2
* Protect protypes, certain macros, and inlines from userland. Checked userlandsmart2001-03-091-2/+5
* $OpenBSD$niklas2001-01-291-0/+1
* Fix the NetBSD id strings.art2000-03-151-1/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-5/+0
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+110