aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/sem_open.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior1-6/+4
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev1-3/+6
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang1-2/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-13/+27
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella1-3/+3
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+2
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-1/+1
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella1-113/+3
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-15/+19
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault1-0/+320