public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/azanella/clang] x86: Add inhibit_stack_protector on ifunc handlers
2022-10-28 17:42 UTC
[glibc/azanella/clang] arm: Use vmov.i32 instead of vmov on neon memchr
2022-10-28 17:42 UTC
[glibc/azanella/clang] math: Suppress more aliases builtin type conflicts
2022-10-28 17:42 UTC
[glibc/azanella/clang] x86: Remove cast on assembly inline input/outputs
2022-10-28 17:42 UTC
[glibc/azanella/clang] i386: Move ___tls_get_addr hidden proto before its first usage
2022-10-28 17:42 UTC
[glibc/azanella/clang] i386: Disable math_opt_barrier and math_force_eval for clang
2022-10-28 17:42 UTC
[glibc/azanella/clang] Suppress clang -Wtautological-constant-out-of-range-compare on strtod_l.c
2022-10-28 17:42 UTC
[glibc/azanella/clang] support: Use CHAR_MAX as maximum value
2022-10-28 17:41 UTC
[glibc/azanella/clang] posix: Use unsigned to check for _POSIX_VDISABLE
2022-10-28 17:41 UTC
[glibc/azanella/clang] aarch64: Use 64-bit variable to access the special registers
2022-10-28 17:41 UTC
[glibc/azanella/clang] Use -frounding-math iff compiler supports it
2022-10-28 17:41 UTC
[glibc/azanella/clang] string: Use asm alias instead of symbol redirections for stpcpy and mempcpy
2022-10-28 17:41 UTC
[glibc/azanella/clang] elf: Fix _startup_fatal on clang
2022-10-28 17:41 UTC
[glibc/azanella/clang] math: Use -fexcess-precision=standard iff compiler supports it
2022-10-28 17:41 UTC
[glibc/azanella/clang] timezone: Fix clang operator precedence warning
2022-10-28 17:41 UTC
[glibc/azanella/clang] configure: Use -Wno-maybe-uninitialized iff compiler supports it
2022-10-28 17:41 UTC
[glibc/azanella/clang] x86: Use -msse2avx iff compiler supports it
2022-10-28 17:41 UTC
[glibc/azanella/clang] math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtype
2022-10-28 17:41 UTC
[glibc/azanella/clang] configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
2022-10-28 17:40 UTC
[glibc/azanella/clang] math: Suppress clang -Wincompatible-library-redeclaration on s_llround
2022-10-28 17:40 UTC
[glibc/azanella/clang] math: use fabs on __ieee754_lgamma_r
2022-10-28 17:40 UTC
[glibc/azanella/clang] math: Suppress clang warning on math_check_force_underflow
2022-10-28 17:40 UTC
[glibc/azanella/clang] catgets: Remove catgets/config.h
2022-10-28 17:40 UTC
[glibc/azanella/clang] iconvdata: Remove use of GNU old-style field designator extension
2022-10-28 17:40 UTC
[glibc/azanella/clang] iconvdata: Suppress clang warning on locale definitions
2022-10-28 17:40 UTC
[glibc/azanella/clang] locale: Fix implicit conversion on collate_finish
2022-10-28 17:40 UTC
[glibc/azanella/clang] elf: Suppress clang -Wstring-plus-int on rtld.c
2022-10-28 17:40 UTC
[glibc/azanella/clang] configure: Check -fno-tree-loop-distribute-patterns
2022-10-28 17:40 UTC
[glibc/azanella/clang] elf: Supress clang -Wsometimes-uninitialized on _dl_debug_initialize
2022-10-28 17:40 UTC
[glibc/azanella/clang] sunrpc: Suppress clang warning on struct cmessage
2022-10-28 17:40 UTC
[glibc/azanella/clang] sunrpc: Remove extra parenthesis on comparison
2022-10-28 17:39 UTC
[glibc/azanella/clang] nss: Suppress nss_module.c warning on clang
2022-10-28 17:39 UTC
[glibc/azanella/clang] argp: Expand argp_usage, _option_is_short, and _option_is_end
2022-10-28 17:39 UTC
[glibc/azanella/clang] misc: Suppress clang warnings on syslog
2022-10-28 17:39 UTC
[glibc/azanella/clang] posix: Suppress clang confstr -Wignored-attributes
2022-10-28 17:39 UTC
[glibc/azanella/clang] resolv: Handle -Wsometimes-uninitialized on getaddrinfo
2022-10-28 17:39 UTC
[glibc/azanella/clang] x86: Remove __strstr_generic prototype
2022-10-28 17:39 UTC
[glibc/azanella/clang] elf: Suppress unused function clang for __ifunc_resolver
2022-10-28 17:39 UTC
[glibc/azanella/clang] diag: Add clang specific DIAG_PUSH_NEEDS_COMMENT macros
2022-10-28 17:39 UTC
[glibc/azanella/clang] Fix inhibit_stack_protector for clang
2022-10-28 17:39 UTC
[glibc/azanella/clang] nptl: Fix pthread_create.c build with clang
2022-10-28 17:39 UTC
[glibc/azanella/clang] allocate_once: Apply asm redirection before first use
2022-10-28 17:39 UTC
[glibc/azanella/clang] alloc_buffer: Apply asm redirection before first use
2022-10-28 17:38 UTC
[glibc/azanella/clang] nptl: Fix Wincompatible-pointer-types on clang
2022-10-28 17:38 UTC
[glibc/azanella/clang] Add DIAG_IGNORE_NEEDS_COMMENT_GCC
2022-10-28 17:38 UTC
[glibc/azanella/clang] stdio: Fix -Wtautological-constant-out-of-range-compare on clang
2022-10-28 17:38 UTC
[glibc/azanella/clang] configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
2022-10-28 17:38 UTC
[glibc/azanella/clang] x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code path
2022-10-28 17:38 UTC
[glibc/azanella/clang] stdlib: Move attribute_hidden definition to function prototype at gmp.h
2022-10-28 17:38 UTC
[glibc/azanella/clang] Disable use of -fsignaling-nans if compiler does not support it
2022-10-28 17:38 UTC
[glibc/azanella/clang] intl: Fix clang -Wunused-but-set-variable on plural.c
2022-10-28 17:38 UTC
[glibc/azanella/clang] linux: Move hidden_proto before static inline usage on not-cancel.h
2022-10-28 17:38 UTC
[glibc/azanella/clang] Rewrite find_cxx_header config configure.ac
2022-10-28 17:38 UTC
[glibc/azanella/clang] Disable __USE_EXTERN_INLINES for clang
2022-10-28 17:38 UTC
[glibc/azanella/clang] Remove include/*.h install rule
2022-10-28 17:37 UTC
[glibc/azanella/clang] malloc: Use C11 atomics on memusage
2022-10-28 17:37 UTC
[glibc/azanella/clang] stdlib/longlong.h: Remove incorrect lvalue to rvalue conversion from asm output constraints
2022-10-28 17:37 UTC
[glibc/azanella/clang] stdlib: DIAG_IGNORE_NEEDS_COMMENT setenv.c
2022-10-28 17:37 UTC
[glibc] Created branch 'azanella/clang'
2022-10-28 17:37 UTC
[glibc] Deleted branch 'azanella/clang'
2022-10-28 17:36 UTC
[glibc] Use uintptr_t in string/tester for pointer alignment
2022-10-28 16:32 UTC
[glibc] stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
2022-10-28 14:48 UTC
[glibc] Deleted branch 'azanella/rtld-shared'
2022-10-28 14:29 UTC
[glibc] Deleted branch 'azanella/qsort-fixes'
2022-10-28 14:29 UTC
[glibc] Deleted branch 'azanella/mbrtoc8-c8rtomb'
2022-10-28 14:29 UTC
[glibc] Deleted branch 'azanella/loongarch64'
2022-10-28 14:29 UTC
[glibc] Deleted branch 'azanella/atexit-order'
2022-10-28 14:29 UTC
[glibc] Deleted branch 'azanella/aarch64-mempcpy'
2022-10-28 14:29 UTC
[glibc] Fix resource/bug-ulimit1 test
2022-10-28 10:18 UTC
[glibc] Fix missing NUL terminator in stdio-common/scanf13 test
2022-10-28 10:18 UTC
[glibc] Fix off-by-one OOB read in elf/tst-tls20
2022-10-28 10:18 UTC
[glibc] elf: Fix alloca size in _dl_debug_vdprintf
2022-10-28 10:18 UTC
[glibc] malloc: Use uintptr_t in alloc_buffer
2022-10-28 10:18 UTC
[glibc] Fix invalid pointer dereference in wcpcpy_chk
2022-10-28 10:18 UTC
[glibc] Fix invalid pointer dereference in wcscpy_chk
2022-10-28 10:18 UTC
[glibc] aarch64: Fix the extension header write in getcontext and swapcontext
2022-10-28 10:18 UTC
[glibc] aarch64: Don't build wordcopy
2022-10-28 10:18 UTC
[glibc] scripts: Use bool in tunables initializer
2022-10-28 10:18 UTC
[glibc/release/2.36/master] longlong.h: update from GCC for LoongArch clz/ctz support
2022-10-28 7:07 UTC
[glibc] longlong.h: update from GCC for LoongArch clz/ctz support
2022-10-28 7:03 UTC
[glibc/google/grte/v5-2.27/master] nptl: Make mmap and munmap in thread stack allocation interposable
2022-10-27 20:50 UTC
[glibc/google/grte/v5-2.27/master] Fix build of nptl/tst-thread_local1.cc with GCC 12
2022-10-27 20:50 UTC
[glibc/arm/morello/main] morello: Provide documentation about the morello port
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: malloc: disable capability narrowing on some tests
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: malloc: add tunable to turn narrowing off
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: malloc: Capability narrowing using internal lookup table
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: malloc: Initial capability narrowing support
2022-10-27 14:00 UTC
[glibc/arm/morello/main] malloc: Don't use __libc_free for tcache cleanup
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: use getauxptr in iconv/tst-gconv-init-failure test
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: elf: Fix tst-auxv for Morello
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: Update libc.abilist for getauxptr
2022-10-27 14:00 UTC
[glibc/arm/morello/main] TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilities
2022-10-27 14:00 UTC
[glibc/arm/morello/main] support: Fix TEST_COMPARE for uintptr_t
2022-10-27 14:00 UTC
[glibc/arm/morello/main] cheri: stdio-common: Add test for %#p printf modifier
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: stdio-common: add support for printing CHERI capabilities
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: nptl: Check user provided stack for PCS constraints
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: Fix sigevent ABI
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: fix posix timers
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: elf: make sure dlpi_phdr covers the load segments
2022-10-27 13:59 UTC
[glibc/arm/morello/main] TODO(api): cheri: fix dl_iterate_phdr dlpi_addr
2022-10-27 13:59 UTC
[glibc/arm/morello/main] TODO(api): cheri: elfptr_t in public api for unwinder
2022-10-27 13:59 UTC
[glibc/arm/morello/main] TODO(uapi): cheri: start: restrict auxv capability permissions
2022-10-27 13:59 UTC
[glibc/arm/morello/main] cheri: Update the static tls requirement of the libc
2022-10-27 13:59 UTC
[glibc/arm/morello/main] aarch64: morello: fix DL_SYMBOL_ADDRESS
2022-10-27 13:59 UTC
[glibc/arm/morello/main] aarch64: morello: add D_PTR_RW
2022-10-27 13:59 UTC
[glibc/arm/morello/main] aarch64: morello: Return bounded pointer in __tls_get_addr
2022-10-27 13:58 UTC
[glibc/arm/morello/main] aarch64: morello: dynamic linking support
2022-10-27 13:58 UTC
[glibc/arm/morello/main] aarch64: morello: add lazy binding entry code
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: fix SYMBOL_ADDRESS to return RX derived pointer
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: Use RW permissions for l_ld when needed
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: Use elfptr_t for function symbol fixup
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: Prepare support for dynamic relocation processing
2022-10-27 13:58 UTC
[glibc/arm/morello/main] TODO(sprof): cheri: disable profiling shared libraries
2022-10-27 13:58 UTC
[glibc/arm/morello/main] TODO(pldd): cheri: elf: fix pldd to compile for purecap abi
2022-10-27 13:58 UTC
[glibc/arm/morello/main] aarch64: morello: add dl-r_debug.h
2022-10-27 13:58 UTC
[glibc/arm/morello/main] aarch64: elf: avoid loading incompatible binaries
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: use RX, RW capabilities to derive pointers
2022-10-27 13:58 UTC
[glibc/arm/morello/main] cheri: elf: Fix segment mapping permissions
2022-10-27 13:57 UTC
[glibc/arm/morello/main] cheri: elf: Setup per module RX and RW capabilities
2022-10-27 13:57 UTC
[glibc/arm/morello/main] cheri: elf: change l_entry to be elfptr_t
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: add purecap ld.so _start code
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: rtld: define DL_RO_DYN_SECTION
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: fix ldconfig for purecap abi
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: disable the vpcs test
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: add purecap ucontext support
2022-10-27 13:57 UTC
[glibc/arm/morello/main] aarch64: morello: add purecap setjmp/longjmp
2022-10-27 13:57 UTC
[glibc/arm/morello/main] cheri: malloc: Ensure the mappings have RW permission
2022-10-27 13:57 UTC
[glibc/arm/morello/main] cheri: malloc: avoid switch over uintptr_t
2022-10-27 13:57 UTC
[glibc/arm/morello/main] cheri: malloc: align up without breaking capability in memalign
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: malloc: Disable pointer protection
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: fix invalid pointer use after realloc in localealias
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: fix pointer tagging in tsearch
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: fix qsort for capabilities
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: rseq: remove const to avoid readonly permission
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: Fix capability permissions of PROT_NONE maps in test code
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: Fix capability permissions of PROT_NONE map in locarchive
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: nptl: Fix thread stack capability permissions
2022-10-27 13:56 UTC
[glibc/arm/morello/main] aarch64: morello: nptl: fix thread pointer setup
2022-10-27 13:56 UTC
[glibc/arm/morello/main] aarch64: morello: nptl: fix pthread types for 128 bit pointers
2022-10-27 13:56 UTC
[glibc/arm/morello/main] cheri: nptl: fix pthread_attr_t alignment
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: nptl: fix thread ID types for capabilities
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: Implement 128-bit atomics
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: elf: Use elfptr_t in _dl_protect_relro
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: fix static linking TLS setup
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: elf: elfptr_t fixes for preinit/init/fini array
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: Setup RX, RW capabilities for static linking
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: elf: add dl_{rx, rw}_ptr to derive addresses within a map
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: elf: add an RW capability to link_map
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: elf: elfptr_t l_map_start in link_map struct
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: Introduce elfptr_t int type that can hold pointers
2022-10-27 13:55 UTC
[glibc/arm/morello/main] cheri: fix __minimal_malloc
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: fix static linking early allocation
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: don't use dl_random for pointer mangling
2022-10-27 13:54 UTC
[glibc/arm/morello/main] aarch64: morello: add purecap start code
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: change __libc_start_main prototype
2022-10-27 13:54 UTC
[glibc/arm/morello/main] aarch64: morello: purecap crti.S and crtn.S
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: aarch64: Add header for CHERI permissions
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: elf: Adjust Elf64_auxv_t for capabilities
2022-10-27 13:54 UTC
[glibc/arm/morello/main] cheri: elf: Add new AT_* auxv type definitions
2022-10-27 13:54 UTC
[glibc/arm/morello/main] elf: add EF_AARCH64_CHERI_PURECAP
2022-10-27 13:54 UTC
[glibc/arm/morello/main] elf: add Arm Morello relocations to elf.h
2022-10-27 13:54 UTC
[glibc/arm/morello/main] TODO(uapi): narrow capability in mmap and mremap
2022-10-27 13:53 UTC
[glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
2022-10-27 13:53 UTC
[glibc/arm/morello/main] TODO(uapi): aarch64: morello: use non-ifunc gettimeofday
2022-10-27 13:53 UTC
[glibc/arm/morello/main] TODO(uapi): aarch64: morello: make brk always fail
2022-10-27 13:53 UTC
[glibc/arm/morello/main] TODO(uapi): cheri: fix clone_args
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: define PROT_MAX
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: fix missing variadic argument in fcntl
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: add prctl with correct vararg handling
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: fix vfork
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: add purecap syscall support
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: fix VDSO setup to only apply to known ABIs
2022-10-27 13:53 UTC
[glibc/arm/morello/main] TODO(api): cheri: fix syscall return type
2022-10-27 13:53 UTC
[glibc/arm/morello/main] aarch64: morello: string: memcpy
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: memset
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c memcmp
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c memchr
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c memrchr
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: purecap rawmemchr
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strchrnul
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strlen
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strnlen
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strcpy and stpcpy
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strcmp
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strncmp
2022-10-27 13:52 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strchr
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strrchr
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strspn
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: string: dummy c strcspn
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: update sysdep.h for purecap ABI
2022-10-27 13:51 UTC
[glibc/arm/morello/main] TODO(gcc): cheri: work around a gcc bug in _dl_setup_stack_chk_guard
2022-10-27 13:51 UTC
[glibc/arm/morello/main] cheri: __LP64__ is not defined for purecap ABI
2022-10-27 13:51 UTC
[glibc/arm/morello/main] cheri: headers: Define {u}intptr_t and {u}intcap_t for CHERI
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: use separate c++-types.data
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: use separate localplt data for morello
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: Add separate lp64 and morello linux abilists
2022-10-27 13:51 UTC
[glibc/arm/morello/main] aarch64: morello: Add purecap abi-variants on linux
2022-10-27 13:50 UTC
[glibc/arm/morello/main] aarch64: morello: configure change for purecap abi
2022-10-27 13:50 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).