freebsd-dev/usr.sbin/rpc.lockd
Craig Rodrigues a856bed399 Ignore SIGPIPE signals on write() failures.
We already check for write() failures and handle EPIPE.
Failure to handle SIGPIPE was resulting in rpc.lockd terminating.

PR:		bin/97768
Reported by:	Gea-Suan Lin <gslin at csie dot nctu dot edu dot tw>
MFC after:	1 day
2006-05-25 22:12:05 +00:00
..
kern.c Ignore SIGPIPE signals on write() failures. 2006-05-25 22:12:05 +00:00
lock_proc.c - Use svc_getrpccaller() rather than svc_getcaller() for using 2005-02-03 22:21:19 +00:00
lockd_lock.c Add FBSDID. Add missing prototypes. Remove unused variables. Give variable 2005-05-20 13:01:47 +00:00
lockd_lock.h
lockd.c After talking to Colin, 2004-07-16 12:50:10 +00:00
lockd.h
Makefile Make this compile cleanly. It passes WARNS=2, but I haven't checked 2003-10-26 06:10:44 +00:00
rpc.lockd.8 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
test.c