summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld_lock.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311886:kib2017-01-241-24/+29
* MFC r311879:kib2017-01-171-4/+4
* MFC r280816:kib2015-04-121-0/+4
* MFC r266609:kib2014-06-071-1/+15
* Rtld links with the specially built pic static libc library to get somekib2011-08-241-2/+0
* Use sigsetjmp/siglongjmp with disabled signal mask access forkib2011-02-091-1/+1
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-25/+77
* Prefer <sys/param.h> to <machine/param.h> for the definition ofrwatson2009-04-201-1/+1
* Explicitly include machine/param.h for CACHE_LINE_SIZE.rwatson2009-04-191-0/+2
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-271-0/+16
* Allow multiple locks to be acquired by detecting correspondingdavidxu2008-09-161-2/+2
* Fix the problem with the C++ exception handling for the multithreadedkib2008-05-061-1/+2
* Use u_int for variable manipulated by atomic ops to match atomickan2007-04-031-1/+1
* Remove 80386 support from the ELF run time linker.jhb2004-11-161-19/+0
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Allow threading libraries to register their own lockingkan2003-05-291-0/+336
OpenPOWER on IntegriCloud