summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2020-08-20call this bozohttpd/20200820mrg
2020-08-20compare mmap return again MAP_FAILED not -1 or 0.mrg
2020-08-20update for recent changes.mrg
2020-08-20send close_notify for the ssl connection before closing the TCP connectionspz
2020-07-13Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.jruoho
2020-07-13Use Nx.wiz
2020-07-13Do not report status code 500 to blocklistd(8) Add -DNO_BLOCKLIST_SUPPORTjruoho
2020-07-11Add blocklistd(8) support.jruoho
2020-07-06Add -R flag to specify a README file to add at the bottom of directoryjmcneill
2020-07-04add missing RCSIDslukem
2020-07-04NetBSD-ftpd 20200615lukem
2020-06-16R_ARM_TLS_TPOFF32 needs to adjust the existing value, not blindlyjoerg
2020-06-16Honor addend for R_AARCH64_TLS_TPREL relocation.joerg
2020-06-15Rename blacklist -> blocklistchristos
2020-06-07libexec/httpd: Fix the possible -Werror=stringop-truncationfox
2020-06-07libexec/lfs_cleanerd: Suppress -Werror=stringop-truncation errorfox
2020-05-24new binutils/gcc started emitting R_PPC_UADDR32 reloc entries, so for nowmacallan
2020-05-16Fix debug buildskrll
2020-05-16Avoid compiler warnings about uninitialised symnumskrll
2020-05-10Trailing whitespaceskrll
2020-04-23Don't play #define games with extern, just have a separate list to avoid commonsjoerg
2020-04-22Mark _rtld_invalid_paths static as ldd can end up with two copiesjoerg
2020-04-19Rename __atomic_fork to __locked_fork and give it &errno as argument.joerg
2020-04-18document historysevan
2020-04-16Introduce intermediate locking for fork, so that the dynamic linker isjoerg
2020-03-04PT_GNU_RELRO segments are arranged such that their vaddr + memsz endsthorpej
2020-02-29Add extra cast to suppress incompatible-pointer-types GCC warningkamil
2020-02-29Fix vax and mips buildkamil
2020-02-29Implement DT_GNU_HASHkamil
2020-02-29Implement and integrate GNU Hashing functionkamil
2020-02-29Separate matched symbol functionality out of _rtld_symlook_obj()kamil
2020-02-26uugetty is no moreriastradh
2020-02-09Specify NOLIBCSANITIZER for the ELF loaderkamil
2019-12-08Use existing lo() and hi() macros. Same object code is generated.uwe
2019-12-08Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs.uwe
2019-12-08Fix typo in a comment.uwe
2019-12-08_rtld_relro - fix debug printf format for a size_t argumentuwe
2019-12-06remove some XXX comments. one isn't relevant, and the other twomrg
2019-11-05Use alignof and not size_t for platforms with non-natural basejoerg
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-11-03simplify pointer gymnastics that sprained gcc-8christos
2019-10-30set -D_GNU_SOURCE, needed for linux systems and should bemrg
2019-10-15bump sizeschristos
2019-10-15use strncpy...christos
2019-10-13use strlcpy to ensure termination.mrg
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-04use __func__ (c99, c++11) instead of __FUNCTION__christos
2019-10-03improve error messagetnn
2019-09-15Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3)kamil
2019-08-31New sentence, new line. Punctuation improvements.wiz