unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-11-21 19:31:42 to 2018-11-28 18:01:21 UTC [more...]

[PATCH v4] Enable VDSO on x86_64 statically linked programs
 2018-11-28 18:01 UTC  (17+ messages)

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

Do not copy glibc sources in build-many-glibcs.py [committed]
 2018-11-28 17:31 UTC 

RFC: Linux gABI: Add a GNU_PROPERTY_BY_LINKER property
 2018-11-28 17:27 UTC  (11+ messages)
                  ` RFC: Add PT_GNU_PROPERTY to cover .note.gnu.property section

[PATCH] argp: do not call _IO_fwide() if _LIBC is not defined
 2018-11-28 17:25 UTC  (5+ messages)

[PATCH 0/8] Y2038 struct tm related patches
 2018-11-28 16:49 UTC  (3+ messages)

Automating the maintenance of the ChangeLog file
 2018-11-28 16:44 UTC  (8+ messages)

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

[PATCH] Move *-le.abilist to le/*.abilist
 2018-11-28 16:19 UTC  (4+ messages)

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

[PATCH] Linux: Implement membarrier function
 2018-11-28 15:05 UTC 

[PATCH COMMITTED] S390: Regenerate ULPs
 2018-11-28 14:26 UTC 

[PATCH 0/7] General fixes and refactor for BZ#12683
 2018-11-28 14:10 UTC  (3+ messages)

Official Linux system wrapper library?
 2018-11-28 13:18 UTC  (12+ messages)

Any way to allow tunables to include small headers?
 2018-11-28 11:28 UTC  (4+ messages)

Sixth draft of the Y2038 design document
 2018-11-28  9:41 UTC  (11+ messages)
    ` extending wait4(2) or waitid(2) linux syscall

[PATCH] support: Implement support_quote_string
 2018-11-28  7:19 UTC  (4+ messages)

[PATCH COMMITTED] support_quote_string: Do not use str parameter name
 2018-11-28  7:15 UTC 

[RESEND PATCH v9] Mutex: Add pthread mutex tunables
 2018-11-28  5:21 UTC  (6+ messages)

ABI baseline update and build-many-glibcs
 2018-11-28  5:15 UTC  (5+ messages)

[RFC][PATCH] Multiple locales: Use the correct date and time formats (bug 10496, 23724)
 2018-11-27 22:26 UTC  (3+ messages)

Fix Hurd build with read-only source directory
 2018-11-27 22:06 UTC  (3+ messages)

[PATCH] _dl_exception_create_format: Support %x/%lx/%Zx
 2018-11-27 21:33 UTC  (5+ messages)

[PATCH] abilist.awk: Treat .tdata like .tbss and reject unknown combinations
 2018-11-27 17:36 UTC  (5+ messages)

[PATCH] inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]
 2018-11-27 17:26 UTC 

[PATCH] support: Implement <support/descriptors.h> to track file descriptors
 2018-11-27 17:25 UTC 

[PATCH] CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]
 2018-11-27 17:13 UTC  (6+ messages)

Fix Arm __ASSUME_COPY_FILE_RANGE (bug 23915) [committed]
 2018-11-27 14:33 UTC  (5+ messages)

[PATCH] Enable VDSO on static on aarch64
 2018-11-27  4:33 UTC  (3+ messages)

Touch more glibc source files in build-many-glibcs.py [committed]
 2018-11-26 23:53 UTC 

BuildBot server down for migration
 2018-11-26 20:57 UTC 

[PATCH] Add --no-hard-links option to localedef (Bug 23923)
 2018-11-26 19:33 UTC  (6+ messages)
  ` [PATCHv2] "

[RFC PATCH v4 1/5] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-11-26 19:22 UTC  (44+ messages)
` [RFC PATCH v4 3/5] support record failure: flush stdout, use _exit ()

[PATCH] malloc: Validate tc_idx before checking for double-frees in tcache [BZ #23907]
 2018-11-26 18:51 UTC  (4+ messages)

[PATCH] io: Consolidate lockf implementation
 2018-11-26 18:23 UTC 

[PATCH v5 00/14] port C-SKY to glibc
 2018-11-26 16:49 UTC  (8+ messages)

[PATCH] Enable VDSO on powerpc statically linked programs
 2018-11-26 13:13 UTC  (5+ messages)

[PATCH] Enable VDSO on i386 statically linked programs
 2018-11-24 21:54 UTC  (5+ messages)

[RFC] ChangeLog generation script
 2018-11-24 20:19 UTC  (17+ messages)

[PATCH] x86/CET: Renumber ARCH_CET_LEGACY_BITMAP to 0x3006
 2018-11-23 16:18 UTC  (7+ messages)

Why versioned library names?
 2018-11-23 12:02 UTC 

Combine more conformtest tests into single execution of the compiler [committed]
 2018-11-22 21:22 UTC 

[PATCHv4] Protect _dl_profile_fixup data-dependency order [BZ #23690]
 2018-11-22 18:21 UTC  (4+ messages)
` [PATCHv5] "

[PATCH v3 0/7] Use more flags parameters instead of global bits in stdio
 2018-11-22 18:13 UTC  (17+ messages)
` [PATCH v3 1/7] Add __vfscanf_internal and __vfwscanf_internal with flags arguments
` [PATCH v3 2/7] Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD
` [PATCH v3 3/7] Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl
` [PATCH v3 4/7] Add __v*printf_internal with flags arguments
` [PATCH v3 5/7] Add __vsyslog_internal, with same flags as __v*printf_internal
` [PATCH v3 6/7] Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)
` [PATCH v3 7/7] Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl

[PATCH v2] UAPI: move RENAME_* definitions to separated file
 2018-11-22 12:16 UTC  (3+ messages)

[PATCH] x86/CET: Add a re-exec test with legacy bitmap
 2018-11-22  9:02 UTC  (4+ messages)

Separate conformtest subtest generation and execution [committed]
 2018-11-22  0:48 UTC 

[PATCH 01/12] termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)
 2018-11-21 19:31 UTC  (2+ messages)
` termios2 and alpha


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