summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY.kettenis2016-08-233-25/+76
* This code served us well for many years,schwarze2016-08-2210-1203/+0
* fread hasn't taken a char * in about 900 yearstedu2016-08-161-12/+12
* remove unneeded caststedu2016-08-163-7/+6
* Drop -z nocombreloc. It was a rev 1.1 commit like on arm, so not clearguenther2016-08-151-2/+1
* When upcasting to off_t for multiplication, the cast needs to be *before*guenther2016-08-141-4/+4
* Convert %q to %ll with long long casts for printf()guenther2016-08-142-26/+26
* Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was neededguenther2016-08-141-2/+1
* Mark the relro/got section as read-only before setting up the environmentguenther2016-08-141-3/+3
* Passing in &_DYNAMIC appears to have stuck, so eliminate the extraguenther2016-08-131-5/+2