summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_shm.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-01-16 15:51:24 +0000
committerjhb <jhb@FreeBSD.org>2008-01-16 15:51:24 +0000
commit52da96d26e831fdfeffe482b1bce11ded72830d2 (patch)
treed961c0507e4797d70ea3c11f1336a64b9a69e572 /sys/kern/uipc_shm.c
parent3d6e2998f35479791a322b39cb47193f778cf288 (diff)
downloadFreeBSD-src-52da96d26e831fdfeffe482b1bce11ded72830d2.zip
FreeBSD-src-52da96d26e831fdfeffe482b1bce11ded72830d2.tar.gz
Add a set of regression tests for the POSIX shm API (shm_open(2) and
shm_unlink(2)).
Diffstat (limited to 'sys/kern/uipc_shm.c')
-rw-r--r--sys/kern/uipc_shm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_shm.c b/sys/kern/uipc_shm.c
index 0d7b741..cf7212f 100644
--- a/sys/kern/uipc_shm.c
+++ b/sys/kern/uipc_shm.c
@@ -31,9 +31,6 @@
*
* TODO:
*
- * (1) Convert test utilities into regression tests and import them into
- * src/tools/regression.
- *
* (2) Need to export data to a userland tool via a sysctl. Should ipcs(1)
* and ipcrm(1) be expanded or should new tools to manage both POSIX
* kernel semaphores and POSIX shared memory be written?
OpenPOWER on IntegriCloud