public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Update kernel version in syscall-names.list to 4.14
 2017-11-15 17:45 UTC 

Use Linux 4.14 in build-many-glibcs.py [committed]
 2017-11-15 17:10 UTC 

[PATCH 0/1] improve build reproducibility
 2017-11-15 16:55 UTC  (6+ messages)
` [PATCH 1/1] intl/plural.c: improve reproducibility

[PATCH v2 1/8] Rename nptl-signals.h to internal-signals.h
 2017-11-15 16:44 UTC  (5+ messages)
` [PATCH v2 7/8] Cleanup sigpause implementation
` [PATCH v2 8/8] Optimize sigrelse implementation

aarch64: buildbot failure since fe05e1cb
 2017-11-15 15:57 UTC  (6+ messages)

[PATCH v7 0/8] Add support for ISO C threads.h
 2017-11-15 15:50 UTC  (11+ messages)
` [PATCH 1/8] nptl: Add C11 threads thrd_* functions

[PATCH] pthread_cleanup_push macro generates warning when -Wclobbered is set
 2017-11-15 15:28 UTC  (9+ messages)

malloc: Trim unused arenas on thread exit
 2017-11-15 14:41 UTC  (15+ messages)

[PATCH] manual: Document mprotect and introduce section on memory protection
 2017-11-15 13:40 UTC  (3+ messages)

[PATCH 2/2] jmpbuf: Add paddings for target specific usage
 2017-11-15 13:20 UTC  (13+ messages)

[PATCH] add attribute nonstring
 2017-11-15 10:48 UTC  (20+ messages)

[RFC][PATCH v9 2/6] Implement alternative month names (bug 10871)
 2017-11-15 10:32 UTC  (4+ messages)

