summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
...
* Don't be sexist - fix a typo.ceri2005-12-301-1/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+3
* Make lookups for relocations from old unversioned binaries returnkan2005-12-241-17/+32
* Remove debugging statement that slipped into lone of the previous commitskan2005-12-231-1/+0
* Initialize object dagmembers list before checking version dependencies.kan2005-12-221-4/+2
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-189-133/+548
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-183-11/+11
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-183-6/+6
* Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search pathjhb2005-11-111-1/+1
* Style: move .PATH to where it belongs.ru2005-10-141-2/+2
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-17/+1
* Removed trailing whitespace.ru2005-06-141-2/+2
* Bump document date on behalf of a recent change.ru2005-06-141-1/+1
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-104-509/+0
* Remove kludges intended to support src trees with partial obj trees.des2005-06-103-16/+4
* MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial)marius2005-06-041-1/+1
* Fix the load64 and store64 macros, created to handle 8-byte unalignedmarcel2005-06-021-6/+6
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.maxim2005-05-311-1/+1
* Fixup of last commit: Use the name X instead of XFree86 for the server binary,eivind2005-05-271-1/+1
* Make the example for using xterm as a login manager to match the X of theeivind2005-05-271-1/+1
* Align the stack to a 16 byte boundary before calling _rtld so that we candfr2005-05-191-3/+6
* Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 waskeramida2005-05-181-1/+1
* Enable lukemftpd for 6.0-RELEASE.obrien2005-05-161-5/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-132-9/+3
* Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
* Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).jmallett2005-05-111-2/+2
* Prevent usage of nested externs.delphij2005-05-061-1/+2
* Fix compilation problem.davidxu2005-04-271-1/+1
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelpeter2005-04-261-9/+2
* s/int/size_t/ as appropriate.das2005-04-171-4/+4
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodspeter2005-04-141-13/+16
* The script mistakenly ignores the entropy_save_sz variable fromdougb2005-04-111-2/+2
* Revert parts of previous commits and use a temporary variable to avoiddes2005-04-081-37/+8
* No need to provide atomic_cmpset_32() anymore.cognet2005-04-071-12/+0
* An array was mistaken for a pointer in the previous commit.nectar2005-04-071-3/+4
* Include gettytab.h before extern.h so that the declarations of structstefanf2005-04-064-5/+3
* Correct type mismatch introduced in last commit.nectar2005-04-051-1/+1
* DES pointed out that the PAM layer may change the target user namenectar2005-04-051-15/+32
* When allocating TLS and DTV, make sure that any unused slots in the DTVdfr2005-03-301-8/+4
* When PAM support was added to rexecd in revision 1.29 (just prior tonectar2005-03-271-2/+17
* If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP,cperciva2005-03-241-1/+24
* Use sysconf(_SC_ARG_MAX) instead of NCARGS.das2005-03-212-4/+14
* Add locking code for tls routines.davidxu2005-03-201-4/+21
* Install rlogind(8). Pointy hat is available on request.ru2005-03-031-1/+1
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-021-3/+9
* correct WARNS=6 fix to use cast to (void *).ume2005-03-011-10/+10
* Attempt to free any static TLS space used by a shared library when itdfr2005-02-273-0/+24
* Only provide the dummy, non-atomic atomic_cmpset_32() ifcognet2005-02-261-0/+2
* If what we have is a struct sockaddr_storage * and what we want is ades2005-02-231-8/+8
* Make WARNS=6-clean.des2005-02-232-12/+13
OpenPOWER on IntegriCloud