unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-11-29 03:42:14 to 2018-12-01 22:53:33 UTC [more...]

[PATCH v9] Locales: Cyrillic -> ASCII transliteration table [BZ #2872]
 2018-12-01 22:53 UTC  (6+ messages)

Bugs & hurd
 2018-12-01 21:33 UTC  (8+ messages)

[PATCH] support: Close original descriptors in support_capture_subprocess
 2018-12-01 21:14 UTC  (8+ messages)

[PATCH] resolv: Remove support for RES_USE_INET6 and the inet6 option
 2018-12-01 20:15 UTC 

[PATCH] resolv: Set h_errno during resolver context allocation failure
 2018-12-01 20:14 UTC 

[PATCH] resolv: Remove pfcode field in resolver state
 2018-12-01 20:13 UTC 

[PATCH] resolv: Remove compat-gethnamddr.c address sorting code
 2018-12-01 20:13 UTC 

[PATCH] resolv: Remove debugging code from compat-gethnamaddr.c
 2018-12-01 20:13 UTC 

[PATCH V11] Mutex: Add pthread mutex tunables
 2018-12-01 16:35 UTC  (3+ messages)

[PATCH] posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
 2018-12-01 12:56 UTC  (2+ messages)

[PATCH] support: Implement <support/descriptors.h> to track file descriptors
 2018-12-01 11:25 UTC  (8+ messages)

[PATCH v4 00/10] RISC-V glibc port for the 32-bit
 2018-12-01  9:42 UTC  (12+ messages)
` [PATCH v4 01/10] Documentation for the RISC-V 32-bit port
` [PATCH v4 02/10] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v4 03/10] RISC-V: Add path of library directories "
` [PATCH v4 04/10] RISC-V: The ABI implementation "
` [PATCH v4 05/10] RISC-V: Hard float support for the 32 bit
` [PATCH v4 06/10] RISC-V: Regenerate ULPs of RISC-V
` [PATCH v4 07/10] RISC-V: Add ABI lists
` [PATCH v4 08/10] RISC-V: Build Infastructure for the 32-bit
` [PATCH v4 09/10] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v4 10/10] Add RISC-V 32-bit target to build-many-glibcs.py

malloc: Add another test for tcache double free check
 2018-12-01  4:14 UTC  (3+ messages)

[PATCH v10] Mutex: Add pthread mutex tunables
 2018-12-01  1:46 UTC  (4+ messages)

Move tst-signal-numbers to Python
 2018-11-30 23:40 UTC 

[PATCH] Enable VDSO on i386 statically linked programs
 2018-11-30 23:34 UTC  (7+ messages)

[PATCH 0/3] x86-64: Update sincosf
 2018-11-30 21:31 UTC  (4+ messages)
` [PATCH 1/3] Update s_sincosf.c and x86-64 s_sincosf-fma.c

[PATCH] abilist.awk: Treat .tdata like .tbss and reject unknown combinations
 2018-11-30 21:20 UTC  (7+ messages)

[PATCHv4] Protect _dl_profile_fixup data-dependency order [BZ #23690]
 2018-11-30 20:09 UTC  (8+ messages)
` [PATCHv5] "
        ` [PATCHv6] Fix _dl_profile_fixup data-dependency issue (Bug 23690)

[PATCH] Print cache size and geometry auxv types on LD_SHOW_AUXV=1
 2018-11-30 19:56 UTC  (3+ messages)

[PATCH v3 1/2] posix: Use posix_spawn on popen
 2018-11-30 19:35 UTC  (15+ messages)
` [PATCH v3 2/2] posix: Use posix_spawn on system

