public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[BZ#17090/17620/17621]: fix DTV race, assert, and DTV_SURPLUS Static TLS limit
 2014-11-20 10:28 UTC  (8+ messages)

[patch] Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang
 2014-11-20  8:45 UTC  (4+ messages)

[PATCH] arm: do not abort EABI check for bootstrapping
 2014-11-20  6:32 UTC 

[PATCH roland/nptl] NPTL: Don't (re)validate sched_priority in pthread_create
 2014-11-20  1:41 UTC  (4+ messages)

[COMMITTED PATCH] Test that pthread_create diagnoses invalid scheduling parameters
 2014-11-20  1:33 UTC 

What is R_X86_64_GOTPLT64 used for?
 2014-11-20  0:02 UTC  (12+ messages)

[PATCH 00/19] Fix -Wundef warning in SHLIB_COMPAT
 2014-11-19 23:47 UTC  (30+ messages)
` [PATCH 01/19] Add new macro IN_MODULE to identify module in which source is built
    ` [PATCH 01/19 v2] "
      ` [ping][PATCH "
        ` [ping3][PATCH "
` [PATCH 17/19] Provide default definition for IS_IN when _LIBC is not defined
  ` [PATCH 17/19 v2] Use IS_IN only when _LIBC is defined
` [PATCH 03/19] Auto-generate libc-modules.h
  ` [PATCH 03/19 v2] "
    ` [ping][PATCH "
      ` [ping2][PATCH "
        ` [ping3][PATCH "
            ` [PATCH 03/19 v3] "
` [PATCH 04/19] Use MODULE_NAME in stap-probe instead of IN_LIB
  ` [ping][PATCH "

ctermid: return string literal, document MT-Safety pitfall
 2014-11-19 22:11 UTC  (17+ messages)

manual: cuserid is mtasurace if not passed a string
 2014-11-19 21:45 UTC  (3+ messages)

enable MTASC-safety sanity check in manual generation
 2014-11-19 21:37 UTC  (3+ messages)

[COMMITTED] CVE-2014-7817: wordexp fails to honour WRDE_NOCMD
 2014-11-19 20:57 UTC  (2+ messages)

FYI: Fix for gcc PR36312 breaks glibc builds over usage of /dev/null as input and output file
 2014-11-19 19:29 UTC  (3+ messages)

[PATCH 1/N] [x86_64] Vectorized math functions
 2014-11-19 19:13 UTC 

[PATCH][AARCH64][BZ #16850]Increase MINSIGSTKSZ & SIGSTKSZ
 2014-11-19 16:58 UTC  (7+ messages)

Proposal to revitalize release branches: Make them cheap, and make them work
 2014-11-19 15:47 UTC  (4+ messages)

Add macros for diagnostic control, use them in locale/weightwc.h
 2014-11-19 15:42 UTC  (15+ messages)

[PATCH] powerpc:strtok/strtok_r optimization
 2014-11-19 13:23 UTC  (2+ messages)

BZ#16469: resolv: skip leading dot in domain to search
 2014-11-19 10:31 UTC  (2+ messages)

BZ#16469: don't drop trailing dot in res_nquerydomain
 2014-11-19 10:28 UTC  (2+ messages)

BZ#14498: fix infinite loop in nss_db_getservbyname
 2014-11-19 10:06 UTC  (2+ messages)

[PATCH v2] Add x86 32 bit vDSO time function support
 2014-11-19  7:53 UTC 

RFC: mblen() return code when n is zero
 2014-11-19  6:48 UTC  (6+ messages)

[PATCH] [BZ #15392] Remove fork child pid assertion
 2014-11-19  3:57 UTC  (7+ messages)

[PATCH roland/nptl] NPTL: Refactor scheduler setup in pthread_create
 2014-11-18 23:02 UTC 

[PATCH] mips: Do not use jal to reach __libc_start_main
 2014-11-18 22:54 UTC  (4+ messages)

[PATCH v2] mips: Do not use jal to reach __libc_start_main
 2014-11-18 22:52 UTC 

[RFC] How to add vector math functions to Glibc
 2014-11-18 22:49 UTC  (21+ messages)

RFC: Move .plt after .text in x86-64 binaries
 2014-11-18 20:39 UTC  (3+ messages)

[PATCH] fix to malloc checking
 2014-11-18 20:24 UTC  (2+ messages)

Race condition in localedata tests?
 2014-11-18 19:47 UTC  (6+ messages)

[PATCH 0/3] Rework a few of the AArch64 ILP32 patches
 2014-11-18 16:43 UTC  (4+ messages)
` [PATCH 2/3] AArch64: Use ELF macros rather than Elf64 throughout
` [PATCH 3/3] AArch64: Reformat inline-asm in elf_machine_load_address
` [PATCH 1/3] AArch64: Update relocations for ILP32

Fix libm mpone, mptwo namespace (bug 17616)
 2014-11-18 15:42 UTC 

Make __ASSUME_UTIMES hppa-specific
 2014-11-18 15:14 UTC  (14+ messages)
` Ping "
  ` Ping^2 "
    ` Ping^3 "
      ` Ping^4 "
        ` Ping^5 "
          ` Ping^6 "
            ` Ping^7 "
              ` Ping^8 "
                ` Ping^9 "
                  ` Ping^10 "
                    ` Ping^11 "
                      ` Ping^12 "
                        ` Ping^13 "

[PATCH 00/29] Add Support for AARCH64:ILP32
 2014-11-18 14:54 UTC  (40+ messages)
` [PATCH 06/29] Allow some fields of siginfo to be different from the generic one
` [PATCH 18/29] [AARCH64] Reformat inline-asm in elf_machine_load_address
` [PATCH 05/29] Allow fd_mask type not be an array of long
` [PATCH 03/29] Add ability for the IPC structures (msqid_ds, semid_ds, shmid_ds, etc.) to have time_t being 64bit
` [PATCH 10/29] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL
` [PATCH 13/29] [AARCH64] Use PTR_* macros in dl-trampoline.S
` [PATCH 19/29] [AARCH64] Add ILP32 support to elf_machine_load_address
` [PATCH 15/29] [AARCH64] Use PTR_REG in getcontext.S
` [PATCH 25/29] [AARCH64] Add kernel_sigaction.h for AARCH64 ILP32
` [PATCH 12/29] [AARCH64] Use PTR_REG/PTR_SIZE/PTR_SIZE_LOG in dl-tlsesc.S
` [PATCH 24/29] [AARCH64] Add ldd-rewrite.sed so that ilp32 ld.so can be found
` [PATCH 11/29] [AARCH64] Use PTR_REG in crti.S
` [PATCH 27/29] [AARCH64] Fix up ucontext for ILP32
` [PATCH 17/29] [AARCH64] Syscalls for ILP32 are passed always via 64bit values
` [PATCH 14/29] [AARCH64] Use PTR_* in start.S
` [PATCH 23/29] [AARCH64] Add ILP32 ld.so to the known interpreter names
` [PATCH 26/29] [AARCH64] Add sigstack.h header for ILP32 reasons
` [PATCH 22/29] [AARCH64] Add support to ldconfig for ILP32 and libilp32
` [PATCH 20/29] [AARCH64] Set up wordsize for ILP32

[RFC] New mallinfo64 as alternative for 32bit mallinfo
 2014-11-18 14:50 UTC  (2+ messages)

Editing the glibc wiki
 2014-11-18 12:47 UTC  (3+ messages)

[Patch] Speed up strcoll by inlining
 2014-11-18 12:42 UTC  (5+ messages)

[RFC] support for trusted validating resolver configuration
 2014-11-18 12:40 UTC 

[PATCH] Fix cross reference to nonexistent node BSD Handler in signal.texi
 2014-11-18  9:45 UTC  (2+ messages)

[PATCH 1/N] x86_64 vectorization support: vectorized math functions addition to Glibc
 2014-11-17 23:55 UTC  (13+ messages)

[RFC] Possible new execveat(2) Linux syscall
 2014-11-17 18:30 UTC  (9+ messages)
        ` [musl] "

[PATCH] alpha: Fix soft-fp breakage
 2014-11-17 17:25 UTC 

[PATCH v2] lowlevellock comments
 2014-11-17 13:56 UTC  (4+ messages)
` [PATCH v3] "

[PATCH roland/sigvec] Remove sigvec
 2014-11-17  7:53 UTC  (8+ messages)

[PATCH] Add definition for CLOCK_TAI
 2014-11-17  7:36 UTC  (2+ messages)

[PATCH 1/3 roland/nptl] NPTL: Refactor createthread.c
 2014-11-14 23:04 UTC  (3+ messages)
` [PATCH 2/3 roland/nptl] NPTL: Move Linux-specific createthread.c to sysdeps
` [PATCH 3/3 roland/nptl] NPTL: Add stub createthread.c

[PATCH] [BZ #17596] mblen return code when n is zero
 2014-11-14 20:59 UTC  (6+ messages)

-Werror policy
 2014-11-14 19:23 UTC  (4+ messages)

[PATCH v2] Add x86 32 bit vDSO time function support
 2014-11-14 19:19 UTC  (7+ messages)

Remove x86_64 __GNUC_PREREQ (4, 6) conditional
 2014-11-14 18:53 UTC 

Remove ARM __GNUC_PREREQ(4,4) conditionals
 2014-11-14 18:40 UTC 

mempcpy change breaks the sparc build
 2014-11-14 18:33 UTC  (5+ messages)

Only declare __sigpause in installed signal.h when necessary
 2014-11-14 18:30 UTC  (2+ messages)

Require GCC 4.6 or later to build glibc
 2014-11-14 17:59 UTC  (4+ messages)

[PATCH] manual/sysinfo.texi: Fix addmntent's annotation as MT-Safe
 2014-11-14 16:57 UTC  (2+ messages)

Fix stpcpy / mempcpy namespace (bug 17573)
 2014-11-14 14:08 UTC  (8+ messages)

[RFC][MIPS] What to do about DT_MIPS_RLD_MAP and PIE
 2014-11-14 11:27 UTC  (14+ messages)

new gconv module
 2014-11-14  4:19 UTC  (3+ messages)

BZ#15722: create all sockets with SOCK_CLOEXEC
 2014-11-14  2:21 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).