summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2017-01-24To format r_addr, use %p and cast to 'void *'. From comparison withguenther1-5/+5
2017-01-24On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther54-323/+278
2017-01-24Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is usedguenther1-5/+7
2017-01-23remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@naddy1-2/+1
2017-01-23Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value.guenther1-1/+3
2017-01-23Mark a bunch of stuff staticguenther3-8/+9
2017-01-23The functionality of _dl_allocate_tib() is used internally, so renameguenther1-2/+4
2017-01-23Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduceguenther4-4/+12
2017-01-23Fix format string mismatchesguenther4-10/+10
2017-01-23Fix format string mismatchesguenther1-3/+3
2017-01-23check EAGAIN in the correct place,beck1-3/+3
2017-01-23Switch spamd to nonblocking descriptors so we can count on getting abeck1-2/+9
2017-01-23pledge a tiny bit later. This results in the specified tty beingderaadt1-6/+6
2017-01-22Add support for DT_RUNPATH and DT_FLAGSguenther3-38/+69
2017-01-21_dl_exit() is __dead, so it should return void.guenther17-86/+87
2017-01-20Delete ancient macros and unnecessary #includesguenther11-67/+11
2017-01-17- spamd(8)'s -l accepts an IP address as argument to bind(2) and it callsmestre1-11/+17
2017-01-11Add support for AArch64.patrick5-0/+701
2017-01-09Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELROkettenis13-55/+42
2017-01-05Build with -fno-builtin to keep clang from optimizing the _dl_memset()naddy1-1/+2
2016-12-28fix the remaining cases of .Xr with only one argumentschwarze1-3/+3
2016-12-27Remove user uucp and group news from base.jca1-3/+2
2016-11-30Check return value of tls_config_set_protocols(3) and bail out in case ofmestre1-2/+3
2016-11-08Remove redundant & when clearing hostname variable, as per otto@'s requestmestre1-2/+2
2016-11-07Replace bzero(3) with memset(3)mestre1-2/+2
2016-11-03small tweak to also check canaries if F is in effectotto1-2/+4
2016-10-31sync to libc: malloc_move is not an option anymoreotto1-9/+4
2016-10-25bring canaries for > page sized objects from libc to ld.so; ok guenther@otto1-12/+29
2016-10-22When checking ownership and modes of files in /var/mail/,schwarze1-1/+2
2016-10-20- Remove useless var assignmentmestre2-20/+18
2016-10-140xd0 -> 0xdb from libc mallocotto1-2/+2
2016-10-14move better canary code and validate_junk() over from libc mallocotto1-13/+75
2016-09-18merge form libc malloc:otto1-5/+5
2016-09-16Implement the DT_RELACOUNT optimization. Missed previously because Iguenther1-2/+17
2016-09-16Remove the fallback to the __plt_{start,end} symbols, as the dynamic tagsguenther1-46/+17
2016-09-08Implement self-relocation for -static -pie on arm. Also removes somekettenis1-1/+5
2016-09-06must close our fd unconditionally and not just in the !TLS case; tls_closehenning1-3/+3
2016-09-04Redundant memset and some better style wrt exiting functions after error.otto1-21/+12
2016-09-04'pw' can't be NULL here, remove useless test.jca1-6/+4
2016-09-03Use a single "opt" variable for all setsockopt calls in getdatasock().jca1-12/+13
2016-09-03Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets.jca1-7/+21
2016-09-03cherry-pick a few diffs from libc malloc; ok guenther@otto1-68/+36
2016-09-03set password to return of readpassphrase(), not always the buffer.tedu1-3/+2
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-3/+7
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-3/+6
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-2/+3
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2-4/+6
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-6/+9
2016-09-02krb5 bits should rest in peacegsoares2-9/+2
2016-09-01retire sparctedu5-1115/+0