Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/24/1999 21:35:35
Module Name: basesrc
Committed By: thorpej
Date: Wed Aug 25 04:35:35 UTC 1999
Added Files:
basesrc/regress/sys/kern/sysvsem: Makefile semtest.c
Log Message:
Add a simple (very simple) test program for the System V Semaphores
facility.
XXX No, really, this is very simple. It tests but a small fraction of
this facility, but it is enough to verify that I didn't break anything
with some forthcoming changes to the kernel.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/regress/sys/kern/sysvsem/Makefile \
basesrc/regress/sys/kern/sysvsem/semtest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.