summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Use -fPIC to build libexec/rtld-elf on sparc64, so it will also be abledim2010-11-111-1/+6
* Fix typos.brucec2010-11-091-1/+1
* In r214728, if dlopen() is called for the object that has been alreadykib2010-11-041-5/+5
* Fix style.kib2010-11-041-1/+1
* If dlopen() is called for the dso that has been already loaded as akib2010-11-032-2/+14
* Add a new libc function: cfmakesane(3).ed2010-11-022-9/+12
* Unbreak ia64.marcel2010-10-222-5/+16
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-083-4/+0
* Use a defined FreeBSD version.delphij2010-10-061-2/+2
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issuenwhitehorn2010-10-041-2/+5
* Remove the duplicate logging of failed read requests, whose error messagemarius2010-09-241-1/+0
* Make WARNS=6 clean.marius2010-09-246-44/+37
* Try to adhere to style.Makefile(5).marius2010-09-231-5/+3
* Move the pfrom initialization from before the setjmp to after theimp2010-09-151-2/+1
* Remove an explicit assignment of the CFLAGS variable intended forrpaulo2010-09-151-1/+0
* Check for undefined weak symbols during PLT binding on powerpc64, and donwhitehorn2010-09-123-3/+9
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
* Make RTLD work on powerpc64 again. If there is a sub-directory namednwhitehorn2010-08-241-7/+10
* Remove exports table. Export control by the version script is enough.kib2010-08-241-50/+4
* MFtbemd:imp2010-08-233-9/+13
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+12
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-10/+38
* Provide the starting image with the pointer to ELF aux vector. It iskib2010-08-171-0/+1
* Use the newly provided aux vectors to get pagesize and osreldate information.kib2010-08-172-10/+84
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revertneel2010-08-111-1/+1
* Fix compilation error for 64-bit little endian build:neel2010-08-101-2/+2
* Remove unneeded use of struct timezone.ed2010-08-082-6/+4
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Fix typo.joel2010-08-041-1/+1
* 64 bit support for MIPS rtld.jchandra2010-07-292-10/+17
* RTLD support for powerpc64. A few small modifications to the Makefilenwhitehorn2010-07-106-0/+741
* Revert r209544. It papers over a binutils bug, and is not even a reliablenwhitehorn2010-06-281-10/+3
* Ignore versioned dependencies on shared objects to which we do not link.nwhitehorn2010-06-261-3/+10
* Merge jmallett@'s n64 work into HEAD - changeset 3jchandra2010-06-161-3/+5
* Plug possible memory leak.kan2010-06-031-1/+3
* mdoc: use literal text, not a column table to present theuqs2010-06-021-8/+8
* Only use the cache after the early stage of loading. This isrdivacky2010-05-186-33/+29
* Final update to current version of head in preparation for reintegration.mckusick2010-05-0613-502/+2418
|\
| * Bring in new files from edwin's tftpimp2010-05-0410-0/+2064
| * Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-043-502/+354
* | Update to current version of head.mckusick2010-04-287-168/+366
|\ \ | |/
| * Forgot to initialize the debug variable.des2010-04-011-1/+1
| * Add a debugging option (-d)des2010-04-012-12/+47
| * Check that gl_pathc is bigger than zero before derefencing gl_pathv.delphij2010-03-251-1/+2
| * - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-241-1/+1
| * Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
| * Updated rtld for n32 support.imp2010-03-042-153/+315
* | The NFS quota-reporting RPC uses 32-bit sized fields. We approximatemckusick2010-04-251-4/+7
* | IFH@204581des2010-03-0448-525/+552
|\ \ | |/
OpenPOWER on IntegriCloud