Age | Commit message (Expand) | Author |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-12-01 | Unlock and drop vnode if VOP_GETATTR fails. | Artur Grabowski |
2001-11-30 | Whooops. | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Make sure the nfs vnodes are on the syncer worklist. | Artur Grabowski |
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-19 | Remove some more. | Artur Grabowski |
2001-08-19 | Stop whining. | Artur Grabowski |
2001-08-19 | add __sparc64__ to list of arch's not checked for bloated structures (also | Jason Wright |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-07-06 | From NetBSD; Server could lose requests during write-gathering, causing client | Niklas Hallqvist |
2001-07-03 | In readdir, set the calling process in the constructed uio structures. | Constantine Sapuntzakis |
2001-06-30 | Get root filehandle via nfs_root. | Constantine Sapuntzakis |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-26 | Remove left-over code from cleaning that was causing servers to fail to respond | Constantine Sapuntzakis |
2001-06-25 | Get rid of some dead code caused by the last commit | Constantine Sapuntzakis |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis |
2001-06-24 | Change handling of NFS root vnode. Moves recognition of NFS root vnode into | Constantine Sapuntzakis |
2001-06-23 | Get rid of several unused vnode operations | Constantine Sapuntzakis |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-05-20 | tdbi->tags cleanups | Angelos D. Keromytis |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-25 | Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team for | Constantine Sapuntzakis |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-02-23 | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2001-02-09 | use correct FREE() do dispose sillyrename on fail; deraadt@ ok | Michael Shalayeff |
2000-11-09 | PHOLD the nfsd. | Artur Grabowski |
2000-08-10 | unfortunately, i must undo this patch, since it causes client hangs on sparc ... | Theo de Raadt |
2000-08-07 | fix obvious error, spotted by ericj | Theo de Raadt |
2000-06-30 | Remove redundant declaration of nfs_init. | Artur Grabowski |
2000-06-26 | Convert nfs_timer to new timeouts. | Artur Grabowski |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-05-24 | return ENOSYS for NFSSVC_BIOD request. since none to call it anyway | Michael Shalayeff |
2000-05-22 | NFS_MAXID | Michael Shalayeff |
2000-05-19 | oops, s/niothreads/iothreads/ in FS_NFS_NAMES | Michael Shalayeff |
2000-05-19 | from tsarna@netbsd.org (sysctl changes to come later): | Michael Shalayeff |
2000-02-07 | update to use new checkexp vfs operation | assar |