[PATCH] login: Remove utmp backend jump tables [BZ #23518]
 2018-11-30 18:46 UTC  (2+ messages)

[PATCH] S390: Refactor ifunc handling
 2018-11-30 18:31 UTC  (59+ messages)
` [PATCH 01/56] S390: Add configure check to detect z10 as mininum architecture level set
` [PATCH 02/56] S390: Use hwcap instead of dl_hwcap in ifunc-resolvers
` [PATCH 03/56] S390: Unify 31/64bit memset
` [PATCH 04/56] S390: Refactor memset ifunc handling
` [PATCH 05/56] S390: Implement bzero with memset
` [PATCH 06/56] S390: Unify 31/64bit memcmp
` [PATCH 07/56] S390: Refactor memcmp ifunc handling
` [PATCH 08/56] S390: Unify 31/64bit memcpy
` [PATCH 09/56] S390: Refactor memcpy/mempcpy ifunc handling
` [PATCH 10/56] S390: Remove s390 specific implementation of bcopy
` [PATCH 11/56] S390: Use memcpy for forward cases in memmove
` [PATCH 12/56] S390: Add configure check to detect z13 as mininum architecture level set
` [PATCH 13/56] S390: Add z13 memmove ifunc variant
` [PATCH 14/56] S390: Add z13 strstr "
` [PATCH 15/56] S390: Add z13 memmem "
` [PATCH 16/56] S390: Refactor strlen ifunc handling
` [PATCH 17/56] S390: Refactor strnlen "
` [PATCH 18/56] S390: Refactor strcpy "
` [PATCH 19/56] S390: Refactor stpcpy "
` [PATCH 20/56] S390: Refactor strncpy "
` [PATCH 21/56] S390: Refactor stpncpy "
` [PATCH 22/56] S390: Refactor strcat "
` [PATCH 23/56] S390: Refactor strncat "
` [PATCH 24/56] S390: Refactor strcmp "
` [PATCH 25/56] S390: Refactor strncmp "
` [PATCH 26/56] S390: Refactor strchr "
` [PATCH 27/56] S390: Refactor strchrnul "
` [PATCH 28/56] S390: Refactor strrchr "
` [PATCH 29/56] S390: Refactor strspn "
` [PATCH 30/56] S390: Refactor strpbrk "
` [PATCH 31/56] S390: Refactor strcspn "
` [PATCH 32/56] S390: Refactor memchr "
` [PATCH 33/56] S390: Refactor rawmemchr "
` [PATCH 34/56] S390: Refactor memccpy "
` [PATCH 35/56] S390: Refactor memrchr "
` [PATCH 36/56] S390: Refactor wcslen "
` [PATCH 37/56] S390: Refactor wcsnlen "
` [PATCH 38/56] S390: Refactor wcscpy "
` [PATCH 39/56] S390: Refactor wcpcpy "
` [PATCH 40/56] S390: Refactor wcsncpy "
` [PATCH 41/56] S390: Refactor wcpncpy "
` [PATCH 42/56] S390: Refactor wcscat "
` [PATCH 43/56] S390: Refactor wcsncat "
` [PATCH 44/56] S390: Refactor wcscmp "
` [PATCH 45/56] S390: Refactor wcsncmp "
` [PATCH 46/56] S390: Refactor wcschr "
` [PATCH 47/56] S390: Refactor wcschrnul "
` [PATCH 48/56] S390: Refactor wcsrchr "
` [PATCH 49/56] S390: Refactor wcsspn "
` [PATCH 50/56] S390: Refactor wcspbrk "
` [PATCH 51/56] S390: Refactor wcscspn "
` [PATCH 52/56] S390: Refactor wmemchr "
` [PATCH 53/56] S390: Refactor wmemset "
` [PATCH 54/56] S390: Refactor wmemcmp "
` [PATCH 55/56] S390: Refactor gconv_simple "
` [PATCH 56/56] S390: Cleanup ifunc-resolve.h

Bug 15321 - malloc/free can't give the memory back to kernel when main_arena is discontinous
 2018-11-30 15:27 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v6 00/13]port C-SKY to glibc
 2018-11-30 15:18 UTC  (8+ messages)
` [PATCH v6 02/13] C-SKY: TLS support
` [PATCH v6 04/13] C-SKY: NPTL support and Atomic
` [PATCH v6 09/13] C-SKY: Add dynamic relocations to elf.h

[PATCH] Move *-le.abilist to le/*.abilist
 2018-11-30 12:18 UTC  (2+ messages)

[PATCH] Linux: Implement per-thread file system attributes
 2018-11-30 12:03 UTC 

[PATCH] inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]
 2018-11-30  9:28 UTC  (4+ messages)

Replace gen-as-const.awk by gen-as-const.py
 2018-11-30  5:18 UTC  (2+ messages)

[RESEND PATCH v9] Mutex: Add pthread mutex tunables
 2018-11-30  4:10 UTC  (13+ messages)

[PATCH] _dl_exception_create_format: Support %x/%lx/%Zx
 2018-11-30  2:48 UTC  (8+ messages)

[hurd,commited] hurd: Fix returning value for fcntl(F_*LK*)
 2018-11-30  1:43 UTC 

[PATCH] x86: Extend CPUID support in struct cpu_features
 2018-11-29 22:13 UTC  (2+ messages)

[PATCH v2 0/9] Y2038 struct tm related patches
 2018-11-29 22:10 UTC  (10+ messages)
` [PATCH v2 1/9] Y2038: make __tz_convert compatible with 64-bit-time
` [PATCH v2 2/9] Y2038: add function __localtime64
` [PATCH v2 3/9] Y2038: add function __localtime64_r
` [PATCH v2 4/9] Y2038: add function __gmtime64
` [PATCH v2 5/9] Y2038: add function __gmtime64_r
` [PATCH v2 6/9] Y2038: add function __ctime64
` [PATCH v2 7/9] Y2038: add function __ctime64_r
` [PATCH v2 8/9] Y2038: make __mktime_internal compatible with __time64_t
` [PATCH v2 9/9] Fix time/mktime.c and time/gmtime.c for gnulib compatibility

[PATCH] Linux: Implement membarrier function
 2018-11-29 19:02 UTC  (6+ messages)

[patch] Fix BZ#20544 (assert function passed to atexit/on_exit/__cxa_atexit != NULL)
 2018-11-29 18:16 UTC  (17+ messages)

[PATCH] argp: do not call _IO_fwide() if _LIBC is not defined
 2018-11-29 17:58 UTC  (2+ messages)

Automating the maintenance of the ChangeLog file
 2018-11-29 16:42 UTC  (15+ messages)

[RFC PATCH] ali_workqueue: Adaptive lock integration on multi-socket/core platform
 2018-11-29 14:29 UTC  (3+ messages)

[PATCH] posix: Do not include testcases.h, ptestcases.h in source tree
 2018-11-29 12:38 UTC  (4+ 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).