freebsd-dev/sys/nfsserver
Marcel Moolenaar 16df98ecc6 Careless use of struct proc *p caused major problems. 'p' is allowed to
be NULL in this function (nfs_sigintr). Reorder the statements and guard
them all with a single if (p != NULL).

reported, reviewed and tested by: jdp
1999-09-29 20:12:39 +00:00
..
nfs_serv.c Make FreeBSD less conservative in determining when to return a cookie 1999-09-29 17:14:58 +00:00
nfs_srvcache.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfs_srvsock.c Careless use of struct proc *p caused major problems. 'p' is allowed to 1999-09-29 20:12:39 +00:00
nfs_srvsubs.c Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
nfs_syscalls.c Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
nfs.h sigset_t change (part 2 of 5) 1999-09-29 15:03:48 +00:00
nfsm_subs.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsproto.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsrvcache.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsrvstats.h sigset_t change (part 2 of 5) 1999-09-29 15:03:48 +00:00