summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pledge a tiny bit later. This results in the specified tty beingderaadt2017-01-231-6/+6
* Add support for DT_RUNPATH and DT_FLAGSguenther2017-01-223-38/+69
* _dl_exit() is __dead, so it should return void.guenther2017-01-2117-86/+87
* Delete ancient macros and unnecessary #includesguenther2017-01-2011-67/+11
* - spamd(8)'s -l accepts an IP address as argument to bind(2) and it callsmestre2017-01-171-11/+17
* Add support for AArch64.patrick2017-01-115-0/+701
* Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELROkettenis2017-01-0913-55/+42
* Build with -fno-builtin to keep clang from optimizing the _dl_memset()naddy2017-01-051-1/+2
* fix the remaining cases of .Xr with only one argumentschwarze2016-12-281-3/+3
* Remove user uucp and group news from base.jca2016-12-271-3/+2
* Check return value of tls_config_set_protocols(3) and bail out in case ofmestre2016-11-301-2/+3
* Remove redundant & when clearing hostname variable, as per otto@'s requestmestre2016-11-081-2/+2
* Replace bzero(3) with memset(3)mestre2016-11-071-2/+2
* small tweak to also check canaries if F is in effectotto2016-11-031-2/+4
* sync to libc: malloc_move is not an option anymoreotto2016-10-311-9/+4
* bring canaries for > page sized objects from libc to ld.so; ok guenther@otto2016-10-251-12/+29
* When checking ownership and modes of files in /var/mail/,schwarze2016-10-221-1/+2
* - Remove useless var assignmentmestre2016-10-202-20/+18
* 0xd0 -> 0xdb from libc mallocotto2016-10-141-2/+2
* move better canary code and validate_junk() over from libc mallocotto2016-10-141-13/+75
* merge form libc malloc:otto2016-09-181-5/+5
* Implement the DT_RELACOUNT optimization. Missed previously because Iguenther2016-09-161-2/+17
* Remove the fallback to the __plt_{start,end} symbols, as the dynamic tagsguenther2016-09-161-47/+18
* Implement self-relocation for -static -pie on arm. Also removes somekettenis2016-09-081-1/+5
* must close our fd unconditionally and not just in the !TLS case; tls_closehenning2016-09-061-3/+3
* Redundant memset and some better style wrt exiting functions after error.otto2016-09-041-21/+12
* 'pw' can't be NULL here, remove useless test.jca2016-09-041-6/+4
* Use a single "opt" variable for all setsockopt calls in getdatasock().jca2016-09-031-12/+13
* Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets.jca2016-09-031-7/+21
* cherry-pick a few diffs from libc malloc; ok guenther@otto2016-09-031-68/+36
* set password to return of readpassphrase(), not always the buffer.tedu2016-09-031-3/+2
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-3/+7
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-3/+6
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-2/+3
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-032-4/+6
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-6/+9
* krb5 bits should rest in peacegsoares2016-09-022-9/+2
* retire sparctedu2016-09-015-1115/+0
* Don't attempt to support IPv4-mapped IPv6 addresses.jca2016-08-311-37/+5
* alpha and sh have TCB_SET() macros so don't need _dl_set_tcb()guenther2016-08-314-8/+4
* remove ifdef for all the features we have.tedu2016-08-301-16/+1
* Move DT_NUM from <sys/exec_elf.h> to resolv.h in ld.so where it belongs.kettenis2016-08-301-1/+4
* ld.so doesn't need gettimeofday or lstat stubs any moreguenther2016-08-2822-110/+22
* fix a commentguenther2016-08-281-2/+2
* Don't call lstat() before readlink() just to see if it's a symlink,guenther2016-08-281-17/+21
* Delete debugging from when lazy binding was being implementedguenther2016-08-271-2/+1
* Pull in <stddef.h> for NULLguenther2016-08-271-1/+2
* Pull in <sys/time.h> for struct timespecguenther2016-08-271-1/+2
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-261-1/+2
* trim down some NBBY references. 8 bits ought to be enough for anyone.tedu2016-08-262-9/+5