summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
* Prefer <sys/param.h> to <machine/param.h> for the definition ofRobert Watson2009-04-201-1/+1
* Explicitly include machine/param.h for CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+2
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov2008-11-271-0/+16
* Allow multiple locks to be acquired by detecting correspondingDavid Xu2008-09-161-2/+2
* Fix the problem with the C++ exception handling for the multithreadedKonstantin Belousov2008-05-061-1/+2
* Use u_int for variable manipulated by atomic ops to match atomicAlexander Kabaev2007-04-031-1/+1
* Remove 80386 support from the ELF run time linker.John Baldwin2004-11-161-19/+0
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-0/+336