summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add NULL tests to wrterror() to avoid a NULL deref when called fromguenther2017-02-181-1/+4
* correct format strings, ok guentherderaadt2017-02-161-3/+3
* Match the recent change in the kernel and ask for a generic armv8-ajsg2017-02-161-2/+2
* Make this build (and run) with gcc 4.miod2017-02-151-2/+2
* Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that insteadguenther2017-02-082-4/+4
* Fix ELF64_R_TYPE(reloc->r_info) to have the same type on mips64leguenther2017-01-301-3/+3
* Previous commit broke build on loongson. Refix by addingvisa2017-01-291-3/+3
* Fix build on mips64.visa2017-01-251-2/+2
* make ldso[] const; OK guenther@millert2017-01-241-2/+2
* For consistentcy, use 'void *' with %p instead of 'char *'guenther2017-01-241-4/+4
* To format r_addr, use %p and cast to 'void *'. From comparison withguenther2017-01-241-5/+5
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-2454-323/+278
* Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is usedguenther2017-01-241-5/+7
* remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@naddy2017-01-231-2/+1
* Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value.guenther2017-01-231-1/+3
* Mark a bunch of stuff staticguenther2017-01-233-8/+9
* The functionality of _dl_allocate_tib() is used internally, so renameguenther2017-01-231-2/+4
* Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduceguenther2017-01-234-4/+12
* Fix format string mismatchesguenther2017-01-234-10/+10
* Fix format string mismatchesguenther2017-01-231-3/+3
* check EAGAIN in the correct place,beck2017-01-231-3/+3
* Switch spamd to nonblocking descriptors so we can count on getting abeck2017-01-231-2/+9
* 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