about summary refs log tree commit diff
path: root/sysdeps/pthread/sem_open.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior2023-11-031-6/+4
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-3/+6
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-2/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-051-13/+27
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-261-3/+3
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-2/+2
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-1/+1
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-081-113/+3
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-15/+19
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-161-0/+320