| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rtld links with the specially built pic static libc library to get some | Konstantin Belousov | 2011-08-24 | 1 | -2/+0 |
| * | Use sigsetjmp/siglongjmp with disabled signal mask access for | Konstantin Belousov | 2011-02-09 | 1 | -1/+1 |
| * | Implement support for ELF filters in rtld. Both normal and auxillary | Konstantin Belousov | 2010-12-25 | 1 | -25/+77 |
| * | Prefer <sys/param.h> to <machine/param.h> for the definition of | Robert Watson | 2009-04-20 | 1 | -1/+1 |
| * | Explicitly include machine/param.h for CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+2 |
| * | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | Konstantin Belousov | 2008-11-27 | 1 | -0/+16 |
| * | Allow multiple locks to be acquired by detecting corresponding | David Xu | 2008-09-16 | 1 | -2/+2 |
| * | Fix the problem with the C++ exception handling for the multithreaded | Konstantin Belousov | 2008-05-06 | 1 | -1/+2 |
| * | Use u_int for variable manipulated by atomic ops to match atomic | Alexander Kabaev | 2007-04-03 | 1 | -1/+1 |
| * | Remove 80386 support from the ELF run time linker. | John Baldwin | 2004-11-16 | 1 | -19/+0 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -2/+2 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -0/+336 |