[PATCH] posix: Make tst-getaddrinfo5 an xtest due to Internet requirement [BZ #20826]
 2017-11-15 10:29 UTC  (7+ messages)

[PATCH] malloc: Add missing arena lock in mallinfo [BZ #22408]
 2017-11-15  8:31 UTC  (9+ messages)
` [PATCH] malloc: Add missing arena lock in malloc_info "

[PATCH] malloc: Account for all heaps in an arena in malloc_info [BZ #22439]
 2017-11-15  3:33 UTC  (2+ messages)

Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660) [committed]
 2017-11-15  2:09 UTC 

[PATCH v2 0/1] improve build reproducibility
 2017-11-15  1:38 UTC  (2+ messages)
` [PATCH v2 1/1] plural.c: improve reproducibility

[PATCH] malloc/malloc.c: Mitigate null-byte overflow attacks
 2017-11-15  0:06 UTC  (2+ messages)

Fix string/tester.c build with GCC 8 [committed]
 2017-11-14 17:53 UTC 

Fix string/bug-strncat1.c build with GCC 8 [committed]
 2017-11-14 17:51 UTC 

[PATCH v3] Provide a C++ version of iseqsig
 2017-11-14 16:40 UTC  (3+ messages)

[PATCH] malloc: Add missing arena lock in malloc_info [BZ #22408]
 2017-11-14 16:39 UTC  (2+ messages)

[RFC PATCH] benchtests:Add BENCHSET list of targets
 2017-11-14 15:36 UTC  (2+ messages)

[PATCH] Use libc_hidden_proto / _def for hidden wchar ifunc symbols
 2017-11-14 13:12 UTC  (11+ messages)

sigset_t for new arches
 2017-11-14 11:29 UTC  (8+ messages)

[PATCH v7 0/6] Fixup linux ttyname and ttyname_r [BZ #22145]
 2017-11-14 10:12 UTC  (8+ messages)
` [PATCH v7 2/6] linux ttyname: Update a reference to kernel docs for kernel 4.10
` [PATCH v7 5/6] linux ttyname and ttyname_r: Don't bail prematurely [BZ #22145]
` [PATCH v7 3/6] linux ttyname: Change return type of is_pty from int to bool
` [PATCH v7 1/6] manual: Update to mention ENODEV for ttyname and ttyname_r
` [PATCH v7 4/6] linux ttyname and ttyname_r: Make the TTY equivalence checks consistent
` [PATCH v7 6/6] linux ttyname and ttyname_r: Add tests

[PATCH] S390: Add cfi information for start routines in order to stop unwinding
 2017-11-14  9:53 UTC 

[PATCH] aarch64: Optimized memset for falkor
 2017-11-14  9:26 UTC 

[PATCH 0/3] memset zva optimization
 2017-11-14  9:19 UTC  (5+ messages)
` [PATCH 1/3] benchtests: Fix walking sizes and directions for *-walk benchmarks
` [PATCH 2/3] benchtests: Bump start size since smaller sizes are noisy

[committed, PATCH] Replaced unicode sequences in the ASCII printable range [BZ #22387]
 2017-11-14  8:17 UTC 

Seccomp implications for glibc wrapper function changes
 2017-11-14  7:01 UTC  (8+ messages)

[RFC][PATCH v9 6/6] Documentation to the above changes (bug 10871)
 2017-11-14  0:29 UTC  (5+ messages)

[PATCH] support: Add <support/next_to_fault.h>
 2017-11-13 18:43 UTC  (3+ messages)

ToT build failure with ToT GCC (strncpy warning)
 2017-11-13 16:32 UTC  (3+ messages)

[PATCH] ld.so: Add architecture specific fields
 2017-11-13 16:01 UTC  (3+ messages)

[PATCH] Consolidate link map sorting
 2017-11-13 15:50 UTC  (3+ messages)

[PATCH 00/58] Hide internal functions in libc.so
 2017-11-13 10:16 UTC  (3+ messages)
` [PATCH 09/58] Mark internal wchar functions with attribute_hidden [BZ #18822]

[PATCH v6 0/6] Fixup linux ttyname and ttyname_r [BZ #22145]
 2017-11-12 17:56 UTC  (20+ messages)
` [PATCH v6 3/6] linux ttyname: Change return type of is_pty from int to bool
` [PATCH v6 6/6] linux ttyname and ttyname_r: Add tests
` [PATCH v6 1/6] manual: Update to mention ENODEV for ttyname and ttyname_r
` [PATCH v6 2/6] linux ttyname: Update a reference to kernel docs for kernel 4.10
` [PATCH v6 4/6] linux ttyname and ttyname_r: Make the TTY equivalence checks consistent
` [PATCH v6 5/6] linux ttyname and ttyname_r: Don't bail prematurely [BZ #22145]

[PATCH] Replace ROUND with ALIGN_UP by p_align [BZ #22370]
 2017-11-12 16:03 UTC  (15+ messages)

Holiday for 4
 2017-11-12 15:37 UTC 

[PATCH] Linux: Add memfd_create system call wrapper
 2017-11-12 14:51 UTC  (4+ messages)

[PATCH] inet: add uint64_t accessors to in6_addr union
 2017-11-12 11:03 UTC  (3+ messages)

[PATCH COMMITTED] hppa: Update ulps
 2017-11-11 17:19 UTC 

[PATCH COMMITTED] resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412]
 2017-11-11 10:59 UTC 

[PATCH COMMITTED] resolv: ns_name_pton should report trailing \ as error [BZ #22413]
 2017-11-11 10:44 UTC 

[PATCH COMMITTED] resolv: Add tst-res_hnok
 2017-11-11 10:39 UTC 

[PATCH COMMITTED] resolv: Add tst-ns_name_pton
 2017-11-11 10:39 UTC 

[PATCH COMMITTED] resolv: Use test framework in tst-resolv-network
 2017-11-11  9:59 UTC 

[PATCH v3 0/6] Fixup linux ttyname and ttyname_r [BZ #22145]
 2017-11-10 20:01 UTC  (3+ messages)

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