public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/8] posix: glob fixes and refactor
 2017-11-21 13:55 UTC  (9+ messages)
` [PATCH 6/8] posix: Remove alloca usage on glob user_name
` [PATCH 7/8] posix: Use char_array for home_dir in glob
` [PATCH 2/8] posix: Use char_array for internal glob dirname
` [PATCH 3/8] posix: Remove alloca usage for GLOB_BRACE on glob
` [PATCH 8/8] posix: Remove all alloca usage in glob
` [PATCH 4/8] posix: Remove alloca usage on glob dirname
` [PATCH 5/8] posix: Use dynarray for globname in glob
` [PATCH 1/8] malloc: Add specialized dynarray for C strings

[PATCH] add attribute nonstring
 2017-11-21 13:38 UTC  (6+ messages)

[PATCH v4] Provide a C++ version of iseqsig
 2017-11-21 13:35 UTC 

Fix p_secstodate overflow handling (bug 22463)
 2017-11-21 13:33 UTC  (3+ messages)

[PATCH] nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9
 2017-11-21 13:10 UTC  (2+ messages)

[RFC][PATCH] tunables: Add elision tunable
 2017-11-21 12:56 UTC  (5+ messages)

[PATCH] powerpc: Update AT_HWCAP2 bits
 2017-11-21 12:28 UTC  (17+ messages)

[PATCHv2] powerpc: P9 vector load instruction change in memcpy and memmove
 2017-11-21 11:18 UTC  (4+ messages)
` [PATCHv3] powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmove

[PATCH] pthread_cleanup_push macro generates warning when -Wclobbered is set
 2017-11-21 11:17 UTC  (12+ messages)

Fix regcomp.c build for 32-bit with GCC mainline
 2017-11-21  9:11 UTC  (7+ messages)

[PATCH] lv_LV locale: fix collation [BZ #15537]
 2017-11-21  8:16 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] Use libc_hidden_proto / _def for hidden wchar ifunc symbols
 2017-11-21  7:48 UTC  (8+ messages)

[PATCH] S390: Add cfi information for start routines in order to stop unwinding
 2017-11-21  7:48 UTC  (2+ messages)

[PATCH] Linux: Add memfd_create system call wrapper
 2017-11-21  4:27 UTC  (15+ messages)

nonstrings in Glibc
 2017-11-21  0:45 UTC  (6+ messages)

[PATCH] copy_file_range: New function to copy file data
 2017-11-21  0:36 UTC  (6+ messages)

[PATCH] manual: Document mprotect and introduce section on memory protection
 2017-11-21  0:31 UTC  (8+ messages)

[RFC][PATCH] Refactoring FORTIFY
 2017-11-20 20:03 UTC  (2+ messages)

execlp/execvp/execvpe behavior change in glibc 2.24?
 2017-11-20 16:12 UTC  (4+ messages)

[PATCH] Bypass math wrappers with -fno-math-errno
 2017-11-20 15:32 UTC  (3+ messages)

PING^N: [PATCH] Add --enable-static-pie to build static PIE [BZ #19574]
 2017-11-20 14:17 UTC  (10+ messages)

[PATCH] libc.so: Replace nscd_hash.os with libc-nscd_hash.os [BZ #22459]
 2017-11-20 13:41 UTC  (6+ messages)

[PATCH] Properly compute offsets of note descriptor and next note [BZ #22370]
 2017-11-20 13:04 UTC  (2+ messages)

[PATCH] aarch64: Optimized memset for falkor
 2017-11-20 12:57 UTC  (3+ messages)

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

tst-ttyname failure
 2017-11-20  5:17 UTC  (8+ messages)
` [PATCH] support_enter_mount_namespace: Unshare with mount --make-rprivate
` [PATCH] tst-ttyname: Fix namespace setup for Fedora
` [PATCH] support_become_root: Don't fail when /proc/<pid/setgroups is missing

[PATCH] manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flags
 2017-11-20  3:58 UTC  (4+ messages)

Y2038 and C++ ABIs
 2017-11-19 16:00 UTC  (2+ messages)

[PATCH] manual: Move preadv/writev variants to Scatter-Gather section
 2017-11-19  2:34 UTC  (2+ messages)

[PATCH] support_become_root: Fix comment style
 2017-11-18 16:57 UTC  (2+ messages)

Bump microblaze minimum kernel requirement to 3.15?
 2017-11-18 16:19 UTC 

[PATCH v2] support_become_root: Don't fail when /proc/<pid/setgroups is missing
 2017-11-18 15:33 UTC  (6+ messages)

