aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Fix elf/tst-audit25a with default bind now toolchainscodonell/ld-auditSzabolcs Nagy1-0/+1
2022-03-29elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard16-41/+779
2022-03-29elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella35-39/+1381
2022-03-29elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella3-1/+27
2022-03-29elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella8-6/+169
2022-03-29elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella4-2/+87
2022-03-29elf: Add la_activity during application exitAdhemerval Zanella5-0/+351
2022-03-29elf: Issue audit la_objopen for vDSOAdhemerval Zanella7-8/+199
2022-03-29elf: Add audit tests for modules with TLSDESCAdhemerval Zanella6-0/+242
2022-03-29elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella11-9/+295
2022-03-29elf: Add _dl_audit_pltexitAdhemerval Zanella27-122/+158
2022-03-29elf: Add _dl_audit_pltenterAdhemerval Zanella3-72/+82
2022-03-29elf: Add _dl_audit_preinitAdhemerval Zanella4-21/+22
2022-03-29elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella5-124/+135
2022-03-29elf: Add _dl_audit_objcloseAdhemerval Zanella4-34/+27
2022-03-29elf: Add _dl_audit_objsearchAdhemerval Zanella3-49/+47
2022-03-29elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella6-111/+45
2022-03-29elf: Add _dl_audit_objopenAdhemerval Zanella5-37/+49
2022-03-29elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella5-36/+270
2022-03-29elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella36-175/+272
2022-03-29elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella11-17/+27
2022-03-29elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song28-323/+380
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin1-1/+1
2022-03-15hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2-83/+72
2022-03-11debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar6-16/+59
2022-03-11debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar16-68/+74
2022-03-11Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2-2/+5
2022-03-11fortify: Fix spurious warning with realpathSiddhesh Poyarekar3-2/+40
2022-03-11__glibc_unsafe_len: Fix commentSiddhesh Poyarekar1-1/+1
2022-03-11debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar4-50/+69
2022-03-11Make sure that the fortified function conditionals are constantSiddhesh Poyarekar7-438/+226
2022-03-11Don't add access size hints to fortifiable functionsSiddhesh Poyarekar9-26/+42
2022-03-11nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer5-4/+142
2022-03-11nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer2-13/+5
2022-03-11io: Add fsync call in tst-statFlorian Weimer1-0/+4
2022-03-06hppa: Fix warnings from _dl_lookup_addressJohn David Anglin4-9/+14
2022-03-06nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin1-1/+1
2022-03-06hppa: Revise gettext trampoline designJohn David Anglin3-31/+35
2022-03-06hppa: Fix swapcontextJohn David Anglin3-7/+58
2022-03-06Fix elf/tst-audit2 on hppaJohn David Anglin1-14/+29
2022-03-03localedef: Handle symbolic links when generating locale-archiveArjun Shankar1-1/+1
2022-02-18NEWS: Add a bug fix entry for BZ #28896H.J. Lu1-0/+2
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein1-2/+2
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein3-10/+48
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein7-5/+22
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu1-0/+13
2022-02-07linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin2-31/+65
2022-02-03Add reference to BZ#28860 on NEWSAdhemerval Zanella1-0/+2
2022-02-03linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella1-2/+3
2022-02-03socket: Do not use AF_NETLINK in __opensockFlorian Weimer1-8/+1