unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-10-25 15:35:33 to 2019-10-31 19:21:22 UTC [more...]

[review] Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x
 2019-10-31 19:20 UTC 

[review] Clarify purpose of assert in _dl_lookup_symbol_x
 2019-10-31 19:20 UTC 

[review] Enhance _dl_catch_exception to allow disabling exception handling
 2019-10-31 19:20 UTC 

[review] Avoid late failure in dlopen in global scope update [BZ #25112]
 2019-10-31 19:20 UTC 

[PATCH 1/2] Sync intprops.h with gnulib
 2019-10-31 18:46 UTC  (3+ messages)
` [PATCH 2/2] Sync timespec-{add,sub} "

[patch v1] malloc: fix set_max_fast "impossibly small" value
 2019-10-31 16:56 UTC  (4+ messages)

[PATCH] clone3: validate stack arguments
 2019-10-31 16:46 UTC  (5+ messages)

[PATCH] aarch64: Optimized memset for Kunpeng processor
 2019-10-31 16:04 UTC  (2+ messages)

[PATCH v2 0/4] nptl: Add pthread_clockjoin_np
 2019-10-31 14:31 UTC  (2+ messages)

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-31 14:04 UTC  (3+ messages)

[PATCH 1/2][RFC] #17645, fix slow DSO sorting behavior in dynamic loader
 2019-10-31 13:13 UTC  (4+ messages)
` Ping "
  ` Ping x2 "

[PATCH v2] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable
 2019-10-31 10:21 UTC  (9+ messages)

[PATCH] Refactor adjtimex based on clock_adjtime
 2019-10-31  8:48 UTC  (2+ messages)

[PATCH] malloc: fix compile error
 2019-10-31  3:44 UTC  (5+ messages)

[PATCH 1/5] Consolidate futex-internal.h
 2019-10-30 21:08 UTC  (10+ messages)
` [PATCH 2/5] Consolidate lowlevellock-futex.h
` [PATCH 3/5] nptl: Replace non cancellable pause/nanosleep with futex
` [PATCH 4/5] Remove pause and nanosleep not cancel wrappers
` [PATCH 5/5] Refactor PI mutexes internal defintions

[review] manual: Clarify strnlen, wcsnlen, strndup null termination behavior
 2019-10-30 18:36 UTC  (15+ messages)

Setup non-pushing gerrit instance for glibc
 2019-10-30 18:25 UTC  (22+ messages)

[hurd,commited] hurd: Support for file record locking
 2019-10-30 17:05 UTC  (3+ messages)

[review] resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]
 2019-10-30 16:45 UTC 

[PATCH] resolv/tst-idna_name_classify: Isolate from system libraries
 2019-10-30 16:44 UTC  (2+ messages)

[review v2] wcsrtombs: Do not call wcsnlen on input with wrong length [BZ #23711]
 2019-10-30 16:20 UTC  (8+ messages)

[PATCH v2 00/30] Add IEEE long double <-> string functions for powerpc64le
 2019-10-30 16:10 UTC  (30+ messages)
` [PATCH v2 01/30] ldbl-128ibm-compat: Add regular character printing functions
` [PATCH v2 05/30] ldbl-128ibm-compat: Test double values
` [PATCH v2 06/30] ldbl-128ibm-compat: Test positional arguments
` [PATCH v2 07/30] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH v2 08/30] ldbl-128ibm-compat: Add wide "
` [PATCH v2 09/30] ldbl-128ibm-compat: Add argp_error and argp_failure
` [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
` [PATCH v2 11/30] ldbl-128ibm-compat: Add error.h functions
` [PATCH v2 12/30] ldbl-128ibm-compat: Reuse tests for err.h and "
` [PATCH v2 13/30] ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
` [PATCH v2 14/30] ldbl-128ibm-compat: Add obstack printing functions
` [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
` [PATCH v2 16/30] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH v2 17/30] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH v2 18/30] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH v2 19/30] Refactor *cvt functions implementation (1/5)
` [PATCH v2 20/30] Refactor *cvt functions implementation (2/5)
` [PATCH v2 21/30] Refactor *cvt functions implementation (3/5)
` [PATCH v2 22/30] Refactor *cvt functions implementation (4/5)
` [PATCH v2 23/30] Refactor *cvt functions implementation (5/5)
` [PATCH v2 24/30] ldbl-128ibm-compat: Add *cvt functions
` [PATCH v2 25/30] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH v2 26/30] ldbl-128ibm-compat: Compiler flags for stdio functions
` [PATCH v2 27/30] Avoid compat symbols for totalorder in powerpc64le IEEE long double
` [PATCH v2 28/30] ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
` [PATCH v2 29/30] powerpc64le: Require a compiler with -mno-gnu-attribute
` [PATCH v2 30/30] RFC: powerpc64le: Enable support for IEEE long double

[PATCH] Fix array bounds violation in regex matcher (bug 25149)
 2019-10-30 10:13 UTC 

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-30  6:42 UTC  (3+ messages)

[PATCH v2] Enable inlining issignalingf within glibc
 2019-10-29 22:18 UTC  (5+ messages)
` [PATCH v3] Enable inlining issignalingf within glibc (was "v2")
    ` [PING^2] [PATCH v3] Enable inlining issignalingf within glibc

[PATCH] hppa: Fix data race in setting function descriptors during lazy binding
 2019-10-29 20:42 UTC  (2+ messages)

[PATCH] ld.so: Enable preloading of new symbol versions [BZ #24974]
 2019-10-29 19:05 UTC  (11+ messages)

Dynamic tag assignment request: Disable symbol version coverage check
 2019-10-29 19:03 UTC  (2+ messages)

[PATCH] Comment out initgroups from example nsswitch.conf (Bug 25146)
 2019-10-29 17:10 UTC  (3+ messages)

[PATCH] aarch64: Optimized memset for Kunpeng processor
 2019-10-29 16:39 UTC  (2+ messages)

[PATCH] Speedup various nptl/tst-cancel20 and nptl/tst-cancel21 tests
 2019-10-29 15:46 UTC  (5+ messages)

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-29 14:34 UTC  (7+ messages)

[PATCH v2 1/2] y2038: linux: Provide __utimensat64 implementation
 2019-10-29 12:04 UTC  (2+ messages)
` [PATCH v2 2/2] y2038: linux: Provide __futimens64 implementation

[RFC v5 00/21] RISC-V glibc port for the 32-bit
 2019-10-29 12:00 UTC  (3+ messages)
` [RFC v5 05/21] sysdeps/clock_gettime: Use clock_gettime64 if avaliable

[PATCH] aarch64: Optimized implementation of pthread_spin_lock and unlock
 2019-10-29 11:54 UTC  (6+ messages)

[PATCH] Clarify purpose of assert in _dl_lookup_symbol_x
 2019-10-29 11:46 UTC 

[PATCH v2 00/11] Y2038 preparation: use clock_[gs]ettime to implement the other time-getting and -setting functions
 2019-10-29 10:29 UTC  (29+ messages)
` [PATCH v2 01/11] Linux/Alpha: don't use timeval32 system calls
` [PATCH v2 04/11] Use clock_settime to implement settimeofday
` [PATCH v2 05/11] Use clock_gettime to implement time
` [PATCH v2 06/11] Change most internal uses of time to __clock_gettime
` [PATCH v2 07/11] Consolidate and deprecate ftime
` [PATCH v2 08/11] Use clock_gettime to implement timespec_get
` [PATCH v2 09/11] Use clock_gettime to implement gettimeofday
` [PATCH v2 10/11] Make second argument of gettimeofday as 'void *'

[PATCH] S390: Fp comparison are now raising FE_INVALID with gcc 10
 2019-10-29 10:09 UTC 

[PATCH 1/2] y2038: linux: Provide __utimensat64 implementation
 2019-10-28 23:15 UTC  (4+ messages)
` [PATCH 2/2] y2038: linux: Provide __futimens64 implementation

[PATCH] aarch64: Optimized implementation of pthread_spin_trylock
 2019-10-28 17:49 UTC  (2+ messages)

[PATCH] math: enhance the endloop condition of function handle_input_flag
 2019-10-28  8:01 UTC 

[review] localedef: Add verbose messages for failure paths
 2019-10-27 15:44 UTC  (2+ messages)
` [review v3] "

[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall
 2019-10-27 15:41 UTC  (8+ messages)
` [PATCH RESEND v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH RESEND v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH RESEND v14 4/6] open: introduce openat2(2) syscall
` [PATCH RESEND v14 5/6] selftests: add openat2(2) selftests
` [PATCH RESEND v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH] Sync "language", "lang_name", "territory", "country_name"
 2019-10-26 16:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-26 13:46 UTC 

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-26 13:40 UTC  (2+ messages)

[PATCH v2 1/2] malloc: malloc_stats print all heaps except heaps of main_arena
 2019-10-26  7:14 UTC  (2+ messages)
` [PATCH v2 2/2] malloc: malloc_stats now also print heap info "

[PATCH v2] malloc: fix compile error, if sets macros MALLOC_DEBUG > 1 while compiling glibc
 2019-10-26  7:09 UTC 

[PATCH 1/2] malloc: malloc_stats print all heaps except heaps
 2019-10-26  6:52 UTC  (2+ messages)
` [PATCH 2/2] malloc: malloc_stats now also print heap info

[PATCH] malloc: fix compile error, if sets macros
 2019-10-26  6:51 UTC 

[PATCH v2] y2038: linux: Provide __clock_getres64 implementation
 2019-10-25 21:28 UTC  (2+ messages)

[PATCH v2] time: Introduce function to check correctness of nanoseconds value
 2019-10-25 21:25 UTC  (2+ messages)

[PATCH] Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]
 2019-10-25 17:10 UTC  (2+ messages)

[PATCH v2] sysdeps/wait: Use the waitid syscall if required
 2019-10-25 15:56 UTC 


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).