[RFC PATCH] benchtests:Add BENCHSET list of targets
 2017-11-18 14:41 UTC  (3+ messages)

[PATCH 1/3] benchtests: Wide range of tests names in schema.json
 2017-11-18 14:24 UTC  (5+ messages)
` [PATCH 3/3] benchtests:Enable BENCHSET to run subset of tests
` [PATCH 2/3] benchtests: Adjust valid and accepted properties

[PATCH] support_create_temp_directory: Align behavior with create_temp_file
 2017-11-18 12:38 UTC  (3+ messages)

[PATCH v3] Provide a C++ version of iseqsig
 2017-11-18 12:18 UTC  (4+ messages)

Remove unused sparc64/soft-fp libm function implementations
 2017-11-17 23:57 UTC  (2+ messages)

Use libm_alias_ldouble in sysdeps/x86_64/fpu [committed]
 2017-11-17 23:39 UTC 

Use libm_alias_ldouble in sysdeps/i386/fpu [committed]
 2017-11-17 22:55 UTC 

Support bits/floatn.h inclusion from .S files [committed]
 2017-11-17 22:02 UTC 

[PATCH 1/2] linux: Consolidate sigaction implementation
 2017-11-17 20:35 UTC  (2+ messages)
` [PATCH 2/2] i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)

[PATCH] powerpc: Regenerate ULPs
 2017-11-17 20:34 UTC 

[PATCH] support_become_root: Enable file creation in user namespaces
 2017-11-17 17:20 UTC  (2+ messages)

Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660) [committed]
 2017-11-17 13:03 UTC  (5+ messages)

[PATCH] add attribute nonstring
 2017-11-17 12:57 UTC  (14+ messages)
                  ` glibc failures on aarch64: (Was Re: [PATCH] add attribute nonstring)

Add AArch64 HWCAP_DCPOP from Linux 4.14
 2017-11-17 10:46 UTC  (2+ messages)

[PATCH] aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5
 2017-11-17 10:40 UTC  (2+ messages)

Add SHM_HUGETLB, SHM_NORESERVE to bits/shm.h
 2017-11-16 21:32 UTC  (2+ messages)

[PATCH] Improves __ieee754_exp() performance by greater than 5x on sparc/x86
 2017-11-16 18:31 UTC  (4+ messages)

[PATCH v3 1/3] Rename nptl-signals.h to internal-signals.h
 2017-11-16 12:11 UTC  (5+ messages)
` [PATCH v3 2/3] Consolidate Linux sigprocmask implementation (BZ #22391)

[PATCH v10 5/5] Documentation to the above changes (bug 10871)
 2017-11-16 11:48 UTC 

[PATCH v10 3/5] Abbreviated alternative month names (%Ob) also added (bug 10871)
 2017-11-16 11:46 UTC 

[PATCH v10 1/5] Implement alternative month names (bug 10871)
 2017-11-16 11:44 UTC 

[PATCH v10 0/5][BZ 10871] Month names in alternative grammatical case
 2017-11-16 11:43 UTC 

[COMMITTED] Prefer https for Sourceware links
 2017-11-16  9:41 UTC  (3+ messages)

[PATCH v2 0/7] Additional integrity checks for the malloc
 2017-11-16  4:18 UTC  (2+ messages)

Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h
 2017-11-16  2:41 UTC  (2+ messages)

Update kernel version in syscall-names.list to 4.14
 2017-11-16  2:38 UTC  (2+ messages)

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

Update hppa bits/mman.h from Linux 4.14
 2017-11-15 22:59 UTC 

[PATCH COMMITTED 1/6] manual: Update to mention ENODEV for ttyname and ttyname_r
 2017-11-15 21:38 UTC  (6+ messages)
` [PATCH COMMITTED 4/6] linux ttyname{_r}: Make tty checks consistent
` [PATCH COMMITTED 5/6] linux ttyname{_r}: Don't bail prematurely [BZ #22145]
` [PATCH COMMITTED 3/6] linux ttyname: Change return type of is_pty from int to bool
` [PATCH COMMITTED 6/6] linux ttyname{_r}: Add tests
` [PATCH COMMITTED 2/6] linux ttyname: Update a reference to kernel docs for kernel 4.10

[PATCH v2 1/8] Rename nptl-signals.h to internal-signals.h
 2017-11-15 19:27 UTC  (4+ messages)
` [PATCH v2 7/8] Cleanup sigpause implementation

Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h
 2017-11-15 18:39 UTC  (2+ messages)

Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14
 2017-11-15 18:38 UTC  (2+ 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).