aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Unbreak ia64.Marcel Moolenaar2010-10-222-5/+16
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-083-4/+0
* Use a defined FreeBSD version.Xin LI2010-10-061-2/+2
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issueNathan Whitehorn2010-10-041-2/+5
* Remove the duplicate logging of failed read requests, whose error messageMarius Strobl2010-09-241-1/+0
* Make WARNS=6 clean.Marius Strobl2010-09-246-44/+37
* Try to adhere to style.Makefile(5).Marius Strobl2010-09-231-5/+3
* Move the pfrom initialization from before the setjmp to after theWarner Losh2010-09-151-2/+1
* Remove an explicit assignment of the CFLAGS variable intended forRui Paulo2010-09-151-1/+0
* Check for undefined weak symbols during PLT binding on powerpc64, and doNathan Whitehorn2010-09-123-3/+9
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* Make RTLD work on powerpc64 again. If there is a sub-directory namedNathan Whitehorn2010-08-241-7/+10
* Remove exports table. Export control by the version script is enough.Konstantin Belousov2010-08-241-50/+4
* MFtbemd:Warner Losh2010-08-233-9/+13
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-0/+12
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichKonstantin Belousov2010-08-232-10/+38
* Provide the starting image with the pointer to ELF aux vector. It isKonstantin Belousov2010-08-171-0/+1
* Use the newly provided aux vectors to get pagesize and osreldate information.Konstantin Belousov2010-08-172-10/+84
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. RevertNeel Natu2010-08-111-1/+1
* Fix compilation error for 64-bit little endian build:Neel Natu2010-08-101-2/+2
* Remove unneeded use of struct timezone.Ed Schouten2010-08-082-6/+4
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Fix typo.Joel Dahl2010-08-041-1/+1
* 64 bit support for MIPS rtld.Jayachandran C.2010-07-292-10/+17
* RTLD support for powerpc64. A few small modifications to the MakefileNathan Whitehorn2010-07-106-0/+741
* Revert r209544. It papers over a binutils bug, and is not even a reliableNathan Whitehorn2010-06-281-10/+3
* Ignore versioned dependencies on shared objects to which we do not link.Nathan Whitehorn2010-06-261-3/+10
* Merge jmallett@'s n64 work into HEAD - changeset 3Jayachandran C.2010-06-161-3/+5
* Plug possible memory leak.Alexander Kabaev2010-06-031-1/+3
* mdoc: use literal text, not a column table to present theUlrich Spörlein2010-06-021-8/+8
* Only use the cache after the early stage of loading. This isRoman Divacky2010-05-186-33/+29
* Final update to current version of head in preparation for reintegration.Kirk McKusick2010-05-0613-502/+2418
|\
| * Bring in new files from edwin's tftpWarner Losh2010-05-0410-0/+2064
| * Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-043-502/+354
* | Update to current version of head.Kirk McKusick2010-04-287-168/+366
|\|
| * Forgot to initialize the debug variable.Dag-Erling Smørgrav2010-04-011-1/+1
| * Add a debugging option (-d)Dag-Erling Smørgrav2010-04-012-12/+47
| * Check that gl_pathc is bigger than zero before derefencing gl_pathv.Xin LI2010-03-251-1/+2
| * - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.Pietro Cerutti2010-03-241-1/+1
| * Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
| * Updated rtld for n32 support.Warner Losh2010-03-042-153/+315
* | The NFS quota-reporting RPC uses 32-bit sized fields. We approximateKirk McKusick2010-04-251-4/+7
* | IFH@204581Dag-Erling Smørgrav2010-03-0448-525/+552
|\|
| * Fixed static linkage.Ruslan Ermilov2010-02-262-4/+4
| * Support the extended PLT format used when objects have more than 8192Nathan Whitehorn2010-02-223-25/+67
| * The NetBSD Foundation has granted permission to remove clauses 3 and 4.Warner Losh2010-02-161-7/+0
| * Improve TLS variant I:Marcel Moolenaar2010-02-161-11/+8
| * Set ut_line to "ftpd" for ftpd.Ed Schouten2010-02-091-0/+1
| * Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-212-3/+2