summaryrefslogtreecommitdiff
path: root/src/conf/sysconf.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22sysconf support for dynamic limits (open files and processes)Rich Felker1-2/+9
2011-10-03sysconf for PTHREAD_KEYS_MAXRich Felker1-1/+1
2011-06-07define MQ_PRIO_MAXRich Felker1-1/+1
2011-04-08better fix sysconf pthread stack minRich Felker1-1/+1
2011-04-08consistency with pthread stack min in limits.hRich Felker1-1/+1
2011-03-10fix sem_open and sem_close to obey posix semanticsRich Felker1-5/+5
multiple opens of the same named semaphore must return the same pointer, and only the last close can unmap it. thus the ugly global state keeping track of mappings. the maximum number of distinct named semaphores that can be opened is limited sufficiently small that the linear searches take trivial time, especially compared to the syscall overhead of these functions.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+222