Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/30/2000 12:21:46
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sun Jul 30 09:21:45 UTC 2000

Modified Files:
	basesrc/regress/sys/kern/lockf [netbsd-1-5]: lockf.c

Log Message:
pullup rev 1.2-1.4 from trunk (approved by thorpej):
ptrace(PT_DETACH, ...) treats the addr & signal arguments same way
as in PT_CONTINUE; particaliry, passing NULL addr means we cause
the child to jump to address zero and SIGSEGV immediatelly. Use
special cookie (caddr_t) 1 instead.
While here, improve some parent's messages, explicitly kill off
childs when the parent's main loop is ended, and add a NetBSD RCS id


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.2.1 basesrc/regress/sys/kern/lockf/lockf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.