Age | Commit message (Expand) | Author |
2007-12-13 | convert massive (expanded to 150+ lines) nfsm_v3attr macro to a function | Bret Lambert |
2007-11-28 | fill the va_blocksize with something a litte saner, | Thordur I. Bjornsson |
2007-11-05 | deinline nfs_attrtimeo(); and remove some associated | Thordur I. Bjornsson |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson |
2007-10-08 | shrink nfsrv_v2errmap[] and check table size more carefully to avoid | Theo de Raadt |
2007-10-07 | Make sure nfsrv_v2errmap[] really contains ELAST initialized values. | Miod Vallat |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-04-19 | Replace the nfskevq_lock lockmgr lock with rwlock. | Thordur I. Bjornsson |
2007-04-13 | remove some unneeded externs and unused declerations. | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson |
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 |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark... | Michael Shalayeff |
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-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen |
2004-08-03 | When accessing device nodes over nfs, do not trim major and minor numbers | Miod Vallat |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
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-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-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
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-06-27 | Remove old vm. | Artur Grabowski |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis |
2000-06-26 | Convert nfs_timer to new timeouts. | Artur Grabowski |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-02-26 | compatibility with uvm vnode pager | Artur Grabowski |
1999-02-06 | Use bitwise operations to extract high and low words from the quad | Todd C. Miller |
1999-01-16 | Do not lose st_blocks on NFSv2 mounts when files>2GB | Niklas Hallqvist |
1998-08-19 | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | Constantine Sapuntzakis |
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-28 | indent | Theo de Raadt |