Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r295385: semget(): Check for [EEXIST] error first. | jilles | 2016-04-09 | 1 | -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> | kevlo | 2012-05-21 | 1 | -1/+1 |
| | | | | instead of <sys/param.h> | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 1 | -7/+0 |
| | | | | | | their software. Obtained from: NetBSD | ||||
* | Add regression tests for sysvipc. | alfred | 2002-08-15 | 1 | -0/+348 |
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD |