aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* *thwack*! all the world's not i386.Dag-Erling Smørgrav2006-03-291-0/+2
* Don't use dbg if it isn't defined (such as when this file is used byDag-Erling Smørgrav2006-03-281-0/+2
* Use C99's varadic macro syntax instead of gcc's.Dag-Erling Smørgrav2006-03-281-2/+2
* Er, forgot to clear tls space to zero for Variant II.David Xu2006-03-281-1/+1
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-284-4/+4
* - Document LD_32_* environment variablesPav Lucistnik2006-03-271-2/+9
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-175-9/+19
* - Reduce needless DNS query by lookup only appropriate addressHajimu UMEMOTO2006-03-011-10/+20
* Fix a malloc overrun in 32-bit compat libmap lookup code.Peter Wemm2006-01-311-6/+4
* Touch .Dd because the last commit was content-related.Yaroslav Tykhiy2006-01-291-1/+1
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar2006-01-281-3/+3
* s/R_IA64_/R_IA_64_/Marcel Moolenaar2006-01-281-6/+6
* In the daemon code, check for and report possible errorsYaroslav Tykhiy2006-01-211-14/+22
* The daemon's child shouldn't go on with the for loopYaroslav Tykhiy2006-01-211-6/+7
* Use pidfile(3) provided by libutil to manage the deamon's pid file.Yaroslav Tykhiy2006-01-212-30/+25
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.Marcel Moolenaar2006-01-171-11/+11
* In preparation for a new malloc implementation:Jason Evans2006-01-121-0/+16
* Don't be sexist - fix a typo.Ceri Davies2005-12-301-1/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+3
* Make lookups for relocations from old unversioned binaries returnAlexander Kabaev2005-12-241-17/+32
* Remove debugging statement that slipped into lone of the previous commitsAlexander Kabaev2005-12-231-1/+0
* Initialize object dagmembers list before checking version dependencies.Alexander Kabaev2005-12-221-4/+2
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-189-133/+548
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-183-11/+11
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-183-6/+6
* Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search pathJohn Baldwin2005-11-111-1/+1
* Style: move .PATH to where it belongs.Ruslan Ermilov2005-10-141-2/+2
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-291-17/+1
* Removed trailing whitespace.Ruslan Ermilov2005-06-141-2/+2
* Bump document date on behalf of a recent change.Ruslan Ermilov2005-06-141-1/+1
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-104-509/+0
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-103-16/+4
* MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial)Marius Strobl2005-06-041-1/+1
* Fix the load64 and store64 macros, created to handle 8-byte unalignedMarcel Moolenaar2005-06-021-6/+6
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.Maxim Konovalov2005-05-311-1/+1
* Fixup of last commit: Use the name X instead of XFree86 for the server binary,Eivind Eklund2005-05-271-1/+1
* Make the example for using xterm as a login manager to match the X of theEivind Eklund2005-05-271-1/+1
* Align the stack to a 16 byte boundary before calling _rtld so that we canDoug Rabson2005-05-191-3/+6
* Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 wasGiorgos Keramidas2005-05-181-1/+1
* Enable lukemftpd for 6.0-RELEASE.David E. O'Brien2005-05-161-5/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-9/+3
* Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).Juli Mallett2005-05-111-1/+1
* Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).Juli Mallett2005-05-111-2/+2
* Prevent usage of nested externs.Xin LI2005-05-061-1/+2
* Fix compilation problem.David Xu2005-04-271-1/+1
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelPeter Wemm2005-04-261-9/+2
* s/int/size_t/ as appropriate.David Schultz2005-04-171-4/+4
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodsPeter Wemm2005-04-141-13/+16
* The script mistakenly ignores the entropy_save_sz variable fromDoug Barton2005-04-111-2/+2
* Revert parts of previous commits and use a temporary variable to avoidDag-Erling Smørgrav2005-04-081-37/+8