Age | Commit message (Expand) | Author |
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 |
2000-02-07 | removed prototype of sys_getfh - it is now a normal syscall | assar |
2000-02-07 | moved sys_getfh to vfs_syscalls.c | assar |
2000-02-02 | o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR | Todd C. Miller |
2000-01-06 | Fix for NFS swap device. | Steve Murphree |
2000-01-05 | In the NFSMSIZ macro, don't assume that m_ext.ext_size == MCLBYTES. | Todd C. Miller |
2000-01-04 | fix mbuf out-of-bound writes on nfsv2 mounts. | Jun-ichiro itojun Hagino |
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 |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-03-15 | do not call nfsm_adj() with negative values; dm | Theo de Raadt |
1999-03-02 | When an NFS3 server replies with NFS3ERR_JUKEBOX, currently, it | Todd C. Miller |
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-02-01 | non-root users can mkfifo over NFS; mrg@netbsd.org | Todd C. Miller |
1999-01-16 | Do not lose st_blocks on NFSv2 mounts when files>2GB | Niklas Hallqvist |
1999-01-10 | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | Todd C. Miller |
1999-01-03 | print addresses using inet_ntoa ( ) | Theo de Raadt |
1998-12-28 | Fix fxdr_hyper macro. The cast to signed int caused incorrect behavior in th... | Todd C. Miller |
1998-08-21 | Fix malloc race in nfs_node.c | Constantine Sapuntzakis |
1998-08-19 | Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-05-25 | nd_procnum should be unsigned; ovg@nusun.jinr.ru | Theo de Raadt |
1998-05-11 | compile if iov_base is void * | Theo de Raadt |
1998-02-28 | krpc_call() should use random reserved ports | Theo de Raadt |
1998-02-23 | do not copy from past end of mbuf; found by ivan | Theo de Raadt |
1998-02-22 | Changes made for GCC 2.8 -Wall pleasures | Niklas Hallqvist |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-12-02 | More splbio()'s added so that reassignbuf can do its thing. | Constantine Sapuntzakis |
1997-11-11 | Make diskless machines boot again. remove statics | Niklas Hallqvist |