summaryrefslogtreecommitdiffstats
path: root/tools/regression/sysvsem/semtest.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r295385: semget(): Check for [EEXIST] error first.jilles2016-04-091-0/+9
| | | | | | | | | | Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and IPC_EXCL were both passed, the semaphore set already exists and has fewer semaphores than nsems, this does not allow an application to retry safely: if the [EINVAL] is actually because of the semmsl limit, an infinite loop would result. PR: 206927
* According to shared memory man pages, advice including <sys/types.h>kevlo2012-05-211-1/+1
| | | | instead of <sys/param.h>
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
| | | | | | their software. Obtained from: NetBSD
* Add regression tests for sysvipc.alfred2002-08-151-0/+348
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD
OpenPOWER on IntegriCloud