]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/pthread/sem_open.c
Use O_CLOEXEC in more places (BZ #15722)
[thirdparty/glibc.git] / sysdeps / pthread / sem_open.c
2023-04-22  Sergey BugaevUse O_CLOEXEC in more places (BZ #15722)
2023-03-08  abushwangrt: fix shm_open not set ENAMETOOLONG when name exceeds...
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-05-05  Florian Weimernptl: Move sem_close, sem_open into libc
2021-03-26  Adhemerval Zanellanptl: Remove open from libpthread
2021-03-18  Adhemerval Zanellanptl: Remove close from libpthread
2021-03-18  Adhemerval Zanellanptl: Remove write from libpthread
2021-02-08  Adhemerval Zanellapthread: Refactor semaphore code
2021-02-08  Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-16  Samuel Thibaulthtl: Get sem_open/sem_close/sem_unlink support [BZ...