summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2022-02-031-3/+3
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-034-159/+23
* linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]Gleb Fotengauer-Malinovskiy2022-02-032-1/+2
* tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu2022-02-011-1/+1
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-02-016-26/+330
* linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella2022-02-015-6/+351
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-02-013-0/+53
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu2022-02-011-1/+1
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+31
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-3133-0/+66
* elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer2022-01-311-92/+296