Age | Commit message (Expand) | Author |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-05-22 | optimize nfs_sync() a bit, by not iterating over the list of vnodes | Pedro Martelletto |
2005-03-31 | re-commit marius commit: | Theo de Raadt |
2005-02-01 | backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54: | Peter Valchev |
2005-01-24 | fix preposterous time warnings in the nfs client; caused by false hits | marius eriksen |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-12 | make sockargs take void *, combine a len check. | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-11 | in mountroot: | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-02-10 | theo doesn't like this code | Nathan Binkert |
2002-01-16 | use queue.h macro's | Eric Jackson |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-11 | minor fixes. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis |
2001-06-30 | Get root filehandle via nfs_root. | Constantine Sapuntzakis |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-24 | Change handling of NFS root vnode. Moves recognition of NFS root vnode into | Constantine Sapuntzakis |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
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 |
2000-01-06 | Fix for NFS swap device. | Steve Murphree |
2000-01-01 | Correct casts in nfs_statfs() V3 code to correspond to reality (ie: | Todd C. Miller |
1999-06-10 | Fill in mount_info in nfs_decode_args | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1998-08-19 | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | Constantine Sapuntzakis |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-11-11 | Make diskless machines boot again. remove statics | Niklas Hallqvist |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-04-18 | oops | Theo de Raadt |
1997-04-18 | new socket required if changing NOCONN; fvdl | Theo de Raadt |
1997-04-18 | ensure nfs_mountroot device is a network device; from who-knows-who at | Theo de Raadt |
1997-01-15 | prevent -Wall warning: | kstailey |
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout... | dm |
1996-12-17 | NFS attribute cache timeout mount param | dm |
1996-09-21 | fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10month | Theo de Raadt |