public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Add Linux 4.13 constants to bits/fcntl-linux.h
 2017-09-08 11:45 UTC  (2+ messages)

Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h
 2017-09-08 11:25 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 0/9] posix: glob fixes and refactor
 2017-09-08  9:16 UTC  (21+ messages)
` [PATCH 9/9] posix: Fix glob with GLOB_NOCHECK returning modified patterns (BZ#10246)
` [PATCH 8/9] posix: Use enum for __glob_pattern_type result
` [PATCH 5/9] posix: Fix getpwnam_r usage (BZ #1062)
` [PATCH 6/9] posix: fix glob bugs with long login names
` [PATCH 3/9] posix: Allow glob to match dangling symlinks [BZ #866]
` [PATCH 1/9] posix: Sync glob with gnulib [BZ #1062]
` [PATCH 4/9] Sync scratch_buffer with gnulib
` [PATCH 2/9] posix: accept inode 0 is a valid inode number (BZ #19971)
` [PATCH 7/9] posix: Consolidate glob implementation

[PATCH 1/1] Add new codepage charmaps/IBM858
 2017-09-08  8:59 UTC 

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

[RFC PATCH 00/52] Make GLIBC Y2038-proof
 2017-09-08  4:23 UTC  (52+ 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

[PATCH] improves exp() and expf() performance on Sparc
 2017-09-07 23:53 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:29 UTC  (8+ messages)

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

use-after-free / double-free exploit mitigation
 2017-09-07 16:00 UTC  (2+ 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  (8+ messages)

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

[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  (8+ 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 v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-09-07  5:11 UTC  (5+ messages)
` [PATCH v2 19/28] arm64/sve: ptrace and ELF coredump support

[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:03 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 15:00 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 

[PATCH COMMITTED] tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mapping
 2017-09-06 11:46 UTC 

[RFC][PATCH 0/4][BZ 17083] Make getaddrinfo(3) return zone id from /etc/hosts for link-local IPv6 addresses
 2017-09-06  5:43 UTC  (6+ messages)
` [RFC][PATCH 1/4][BZ 17083] getaddrinfo: Add comments for #else and #endif directives
` [RFC][PATCH 2/4][BZ 17083] NSS: Parse zone identifier of IPv6 addresses in /etc/hosts
` [RFC][PATCH 3/4][BZ 17083] NSS: Introduce gethostbyname5_r function
` [RFC][PATCH 4/4][BZ 17083] getaddrinfo: Use the new getaddrinfo5_r NSS function
` [RFC][PATCH 0/4] Make getaddrinfo(3) return zone id from /etc/hosts for link-local IPv6 addresses [BZ #17083]

Prefer new libm function wrappers for !LIBM_SVID_COMPAT [committed]
 2017-09-05 23:37 UTC 

[PATCH] nss_files: Avoid large buffers with many host addresses [BZ #22078]
 2017-09-05 18:40 UTC  (2+ messages)

[PATCH] nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]
 2017-09-05 18:38 UTC  (3+ messages)

[PATCH] Fix tests that are testing obsoleted functionality
 2017-09-05 18:31 UTC  (4+ messages)

[PATCH] support_format_hostent: Add more error information for NETDB_INTERNAL
 2017-09-05 17:55 UTC  (2+ messages)

[PATCH] nss_files: Refactor gethostbyname3 multi case into separate function
 2017-09-05 17:15 UTC  (2+ messages)

Fix pcprofiledump cross-endian condition (bug 22086) [committed]
 2017-09-05 15:15 UTC 

ppc64le: expected localentry:0 `pthread_condattr_destroy'
 2017-09-05 12:36 UTC  (12+ messages)
            ` tst-tlsopt-powerpc fail
                ` [PATCH] tst-tlsopt-powerpc as a shared lib

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