| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | dim | 2011-01-05 | 2 | -2/+2 |
* | On amd64 and i386, tell the compiler to refrain from generating SSE, | dim | 2011-01-04 | 2 | -0/+2 |
* | Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386. | dim | 2011-01-04 | 2 | -4/+0 |
* | Make format string a string literal. (Discovered by clang.) | emaste | 2011-01-04 | 1 | -1/+1 |
* | Handle failure from ftpd_popen in statfilecmd(). | emaste | 2011-01-04 | 1 | -0/+4 |
* | Add support for R_PPC64_UADDR64 relocations. | nwhitehorn | 2011-01-03 | 1 | -1/+2 |
* | expand checkuser() to support the propagation of error codes back to | csjp | 2011-01-03 | 1 | -8/+27 |
* | Fix an error in the ABI in rtld_bind_start(). When passing arguments to a | nwhitehorn | 2010-12-28 | 1 | -44/+44 |
* | Fix an apparent cop-and-paste mistake in previous commit. | kan | 2010-12-27 | 1 | -1/+1 |
* | Implement support for ELF filters in rtld. Both normal and auxillary | kib | 2010-12-25 | 13 | -411/+767 |
* | Add a hook to pass debug flags to the build of rtld when doing make in | kib | 2010-12-25 | 1 | -1/+1 |
* | Add __unused | charnier | 2010-12-20 | 1 | -1/+1 |
* | Add __unused | charnier | 2010-12-20 | 1 | -5/+5 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-20 | 2 | -8/+6 |
* | add __unused | charnier | 2010-12-19 | 1 | -6/+4 |
* | If dlclose() is called recursively from a _fini() function, the inner | jh | 2010-12-16 | 1 | -16/+38 |
* | Fix double ;; | kevlo | 2010-12-06 | 1 | -1/+1 |
* | Catch up with kernel using time_uptime to drive ARP timeouts. | glebius | 2010-12-06 | 1 | -3/+3 |
* | Use -fPIC to build libexec/rtld-elf on sparc64, so it will also be able | dim | 2010-11-11 | 1 | -1/+6 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -1/+1 |
* | In r214728, if dlopen() is called for the object that has been already | kib | 2010-11-04 | 1 | -5/+5 |
* | Fix style. | kib | 2010-11-04 | 1 | -1/+1 |
* | If dlopen() is called for the dso that has been already loaded as a | kib | 2010-11-03 | 2 | -2/+14 |
* | Add a new libc function: cfmakesane(3). | ed | 2010-11-02 | 2 | -9/+12 |
* | Unbreak ia64. | marcel | 2010-10-22 | 2 | -5/+16 |
* | mdoc: drop even more redundant .Pp calls | uqs | 2010-10-19 | 1 | -1/+0 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 3 | -4/+0 |
* | Use a defined FreeBSD version. | delphij | 2010-10-06 | 1 | -2/+2 |
* | Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue | nwhitehorn | 2010-10-04 | 1 | -2/+5 |
* | Remove the duplicate logging of failed read requests, whose error message | marius | 2010-09-24 | 1 | -1/+0 |
* | Make WARNS=6 clean. | marius | 2010-09-24 | 6 | -44/+37 |
* | Try to adhere to style.Makefile(5). | marius | 2010-09-23 | 1 | -5/+3 |
* | Move the pfrom initialization from before the setjmp to after the | imp | 2010-09-15 | 1 | -2/+1 |
* | Remove an explicit assignment of the CFLAGS variable intended for | rpaulo | 2010-09-15 | 1 | -1/+0 |
* | Check for undefined weak symbols during PLT binding on powerpc64, and do | nwhitehorn | 2010-09-12 | 3 | -3/+9 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | Make RTLD work on powerpc64 again. If there is a sub-directory named | nwhitehorn | 2010-08-24 | 1 | -7/+10 |
* | Remove exports table. Export control by the version script is enough. | kib | 2010-08-24 | 1 | -50/+4 |
* | MFtbemd: | imp | 2010-08-23 | 3 | -9/+13 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -0/+12 |
* | Introduce implementation-private rtld interface _rtld_addr_phdr, which | kib | 2010-08-23 | 2 | -10/+38 |
* | Provide the starting image with the pointer to ELF aux vector. It is | kib | 2010-08-17 | 1 | -0/+1 |
* | Use the newly provided aux vectors to get pagesize and osreldate information. | kib | 2010-08-17 | 2 | -10/+84 |
* | Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revert | neel | 2010-08-11 | 1 | -1/+1 |
* | Fix compilation error for 64-bit little endian build: | neel | 2010-08-10 | 1 | -2/+2 |
* | Remove unneeded use of struct timezone. | ed | 2010-08-08 | 2 | -6/+4 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Fix typo. | joel | 2010-08-04 | 1 | -1/+1 |
* | 64 bit support for MIPS rtld. | jchandra | 2010-07-29 | 2 | -10/+17 |
* | RTLD support for powerpc64. A few small modifications to the Makefile | nwhitehorn | 2010-07-10 | 6 | -0/+741 |