unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2017-09-06 12:05:28 to 2017-09-11 06:27:29 UTC [more...]

[RFC][PATCH] Refactoring FORTIFY
 2017-09-11  6:26 UTC 

[PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent()
 2017-09-11  1:50 UTC  (5+ messages)

[PATCH v2 0/5] Fixes for gcc enabling -mfloat128 by default
 2017-09-11  1:16 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
` [PATCH v2 2/5] powerpc: Add redirection for finitef128, isinf128, and isnanf128
` [PATCH v2 3/5] ldbl-128ibm: Copy implementations from ldbl-128 instead of including them
` [PATCH v2 4/5] ldbl-128ibm: Automatic replacing of _Float128 and L()
` [PATCH v2 5/5] Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c

[hurd,commited] sunrpc/tst-udp-nonblocking: Fix timeout value
 2017-09-10 19:15 UTC 

[PATCH 2/2 v5] openpty: use TIOCGPTPEER to open slave side fd
 2017-09-10 17:45 UTC  (3+ messages)
` [PATCH 1/2 v5] openpty: close slave pty fd on error

[PATCH 0/9] posix: glob fixes and refactor
 2017-09-10 17:13 UTC  (23+ messages)
` [PATCH 1/9] posix: Sync glob with gnulib [BZ #1062]
` [PATCH 3/9] posix: Allow glob to match dangling symlinks [BZ #866]
` [PATCH 8/9] posix: Use enum for __glob_pattern_type result
` [PATCH 9/9] posix: Fix glob with GLOB_NOCHECK returning modified patterns (BZ#10246)

use-after-free / double-free exploit mitigation
 2017-09-10 15:41 UTC  (2+ messages)

[commited] Fix $(error) use in Makefile
 2017-09-10 15:40 UTC 

[hurd,commited] sunrpc/tst-udp-timeout: Fix timeout value
 2017-09-10 14:38 UTC 

[PATCH] resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom
 2017-09-10 14:38 UTC 

No rule to make target '.../check-abi-libcidn.out', needed by 'tests'. Stop
 2017-09-10 14:35 UTC  (2+ messages)

[RFC PATCH 00/52] Make GLIBC Y2038-proof
 2017-09-09 14:37 UTC  (72+ messages)
` [RFC PATCH 01/52] Y2038: add type __time64_t
  ` [RFC PATCH 02/52] Y2038: add function __difftime64
    ` [RFC PATCH 03/52] Y2038: add functions using struct tm
      ` [RFC PATCH 04/52] Y2038: add function __mktime64 (and timelocal)
        ` [RFC PATCH 05/52] Y2038: add function __timegm64
          ` [RFC PATCH 06/52] Y2038: add struct __timespec64
            ` [RFC PATCH 07/52] Y2038: add function __clock_gettime64
              ` [RFC PATCH 08/52] Y2038: add function __clock_settime64
                ` [RFC PATCH 09/52] Y2038: add function __clock_getres64
                  ` [RFC PATCH 10/52] Y2038: add function __clock_nanosleep64
                    ` [RFC PATCH 11/52] Y2038: add function __timespec_get64
                      ` [RFC PATCH 12/52] Y2038: add function __futimens64
                        ` [RFC PATCH 13/52] Y2038: add function __utimensat64
                          ` [RFC PATCH 14/52] Y2038: add function __sigtimedwait64
                            ` [RFC PATCH 15/52] Y2038: add struct __timeval64
                              ` [RFC PATCH 16/52] Y2038: add function __futimes64
                                ` [RFC PATCH 17/52] Y2038: add function __lutimes64
                                  ` [RFC PATCH 18/52] Y2038: add struct __itimerspec64
                                    ` [RFC PATCH 19/52] Y2038: add function __timer_gettime64
                                      ` [RFC PATCH 20/52] Y2038: add function __timer_settime64
                                        ` [RFC PATCH 21/52] Y2038: add function __timerfd_gettime64
                                          ` [RFC PATCH 22/52] Y2038: add function __timerfd_settime64
                                            ` [RFC PATCH 23/52] Y2038: add struct __stat64_t64
                                              ` [RFC PATCH 24/52] Y2038: add function __fstat64_t64 (and __fxstat64_t64)
                                                ` [RFC PATCH 25/52] Y2038: add function __stat64_t64 (and __xstat64_t64)
                                                  ` [RFC PATCH 26/52] Y2038: add function __lstat64_t64 (and __lxstat64_t64)
                                                    ` [RFC PATCH 27/52] Y2038: add function __fstatat64_t64 (and __fxstatat_t64)
                                                      ` [RFC PATCH 28/52] Y2038: add function __time_t64
                                                        ` [RFC PATCH 29/52] Y2038: add function __stime_t64
                                                          ` [RFC PATCH 30/52] Y2038: add function __utimes_t64
                                                            ` [RFC PATCH 31/52] Y2038: add function __gettimeofday_t64
                                                              ` [RFC PATCH 32/52] Y2038: add function __settimeofday_t64
                                                                ` [RFC PATCH 33/52] Y2038: add function __mq_timedsend_t64
                                                                  ` [RFC PATCH 34/52] Y2038: add function __mq_timedreceive_t64
                                                                    ` [RFC PATCH 35/52] Y2038: add function __msgctl_t64
                                                                      ` [RFC PATCH 36/52] Y2038: add function __sched_rr_get_interval_t64
                                                                        ` [RFC PATCH 37/52] Y2038: add function __nanosleep64_t64
                                                                          ` [RFC PATCH 38/52] Y2038: add function __adjtime_t64
                                                                            ` [RFC PATCH 39/52] Y2038: add function __utime_t64
                                                                              ` [RFC PATCH 40/52] Y2038: add struct __itimerval_t64
                                                                                ` [RFC PATCH 41/52] Y2038: add function __getitimer_t64
                                                                                  ` [RFC PATCH 42/52] Y2038: add function __setitimer_t64
                                                                                    ` [RFC PATCH 43/52] Y2038: add functions using futexes
                                                                                      ` [RFC PATCH 44/52] Y2038: add function __getrusage_t64
                                                                                        ` [RFC PATCH 45/52] Y2038: add struct __ntp_timeval_t64
                                                                                          ` [RFC PATCH 46/52] Y2038: add function __ntp_gettime_t64
                                                                                            ` [RFC PATCH 47/52] Y2038: add function __ntp_gettimex_t64
                                                                                              ` [RFC PATCH 48/52] Y2038: add function __adjtimex_t64 (and __ntp_adjtime_t64)
                                                                                                ` [RFC PATCH 49/52] Y2038: add function pselect
                                                                                                  ` [RFC PATCH 50/52] Y2038: add function select
                                                                                                    ` [RFC PATCH 51/52] Y2038: add RPC functions
                                                                                                      ` [RFC PATCH 52/52] Y2038: add _TIME_BITS==64 support

[PATCH 1/1] Add new codepage charmaps/IBM858
 2017-09-09  9:43 UTC  (3+ messages)
  ` [PATCH v2 "

[RFC][PATCH][BZ 2100] blowfish support in libcrypt
 2017-09-08 21:39 UTC  (6+ messages)

Update x86 ulps for GCC 7 [committed]
 2017-09-08 19:58 UTC  (5+ messages)

Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h
 2017-09-08 17:00 UTC  (4+ messages)

[PATCH 0/3] Fixes for -mfloat128 being enabled by default on gcc for power
 2017-09-08 16:24 UTC  (8+ messages)
` [PATCH 1/3] powerpc: Add -mfloat128 to tst-strtod-nan-locale testcase
` [PATCH 2/3] powerpc: Add redirection for finitef128, isinf128, and isnanf128
` [PATCH 3/3] powerpc64le: Disable compiler support for float128 when reusing ldbl-128

[PATCH] Deprecate libcrypt and don't build it by default
 2017-09-08 13:23 UTC  (7+ messages)

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-09-08 13:11 UTC  (6+ messages)
` [PATCH v2 19/28] arm64/sve: ptrace and ELF coredump support

use-after-free / double-free exploit mitigation
 2017-09-08 12:45 UTC  (3+ messages)

Add Linux 4.13 constants to bits/fcntl-linux.h
 2017-09-08 11:45 UTC  (2+ messages)

[PATCH] mips/o32: fix internal_syscall5/6/7
 2017-09-08 11:16 UTC  (16+ messages)
                        ` [PATCH v5] [BZ #21956] MIPS/o32: Fix internal_syscall5/6/7
                            ` MIPS: Standalone/inline assembly issues (was: MIPS/o32: Fix internal_syscall5/6/7)

[PATCH 1/1] Fix LC_TELEPHONE/LC_NAME for az_AZ
 2017-09-08  9:19 UTC  (2+ messages)

[PATCH][aarch64] Add thunderx2t99 and thunderx2t99p1 CPU names to tunables list
 2017-09-08  8:22 UTC  (2+ messages)

[PATCH][aarch64] Fix glibc.tune.cpu tunable handling
 2017-09-08  8:16 UTC  (6+ messages)

[PATCH] improves exp() and expf() performance on Sparc
 2017-09-07 23:52 UTC  (9+ messages)

Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c
 2017-09-07 20:51 UTC  (11+ messages)

[PATCH] Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
 2017-09-07 17:26 UTC  (8+ messages)

[PATCH] string/stratcliff.c: Replace int with size_t [BZ #21982]
 2017-09-07 16:20 UTC  (10+ messages)

[PATCH] Place $(elf-objpfx)sofini.os the last [BZ #22051]
 2017-09-07 15:24 UTC  (6+ messages)

Use MPFR 3.1.6 in build-many-glibcs.py [committed]
 2017-09-07 14:51 UTC 

[PATCH] Optimized generic expf and exp2f
 2017-09-07 14:48 UTC  (4+ messages)

[RFC][PATCH] AArch64: use movz/movk instead of literal pools in start.S
 2017-09-07 11:43 UTC  (2+ messages)

[RFC PATCH 0/3] Pretty-printing for errno
 2017-09-07 11:34 UTC  (17+ messages)

[PATCH] Use execveat syscall in fexecve
 2017-09-07 11:27 UTC  (2+ messages)

Where should ChangeLog entries for localedata go to now?
 2017-09-07 10:59 UTC  (7+ messages)

Update netinet/tcp.h from Linux 4.13
 2017-09-07  9:39 UTC  (2+ messages)

Add SOL_TLS definition from Linux 4.13
 2017-09-07  9:38 UTC  (2+ messages)

[PATCH 1/1] Remove redundant data in om_KE
 2017-09-07  7:56 UTC  (3+ messages)

[PATCH] Optimized generic expf and exp2f
 2017-09-06 18:25 UTC  (13+ messages)

[PATCH] x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
 2017-09-06 18:02 UTC 

[COMMITTED] Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)
 2017-09-06 17:54 UTC 

[patch] Fix for bz14333 -- race between atexit() and exit()
 2017-09-06 14:59 UTC  (15+ messages)

build failure: No rule to make target '/usr/include/linux/limits.h'
 2017-09-06 14:57 UTC  (9+ messages)

[PATCH COMMITTED] __libc_dynarray_emplace_enlarge: Add missing else
 2017-09-06 14:06 UTC 

[PATCH COMMITTED] nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code
 2017-09-06 13:56 UTC  (5+ messages)

[PATCH COMMITTED] resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]
 2017-09-06 13:37 UTC 

[PATCH COMMITTED] resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]
 2017-09-06 13:23 UTC 


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