This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
nfsserver
History
Doug Rabson
86442b5201
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
...
free() sometimes. Reviewed by: Eric Haug <ejh@eas.slu.edu>
1998-11-13 09:44:12 +00:00
..
nfs_serv.c
vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not
1998-10-31 15:39:31 +00:00
nfs_srvcache.c
Moved `#ifndef NFS_NOSERVER' after including nfs.h.
1998-07-02 12:41:42 +00:00
nfs_srvsock.c
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
1998-11-13 09:44:12 +00:00
nfs_srvsubs.c
Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
1998-11-09 07:00:14 +00:00
nfs_syscalls.c
Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle
1998-09-01 02:31:52 +00:00
nfs.h
Made unloading of the nfs LKM sort of work. This is mainly to test
1998-09-07 05:42:15 +00:00
nfsm_subs.h
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
1998-05-31 20:09:01 +00:00
nfsproto.h
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
1998-05-31 20:09:01 +00:00
nfsrvcache.h
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
1998-05-31 20:09:01 +00:00
nfsrvstats.h
Made unloading of the nfs LKM sort of work. This is mainly to test
1998-09-07 05:42:15 +00:00