summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2023-06-07add a note about how to setup http -> https redirection.mrg
2023-06-07serve .iso as "application/octet-stream". bump version & copyright.mrg
2023-06-07TLS variant I archs need to fudge the offset by the size of the TCB.joerg
2023-06-04ld.elf_so: Sprinkle more debug messages on dlopen and error.riastradh
2023-06-04Avoid using uninitialized variable "symnum" when building with DEBUGmartin
2023-06-04Fix interactions of initial-exec TLS model and dlopenjoerg
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-06-01ld.elf_so: Make tls alloc debug messages more detailed and greppable.riastradh
2023-05-31ld.elf_so: Sprinkle tls debug messages.riastradh
2023-05-09Deal with OpenSSL-3.xchristos
2023-05-09accommodate OpenSSL-3.xchristos
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-04-23dlopen(3): Read _rtld_objtail under the lock.riastradh
2023-04-18Oops wrong mask.christos
2023-04-18The SysV ABI specifies that the symbol hash function should return only 32christos
2023-04-09ld.elf_so powerpc: remove bogus ldscriptchs
2023-02-10Alignment. NFCI.skrll
2023-01-12fix the ldd buildchristos
2023-01-12Handle program headers properly; fixes c++ exceptions on arm32.christos
2023-01-06Remove the limitation of only being able to load binaries with 2 PT_LOADchristos
2023-01-04comment out a function that is only used in rtldchristos
2023-01-04make the what argument size_t since we are passing in size_tchristos
2022-12-05Use the SZREG symbol instead of __SIZEOF_POINTER__ as its shorter. Assertskrll
2022-12-05RISC-V is RELAskrll
2022-12-04Consistently use the 'mv' instrucation (which is itself an alias) insteadskrll
2022-12-03Trailing whitespaceskrll
2022-12-03Whitespace. NFC.skrll
2022-11-02fix various typos in comments and messages.andvar
2022-11-01s/varaible/variable/ and s/varible/variable/ in comments.andvar
2022-09-13ld.elf_so(8): Make fork take a shared, not exclusive, lock.riastradh
2022-09-12Document the -q option.martin
2022-09-12Add a -q option to make http quiet (no log messages).martin
2022-08-26Fix CVE-2020-10188hgutch
2022-08-26telnetd: fix the crash that's been talked about the past couple days.dholland
2022-07-06Fix copy & pasto: DTPREL relocations do not need to allocate a staticmartin
2022-06-21Support ifunc on aarch64. The tests pass at least.skrll
2022-06-21Wrap long #if defined(...) || ... and sort. NFCI.skrll
2022-06-06build system: Revert all the recent additions of MK[...] knobs thatnia
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-31add .mobi / application/x-mobipocket-ebook.mrg
2022-05-30Set DP early so that any binary functions that override others get theskrll
2022-05-28mk: Add MKFINGER, MKTALK flags for not buildingnia
2022-05-27mk: Add a MKLFS flag for excluding the log-structured filesystem userspacenia
2022-05-18call this bozohttpd 20220517.mrg
2022-05-17fix local privilege escalation due to a race conditionkre
2022-04-17fix various typos in comments.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-09rtld: Convert membar_exit/enter to membar_release/acquire.riastradh