summaryrefslogtreecommitdiff
path: root/src/conf
AgeCommit message (Collapse)AuthorLines
2011-04-08better fix sysconf pthread stack minRich Felker-1/+1
2011-04-08consistency with pthread stack min in limits.hRich Felker-1/+1
2011-03-10fix sem_open and sem_close to obey posix semanticsRich Felker-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-14put confstr.c with the other conf functionsRich Felker-0/+17
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+263