unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-13 14:46:21 to 2020-05-19 18:06:24 UTC [more...]

[PATCH 00/13] Signal and error list refactoring
 2020-05-19 18:05 UTC  (12+ messages)
` [PATCH v2 01/13] signal: Add signum-{generic,arch}.h
` [PATCH v3 02/13] signal: Move sys_siglist to a compat symbol
` [PATCH v3 03/13] signal: Move sys_errlist "
` [PATCH 04/13] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
` [PATCH 05/13] string: Remove old TLS usage on strsignal
` [PATCH 06/13] string: Implement strerror in terms of strerror_l
` [PATCH 07/13] string: Use tls-internal on strerror_l
` [PATCH 08/13] string: Simplify strerror_r
` [PATCH 09/13] string: Add strsignal test
` [PATCH 10/13] string: Add strerror, strerror_r, and strerror_l test
` [PATCH 11/13] string: Add strerror_l on test-strerror-errno

[PATCH] elf: Remove extra hwcap mechanism from ldconfig
 2020-05-19 17:12 UTC 

[PATCH] elf: Do not read hwcaps from the vDSO in ld.so
 2020-05-19 17:06 UTC 

[PATCH] elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions
 2020-05-19 17:06 UTC 

[2.31 COMMITTED] nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
 2020-05-19 14:55 UTC 

[PATCH] ld.so: Check for new cache format first and enhance corruption check
 2020-05-19 14:51 UTC  (3+ messages)

[PATCH v2 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-05-19 14:50 UTC  (4+ messages)

[PATCH v2 2/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-05-19 13:25 UTC 

[PATCH BZ #23668] Default to the new format for ld.so.cache
 2020-05-19 12:31 UTC  (4+ messages)

[PATCH] x86: Update Intel Atom processor family optimization
 2020-05-19 12:21 UTC  (2+ messages)

[PATCH] nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
 2020-05-19 12:11 UTC  (4+ messages)

[PATCH] nptl: Provide a way to block all signals for the timer helper thread
 2020-05-19 11:08 UTC  (14+ messages)

[PATCH] manual: Clarify File Access Modes section and add O_PATH
 2020-05-19 11:03 UTC  (3+ messages)

[PATCH 00/19] Signal mask for timer helper thread
 2020-05-19 10:45 UTC  (20+ messages)
` [PATCH 01/19] manual: Add missing section and node for clockid_t wait functions
` [PATCH 02/19] nptl: Replace some stubs with the Linux implementation
` [PATCH 03/19] nptl: Move pthread_attr_setaffinity_np into libc
` [PATCH 04/19] nptl: Move pthread_getaffinity_np "
` [PATCH 05/19] nptl: Move pthread_gettattr_np "
` [PATCH 06/19] nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally
` [PATCH 07/19] nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
` [PATCH 08/19] nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)
` [PATCH 09/19] nptl: Use __pthread_attr_copy in pthread_setattr_default_np
` [PATCH 10/19] <libc-symbols.h>: Add libpthread hidden alias support
` [PATCH 11/19] nptl: Add internal alias __pthread_getattr_default_np
` [PATCH 12/19] nptl: Use __pthread_getattr_default_np in pthread_create
` [PATCH 13/19] nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np
` [PATCH 14/19] nptl: Change type of __default_pthread_attr
` [PATCH 15/19] nptl: Destroy the default thread attribute as part of freeres
` [PATCH 16/19] nptl: Make pthread_attr_t dynamically extensible
` [PATCH 17/19] nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
` [PATCH 18/19] manual: "
` [PATCH 19/19] Linux: Use __pthread_attr_setsigmask_internal for timer helper thread

AArch64 and -moutline-atomics
 2020-05-19 10:38 UTC 

NEWS update about buffer overflow detection with GCC 10
 2020-05-19  0:35 UTC  (5+ messages)

[PATCH] powerpc: Optimized rawmemchr for POWER9
 2020-05-18 22:36 UTC  (3+ messages)

[PATCH 5.6 095/194] fork: prevent accidental access to clone3 features
 2020-05-18 17:36 UTC 

[PATCH 5.4 072/147] fork: prevent accidental access to clone3 features
 2020-05-18 17:36 UTC 

[PATCH v3 00/13] aarch64: branch protection support
 2020-05-18 15:28 UTC  (16+ messages)
