| Age | Commit message (Expand) | Author |
| 2001-12-31 | in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're | chs |
| 2001-12-31 | in genfs_putpages(), we must wait for any pending write i/os to complete | chs |
| 2001-12-18 | add some compatibility routines to allow mmap() to work non-UBCified | chs |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages. | chs |
| 2001-12-06 | be consistent, clear VONWORKLST when we take a syncer vnode off the | chs |
| 2001-12-06 | add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. | chs |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-12-05 | * Allow machine-dependent code to specify hooks for ptrace(2) | thorpej |
| 2001-11-30 | PR/14781: Matthew Fredette: Clamp the number of read-ahead pages to 16 because | christos |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-11-07 | Wrap long line and remove name of argument from function prototype. | enami |
| 2001-11-07 | Make the size of null node hash table to desiredvnodes instead of 16. | enami |
| 2001-11-07 | Call hashdone where appropriate. | enami |
| 2001-11-07 | Cosmetic changes. | enami |
| 2001-11-07 | Fix typo in comment. | enami |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-06 | In procfs_domem() the addr variable is only needed if PMAP_NEED_PROCWR is | simonb |
| 2001-10-03 | s/genfs_do_putpages/genfs_gop_write/ in uvmhist. | enami |
| 2001-09-23 | change spec_{read,write}() to specify the device blkno in units of DEV_BSIZE | chs |
| 2001-09-22 | Add fifo_putpages() placebo so that the vnode's uobj is unlocked. | sommerfeld |
| 2001-09-21 | use shared locks instead of exclusive for VOP_READ() and VOP_READDIR(). | chs |
| 2001-09-21 | when zeroing pages past EOF, don't zero the page containing EOF if it | chs |
| 2001-09-15 | add a forward decl for struct vm_page. | chs |
| 2001-09-15 | interfaces and structures used by new genfs_{get,put}pages(). | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-09-09 | install miscfs/syncfs/syncfs.h | assar |
| 2001-08-31 | map files are zero-length. | chs |
| 2001-08-18 | undo the part of the last revision that made user block device access | chs |
| 2001-08-17 | add definitions for UBCification of block devices. | chs |
| 2001-08-17 | initialize the UVM vnode size for block devices. | chs |
| 2001-08-17 | make genfs get/put work for block devices as well: | chs |
| 2001-08-16 | KNF on previous. | tv |
| 2001-08-03 | bound check mount args more thoroughly | jdolecek |
| 2001-08-02 | (*fs_mount): do not get the parent vnode back from namei to just release it | assar |
| 2001-07-24 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
| 2001-07-04 | don't set PG_RDONLY on the lower layer's pages, | chs |
| 2001-06-16 | Add DTYPE_PIPE (to be used by new pipe implementation) and handle | jdolecek |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-06-14 | be sure to allocate dirty zeroed pages to cover blocks we allocate | chs |
| 2001-06-09 | Some more corrections by Michael K. Sanders. | wiz |
| 2001-06-07 | Typos and grammer fixes in comments (misc/13133 by Michael K. Sanders) | wiz |
| 2001-06-07 | Typos in comments (misc/13133 by Michael K. Sanders) | wiz |
| 2001-06-03 | let kernfs_mmap() use the default error method. | chs |
| 2001-06-03 | let portalfs_mmap() use the default error method. | chs |
| 2001-06-03 | procfs_bmap() should never be called, make it a "bad op". | chs |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |