about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix elf/tst-audit25a with default bind now toolchains codonell/ld-auditSzabolcs Nagy2022-03-291-0/+1
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-03-2916-41/+779
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-03-2935-39/+1381
* elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella2022-03-293-1/+27
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-03-298-6/+169
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2022-03-294-2/+87
* elf: Add la_activity during application exitAdhemerval Zanella2022-03-295-0/+351
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2022-03-297-8/+199
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2022-03-296-0/+242
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2022-03-2911-9/+295
* elf: Add _dl_audit_pltexitAdhemerval Zanella2022-03-2927-122/+158
* elf: Add _dl_audit_pltenterAdhemerval Zanella2022-03-293-72/+82
* elf: Add _dl_audit_preinitAdhemerval Zanella2022-03-294-21/+22
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2022-03-295-124/+135
* elf: Add _dl_audit_objcloseAdhemerval Zanella2022-03-294-34/+27
* elf: Add _dl_audit_objsearchAdhemerval Zanella2022-03-293-49/+47
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2022-03-296-111/+45
* elf: Add _dl_audit_objopenAdhemerval Zanella2022-03-295-37/+49
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2022-03-295-36/+270
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2022-03-2936-175/+272
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2022-03-2911-17/+27
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2022-03-2928-323/+380
* hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin2022-03-151-1/+1
* hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2022-03-152-83/+72
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-03-116-16/+59
* debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar2022-03-1116-68/+74
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-03-112-2/+5
* fortify: Fix spurious warning with realpathSiddhesh Poyarekar2022-03-113-2/+40
* __glibc_unsafe_len: Fix commentSiddhesh Poyarekar2022-03-111-1/+1
* debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar2022-03-114-50/+69
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2022-03-117-438/+226
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2022-03-119-26/+42
* nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer2022-03-115-4/+142
* nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer2022-03-112-13/+5
* io: Add fsync call in tst-statFlorian Weimer2022-03-111-0/+4
* hppa: Fix warnings from _dl_lookup_addressJohn David Anglin2022-03-064-9/+14
* nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin2022-03-061-1/+1
* hppa: Revise gettext trampoline designJohn David Anglin2022-03-063-31/+35
* hppa: Fix swapcontextJohn David Anglin2022-03-063-7/+58
* Fix elf/tst-audit2 on hppaJohn David Anglin2022-03-061-14/+29
* localedef: Handle symbolic links when generating locale-archiveArjun Shankar2022-03-031-1/+1
* NEWS: Add a bug fix entry for BZ #28896H.J. Lu2022-02-181-0/+2
* x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein2022-02-181-2/+2
* x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein2022-02-183-10/+48
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2022-02-187-5/+22
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin2022-02-072-31/+65
* Add reference to BZ#28860 on NEWSAdhemerval Zanella2022-02-031-0/+2
* linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella2022-02-031-2/+3
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2022-02-031-8/+1