` [PATCH v3 01/13] elf.h: Add PT_GNU_PROPERTY
` [PATCH v3 02/13] elf.h: add aarch64 property definitions
` [PATCH v3 03/13] Rewrite abi-note.S in C
` [PATCH v3 04/13] aarch64: configure test for BTI support
` [PATCH v3 05/13] aarch64: Add BTI support to assembly files
` [PATCH v3 06/13] aarch64: Rename place holder .S files to .c
` [PATCH v3 07/13] aarch64: fix swapcontext for BTI
` [PATCH v3 08/13] aarch64: fix RTLD_START "
` [PATCH v3 09/13] aarch64: enable BTI at runtime
` [PATCH v3 10/13] aarch64: configure check for pac-ret code generation
` [PATCH v3 11/13] aarch64: Add pac-ret support to assembly files
` [PATCH v3 12/13] aarch64: redefine RETURN_ADDRESS to strip PAC
` [PATCH v3 13/13] aarch64: fix _mcount for pac-ret

[PATCH 0/3] x86: Add --enable-cet=permissive
 2020-05-18 14:43 UTC  (19+ messages)
` [PATCH 1/3] CET: Rename CET_MAX to CET_CONTROL_MASK [BZ #25887]
  ` PING: "
    ` [PATCH] x86: Move CET control to _dl_x86_feature_control "
        ` V2 "
` [PATCH 2/3] rtld: Get architecture specific initializer in rtld_global
  ` PING: "
        ` V2 [PATCH] "
      ` V2 [PATCH] x86: Add --enable-cet=permissive

[PATCH] elf: Assert that objects are relocated before their constructors run
 2020-05-18 13:39 UTC  (3+ messages)

[PATCH 1/2] powerpc: Optimized strcpy for POWER9
 2020-05-18 13:33 UTC  (6+ messages)
` [PATCH 2/2] powerpc: Optimized stpcpy "

[PATCH v2] Remove NO_CTORS_DTORS_SECTIONS macro
 2020-05-18 13:22 UTC  (2+ messages)

[PATCH v2] manual: Fix some @code/@var formatting glitches chapter Date And Time
 2020-05-18 13:11 UTC 

憶江南.「五.一三」頌
 2020-05-18  9:47 UTC 

sourceware.org Important Encrypted File sharing
 2020-05-18  3:02 UTC 

[PATCH 1/3] nptl: Remove x86_64 cancellation assembly implementations
 2020-05-16 18:38 UTC  (3+ messages)
` [PATCH 2/3] nptl: Move cancel state out of cancelhandling

[hurd,commited] sunrpc/tst-udp-*: Fix timeout value
 2020-05-16 17:38 UTC 

[PATCH] ia64: fix dl-sysdep miscompilation on gcc-10
 2020-05-16 13:53 UTC 

[PATCH] Linux: Remove remnants of the getcpu cache
 2020-05-16 13:01 UTC  (2+ messages)

[PATCH] manual: Document the System V sigpause function
 2020-05-16 10:18 UTC  (6+ messages)

[PATCH v4] manual: Document the System V sigpause function
 2020-05-16 10:06 UTC 

[PATCH v3] manual: Document the System V sigpause function
 2020-05-16  9:58 UTC  (4+ messages)

[PATCH v2] manual: Document the System V sigpause function
 2020-05-16  9:26 UTC  (3+ messages)

Use of warn_if_not_aligned for pthread_mutex_t?
 2020-05-15 22:51 UTC  (4+ messages)

[LTP] [ANNOUNCE] The Linux Test Project has been released for MAY 2020
 2020-05-15 14:44 UTC 

[PATCH] malloc: perturb mchunk returned from tcache like fast, small, large bin
 2020-05-15 14:33 UTC 

[PATCH v2] Add scripts/move-symbol-to-libc.py
 2020-05-15 13:47 UTC 

No bugzilla update from git commit
 2020-05-15 13:21 UTC  (3+ messages)

[PATCH] Add scripts/move-symbol-to-libc.py
 2020-05-15 13:09 UTC  (2+ messages)

[PATCH v3] arm: memcpy: fix copying big data does not meet expectations [BZ #25620]
 2020-05-15 11:51 UTC 

[PATCH v2] aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
 2020-05-15 11:39 UTC  (2+ messages)

[PATCH v2] aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
 2020-05-15 10:48 UTC 

[PATCH] aarch64: fix strcpy and strnlen for big-endian
 2020-05-15 10:40 UTC  (3+ messages)

[PATCH v2 0/7] y2038: Convert clock_adjtime related syscalls to support 64 bit time
 2020-05-15 10:03 UTC  (3+ messages)
` [PATCH v2 1/7] y2038: linux: Provide __clock_adjtime64 implementation

[PATCH] malloc: perturb mchunk returned from tcache like fast, small, large bin
 2020-05-15  7:27 UTC 

Can't reset my password on patchwork
 2020-05-15  1:28 UTC  (4+ messages)

[PATCH v6 00/13] glibc port to ARC processors
 2020-05-15  0:45 UTC  (3+ messages)

[PATCH] locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)
 2020-05-14 20:32 UTC  (2+ messages)

[PATCH v2] signal: Deprecate additional legacy signal handling functions
 2020-05-14 19:26 UTC 

[RFC 0/4] Make strsignal and strerror async-signal-safe
 2020-05-14 18:39 UTC  (21+ messages)
` [RFC 1/4] string: Make strsignal async-signal-safe
` [RFC 2/4] string: Add strsignal_l
` [RFC 3/4] string: Make strerror async-signal-safe
` [RFC 4/4] string: Move strerror_l pointer to tls_internal.h

[PATCH] signal: Deprecate additional legacy signal handling functions
 2020-05-14 17:21 UTC  (2+ messages)

[PATCH] string: Fix string/tst-memmove-overflow to compile with GCC 7
 2020-05-14 16:06 UTC  (2+ messages)

[PATCH][AArch64] Merge Falkor memcpy and memmove
 2020-05-14 14:30 UTC  (2+ messages)

[PATCH] nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
 2020-05-14 12:10 UTC  (2+ messages)

RISC-V / GCC 10: invalid operation not set in acos and asin
 2020-05-13 20:20 UTC  (7+ messages)

New Swedish PO file for 'libc' (version 2.30.9000)
 2020-05-13 20:02 UTC 

New Swedish PO file for 'libc' (version 2.30.9000)
 2020-05-13 19:57 UTC 

hwcaps subdirectory selection in the dynamic loader
 2020-05-13 16:47 UTC  (3+ messages)

[PATCH v8 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-05-13 15:22 UTC  (3+ messages)
` [PATCH v8 1/2] sysv: linux: Define the __semid_ds32 struct
` [PATCH v8 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH v7 0/2] Support y2038 semctl_syscall()
 2020-05-13 15:14 UTC  (6+ messages)
` [PATCH v7 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] arm: XFAIL string/tst-memmove-overflow due to bug 25620
 2020-05-13 14:47 UTC  (2+ messages)


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