]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec/rtld-elf
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / libexec / rtld-elf /
2024-01-05 John BaldwinStop #defining FREEBSD_ELF
2023-12-15 Kyle Evansrtld: add a test for RTLD_DEEPBIND
2023-12-07 Konstantin BelousovRTLD_DEEPBIND: make lookup not just symbolic, but walk...
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-24 John BaldwinPurge more stray embedded $FreeBSD$ strings
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-19 Konstantin Belousovrtld: output rtld errors into the dbg channel
2023-09-09 Konstantin Belousov__crt_aligned_alloc_offset(): fix ov_index for backing...
2023-08-28 Konstantin Belousovrtld: switch from malloc_aligned() to __crt_aligned_alloc()
2023-08-28 Konstantin Belousovrtld_malloc: add __crt_aligned_alloc_offset()
2023-08-28 Konstantin Belousovrtld_malloc: increase overhead index to uint16
2023-08-28 Konstantin Belousovrtld_malloc.c: change return type of cp2op() to void
2023-08-27 Konstantin Belousovrtld: unlock bind lock when calling into crt __pthread_...
2023-08-23 Warner LoshRemove $FreeBSD$: two-line nroff pattern
2023-08-23 Warner LoshRemove $FreeBSD$: one-line sh pattern
2023-08-23 Warner LoshRemove $FreeBSD$: one-line .c pattern
2023-08-23 Warner LoshRemove $FreeBSD$: one-line .h pattern
2023-08-23 Warner LoshRemove $FreeBSD$: two-line .h pattern
2023-08-02 Konstantin Belousovrtld_malloc: add cp2op() helper
2023-08-02 Konstantin Belousovrtld_malloc: only include internal rtld headers when...
2023-08-02 Konstantin Belousovrtld: remove dup __crt_malloc prototypes
2023-08-02 Konstantin Belousovrtld_malloc: remove outdated comments
2023-07-30 Konstantin Belousovrtld: fix dlopen() for an object that is already mapped...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-NetBSD identifier is obsolete...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-11 Konstantin Belousovrtld: fix typo in comment
2023-06-11 Konstantin Belousovrtld: fix allocate_module_tls() variant I fallback...
2023-06-11 Konstantin Belousovrtld: do not allow both dynamic DTV index and static...
2023-06-11 Konstantin Belousovrtld: rename tls_done to tls_static
2023-06-11 Konstantin Belousovrtld_tls.h: style
2023-04-27 Ed Mastertld: fix SysV hash function overflow
2023-04-27 Ed Mastertld: reindent and style(9) elf_hash()
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-16 Konstantin Belousovrtld: fixes for handling of the grouped options
2023-02-19 Konstantin Belousovsys/param.h: Add _WANT_P_OSREL
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-18 Konstantin Belousovrtld: add support for the $LIB token
2022-10-25 Konstantin Belousovrtld: remove unused macro FPTR_TARGET
2022-10-19 Konstantin Belousovrtld: fix typo in comment
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-30 Konstantin Belousovrtld: teach LD_SHOW_AUXV about AT_USRSTACK*
2022-09-29 Konstantin Belousovldd: remove '[preloaded]' marker for the preloaded...
2022-09-25 Konstantin Belousovrtld-elf/libmap.c: correct comment
2022-09-25 Konstantin Belousovrtld-elf/libmap.h: style declarations
2022-09-25 Konstantin Belousovrtld-elf/libmap.h: add include guard
2022-09-18 Konstantin Belousovrtld.c: remove extra blank line
2022-09-18 Konstantin Belousovrtld: style the rest of rtld_lock.c
2022-09-18 Konstantin Belousovrtld: mask signals for default read locks
2022-09-06 Gordon Berglingrtld(1): Fix a typo in a source code comment
2022-08-17 Konstantin Belousovrtld: fix display of the mapbase for the traced objects
2022-08-10 Jessica Clarkertld-elf: Fix leaks and wild frees in origin_subst
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-05-03 Andrew TurnerHave rtld query the page size from the kernel
2022-04-29 John BaldwinTLS: Use <machine/tls.h> for libc and rtld.
2022-04-29 John Baldwinamd64: Allocate TCB with alignment of 16 rather than 8.
2022-04-29 John Baldwinmips: Add TLS_DTV_OFFSET to the result of tls_get_addr_...
2022-04-29 John Baldwinmips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.
2022-04-29 John Baldwinrtld-elf: Use _get_tp in __tls_get_addr for aarch64...
2022-04-08 Konstantin Belousovrtld: trace preloaded objects
2022-04-08 Konstantin Belousovrtld trace_loaded_objects(): use bool for the list_cont...
2022-04-08 Konstantin Belousovrtld: use style(9) for trace_loaded_objects()
2022-04-08 Konstantin Belousovrtld: extract printer for a single traced object into...
2022-04-08 Konstantin Belousovrtld: extract calculation of the format strings for...
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-28 John F. Carrrtld.1: Fix misplaced text
2022-02-18 Konstantin Belousovrtld: Add ${TOKEN} aliases to $TOKEN
2022-02-18 Konstantin Belousovrtld: make token substitution table-driven
2022-01-02 Konstantin Belousovrtld: load preloaded vdso
2022-01-02 Konstantin BelousovPass vdso address to userspace
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-13 Konstantin Belousovrtld: extract header validation into new helper check_e...
2021-12-12 Ed Mastelibc: Use musl's optimized strchr and strchrnul
2021-12-01 Konstantin Belousovrtld_paths.h: Provide _PATH_ELF32_HINTS string, uncondi...
2021-11-19 Konstantin Belousovrtld dump_auxv: be pedantic and distiguish between...
2021-11-19 Konstantin Belousovrtld dump_auxv: consistently use long modifier for...
2021-11-19 Konstantin Belousovrtld: Implement LD_SHOW_AUXV
2021-11-19 Konstantin Belousovrtld: add rtld_fdprintfx()
2021-11-10 Konstantin Belousovrtld: style adjustments
2021-11-10 Konstantin Belousovrtld: ignore fstatfs(2) errors when checking MNT_NOEXEC...
2021-11-09 Konstantin Belousovrtld: fix dangerous_ld_env calculation for ld_dynamic_weak
2021-11-06 Emmanuel Vadotrtld: Do not install libmap.conf when installing the...
2021-10-28 Konstantin Belousovrtld: Print currently configured search path for librar...
2021-10-22 Konstantin Belousovrtld-elf/paths.h: Make it usable outside rtld
2021-10-22 Fangrui Songrtld: Support DT_RELR relative relocation format
2021-10-22 Konstantin Belousovcrt_malloc: more accurate handling of mmap(2) failure
2021-10-22 Konstantin Belousovcrt_malloc: Be more persistent when handling mmap(...
2021-10-22 Konstantin Belousovcrt_malloc: use uintptr_t instead of long for arithmeti...
2021-10-20 Konstantin Belousovrtld direct exec: add -d option
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-23 Konstantin Belousovrtld: constify most variables holding references to...
2021-08-23 Konstantin Belousovrtld: provide private getenv(3)
2021-08-23 Konstantin Belousovrtld: avoid use of of getenv(3) for evaluating rtld...
2021-08-23 Konstantin Belousovrtld: rework how environment variables are named
2021-08-23 Fangrui Songrtld: Switch to the standard symbol lookup behavior...
2021-08-23 Fangrui Songrtld: Remove calculate_tls_end
2021-08-23 Fangrui Songrtld: Fix i386/amd64 TP offset when p_vaddr % p_align...
2021-08-20 Konstantin Belousovrtld: Round down relro_size
next