| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert r209544. It papers over a binutils bug, and is not even a reliable | nwhitehorn | 2010-06-28 | 1 | -10/+3 |
* | Ignore versioned dependencies on shared objects to which we do not link. | nwhitehorn | 2010-06-26 | 1 | -3/+10 |
* | Merge jmallett@'s n64 work into HEAD - changeset 3 | jchandra | 2010-06-16 | 1 | -3/+5 |
* | Plug possible memory leak. | kan | 2010-06-03 | 1 | -1/+3 |
* | mdoc: use literal text, not a column table to present the | uqs | 2010-06-02 | 1 | -8/+8 |
* | Only use the cache after the early stage of loading. This is | rdivacky | 2010-05-18 | 6 | -33/+29 |
* | Final update to current version of head in preparation for reintegration. | mckusick | 2010-05-06 | 13 | -502/+2418 |
|\ |
|
| * | Bring in new files from edwin's tftp | imp | 2010-05-04 | 10 | -0/+2064 |
| * | Go ahead and merge the work edwin@ on tftpd into the tree. It is a | imp | 2010-05-04 | 3 | -502/+354 |
* | | Update to current version of head. | mckusick | 2010-04-28 | 7 | -168/+366 |
|\ \
| |/ |
|
| * | Forgot to initialize the debug variable. | des | 2010-04-01 | 1 | -1/+1 |
| * | Add a debugging option (-d) | des | 2010-04-01 | 2 | -12/+47 |
| * | Check that gl_pathc is bigger than zero before derefencing gl_pathv. | delphij | 2010-03-25 | 1 | -1/+2 |
| * | - Remove const'ness from dlerror(3) prototype, for consistency with POSIX. | gahr | 2010-03-24 | 1 | -1/+1 |
| * | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
| * | Updated rtld for n32 support. | imp | 2010-03-04 | 2 | -153/+315 |
* | | The NFS quota-reporting RPC uses 32-bit sized fields. We approximate | mckusick | 2010-04-25 | 1 | -4/+7 |
* | | IFH@204581 | des | 2010-03-04 | 48 | -525/+552 |
|\ \
| |/ |
|