[PATCH] powerpc: Use aligned stores in memset
2017-09-12 19:21 UTC (15+ messages)
[PATCH 0/9] posix: glob fixes and refactor
2017-09-12 17:06 UTC (34+ messages)
` [PATCH 3/9] posix: Allow glob to match dangling symlinks [BZ #866]
` [PATCH 1/9] posix: Sync glob with gnulib [BZ #1062]
` [PATCH 7/9] posix: Consolidate glob implementation
` [PATCH 9/9] posix: Fix glob with GLOB_NOCHECK returning modified patterns (BZ#10246)
[RFC][PATCH 0/4][BZ 17083] Make getaddrinfo(3) return zone id from /etc/hosts for link-local IPv6 addresses
2017-09-12 17:00 UTC (11+ messages)
` [RFC][PATCH 3/4][BZ 17083] NSS: Introduce gethostbyname5_r function
` [RFC][PATCH 2/4][BZ 17083] NSS: Parse zone identifier of IPv6 addresses in /etc/hosts
[PATCH 00/58] Hide internal functions in libc.so
2017-09-12 15:57 UTC (8+ messages)
` [PATCH 08/58] Mark __dso_handle as hidden [BZ #18822]
[RFC][PATCH 1/4][BZ 17083] getaddrinfo: Add comments for #else and #endif directives
2017-09-12 14:51 UTC (6+ messages)
[PATCH] x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]
2017-09-12 14:43 UTC (5+ messages)
[PATCH v3 0/5] Fixes for gcc enabling -mfloat128 by default
2017-09-12 14:43 UTC (9+ messages)
` [PATCH v3 1/5] powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
` [PATCH v3 2/5] powerpc: Add redirection for finitef128, isinf128, and isnanf128
` [PATCH v3 4/5] ldbl-128ibm: Automatic replacing of _Float128 and L()
` [PATCH v3 3/5] ldbl-128ibm: Copy implementations from ldbl-128 instead of including them
` [PATCH v3 5/5] Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c
[PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent()
2017-09-12 12:41 UTC (7+ messages)
[RFC][PATCH] tunables: Add elision tunable
2017-09-12 9:36 UTC (2+ messages)
[RFC][PATCH] AArch64: use movz/movk instead of literal pools in start.S
2017-09-12 8:54 UTC (7+ messages)
[hurd,commited] hurd: Fix build without NO_HIDDEN
2017-09-11 23:36 UTC
Define and use a libm_alias_float macro [committed]
2017-09-11 23:27 UTC
[PATCH] Use execveat syscall in fexecve
2017-09-11 22:58 UTC (7+ messages)
` [PATCH v2] "
[PATCH] Remove compat from DEFAULT_CONFIG lookup strings
2017-09-11 20:39 UTC (10+ messages)
Improving expf() for Sparc and/or generic
2017-09-11 20:32 UTC
[PATCH] nss_files: Fix re-reading of long lines [BZ #18991]
2017-09-11 19:59 UTC (2+ messages)
[PATCH] improves exp() and expf() performance on Sparc
2017-09-11 18:50 UTC
[PATCH] Optimized generic expf and exp2f
2017-09-11 18:05 UTC (4+ messages)
PING: [PATCH] Add --enable-static-pie to build static PIE
2017-09-11 16:47 UTC
[RFC PATCH 00/52] Make GLIBC Y2038-proof
2017-09-11 15:59 UTC (76+ 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] Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
2017-09-11 15:53 UTC (9+ messages)
[PATCH] string/stratcliff.c: Replace int with size_t [BZ #21982]
2017-09-11 15:46 UTC (11+ messages)
use-after-free / double-free exploit mitigation
2017-09-11 15:36 UTC (3+ messages)
[PATCH v2 0/5] Fixes for gcc enabling -mfloat128 by default
2017-09-11 14:41 UTC (7+ messages)
` [PATCH v2 3/5] ldbl-128ibm: Copy implementations from ldbl-128 instead of including them
` [PATCH v2 1/5] powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
` [PATCH v2 5/5] Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c
` [PATCH v2 2/5] powerpc: Add redirection for finitef128, isinf128, and isnanf128
` [PATCH v2 4/5] ldbl-128ibm: Automatic replacing of _Float128 and L()
[PATCH] x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
2017-09-11 9:32 UTC (2+ messages)
[RFC][PATCH] Refactoring FORTIFY
2017-09-11 6:27 UTC
[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
[commited] Fix $(error) use in Makefile
2017-09-10 15:40 UTC
[PATCH] resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom
2017-09-10 14:38 UTC
[hurd,commited] sunrpc/tst-udp-timeout: Fix timeout value
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)
[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 (5+ messages)
` [PATCH 2/3] powerpc: Add redirection for finitef128, isinf128, and isnanf128
[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:15 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:17 UTC (6+ messages)
[PATCH] improves exp() and expf() performance on Sparc
2017-09-07 23:53 UTC (7+ messages)
page: next (older) | prev (newer) | 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).