clean up dns_parse_callback
[musl] / src / thread / sem_open.c
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-10-28 Rich Felkerfix sem_close unmapping of still-referenced semaphore
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2015-04-21 Rich Felkerfix mmap leak in sem_open failure path for link call
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2013-06-27 Rich Felkerfix temp file leak in sem_open on successful creation...
2013-06-27 Rich Felkerfix bug whereby sem_open leaked its own internal slots...
2013-06-27 Rich Felkerin sem_open, don't leak vm mapping if fstat fails
2012-09-30 Rich Felkerprotect sem_open against cancellation
2012-09-30 Rich Felkeroverhaul sem_open
2012-09-29 Rich Felkersem_open should make process-shared semaphores
2012-09-29 Rich Felkeruse O_CLOEXEC to open semaphore files in sem_open
2011-06-26 Rich Felkerfix useless use of potentially-uninitialized mode varia...
2011-03-11 Rich Felkerfix failure behavior of sem_open when sem does not...
2011-03-11 Rich Felkerfix sem_open and sem_close to obey posix semantics
2011-03-04 Rich Felkerimplement POSIX semaphores