unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-04 16:31:45 to 2021-03-06 17:18:30 UTC [more...]

[PATCH 1/2] posix: User scratch_buffer on fnmatch
 2021-03-06 17:18 UTC  (6+ messages)

[PATCH] x86: Require full ISA support for x86-64 level marker [BZ #27318]
 2021-03-06 15:58 UTC  (22+ messages)
` [PATCH v2] "
                ` [PATCH v3] x86: Disable "
                                ` [PATCH v4] x86: Set minimum "
                                    ` [PATCH v5] "
                                        ` [2.33][PATCH] "

[PATCH v6 1/4] Fix the inaccuracy of j0f and of y0f [BZ #14469 and #14471]
 2021-03-06  4:45 UTC  (13+ messages)
` [PATCH v6 2/4] Fix the inaccuracy of j1f (BZ 14470) and y1f (BZ 14472)
` [PATCH v6 3/4] Added new entries for j0/j1/y0/y1 and regenerate ulps
` [PATCH v6 4/4] auto-libm-test-in: added xfail's for ibm128-libgcc (Bessel functions)

[PATCH 00/52] Add 64 bit time support on legacy ABIs
 2021-03-06  3:52 UTC  (67+ messages)
` [PATCH 01/52] io: Use temporary directory and file for ftwtest-sh
` [PATCH 02/52] linux: Add futimes test
` [PATCH 03/52] linux: Add lutimes test
` [PATCH 04/52] time: Add getitimer and setitimer basic tests
` [PATCH 05/52] time: Add gmtime/gmtime_r tests
` [PATCH 06/52] time: Add timegm/timelocal basic tests
` [PATCH 07/52] time: Add basic timespec_get tests
` [PATCH 08/52] time: Add 64 bit tests for getdate / getdate_r
` [PATCH 09/52] io: Add basic tests for utimensat
` [PATCH 10/52] posix: Add wait3 tests
` [PATCH 11/52] linux: mips: Split libpthread.abilist in n32 and n64
` [PATCH 12/52] linux: mips: Split librt.abilist "
` [PATCH 13/52] linux: mips: Split libanl.abilist "
` [PATCH 14/52] linux: s390: Add libanl.abilist in s390 and s390x
` [PATCH 15/52] login: Consolidate utmp and utmpx headers
` [PATCH 16/52] login: Move gnu utmpx to default implementation
` [PATCH 17/52] Consolidate and simplify internal utmp definitions
` [PATCH 18/52] support: Add 'touch' command
` [PATCH 19/52] Add tests-container-internal rules
` [PATCH 20/52] login: Add 64-bit time support to utmp/utmpx
` [PATCH 21/52] linux: Add pwrite64_nocancel
` [PATCH 22/52] login: Use 64-bit time on struct lastlog [BZ #25844]
` [PATCH 23/52] Remove __WORDSIZE_TIME64_COMPAT32
` [PATCH 24/52] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
` [PATCH 25/52] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
` [PATCH 26/52] linux: Add recvvmsg "
` [PATCH 27/52] y2038: Add __USE_TIME_BITS64 support for time_t
` [PATCH 28/52] y2038: Add __USE_TIME_BITS64 support for struct timeval
` [PATCH 29/52] y2038: Add __USE_TIME_BITS64 support for struct timespec
` [PATCH 30/52] y2038: Add __USE_TIME_BITS64 support for struct utimbuf
` [PATCH 31/52] y2038: linux: Add __USE_TIME_BITS64 support for struct timex
` [PATCH 32/52] y2038: Use a common definition for stat
` [PATCH 33/52] y2038: Use a common definition for msqid_ds
` [PATCH 34/52] y2038: Use a common definition for semid_ds
` [PATCH 35/52] y2038: Use a common definition for shmid_ds
` [PATCH 36/52] y2038: Add __USE_TIME_BITS64 support for socket-constants.h
` [PATCH 37/52] time: Add 64 bit time support for getdate
` [PATCH 38/52] y2038: Add support for 64 bit time on legacy ABIs
` [PATCH 39/52] posix: Add glob64 with 64 bit time_t support
` [PATCH 40/52] io: Add fts64 "
` [PATCH 41/52] io: Add ftw64 "
` [PATCH 42/52] libsupport: Add 64 bit time_t support for time functions
` [PATCH 43/52] libsupport: Add 64 bit time_t support for stat functions
` [PATCH 44/52] y2038: Add test coverage
` [PATCH 45/52] Use 64 bit time_t stat internally
` [PATCH 46/52] debug: build pcprofiledump with LFS and 64 bit time support
` [PATCH 47/52] elf: Use LFS and 64 bit time_t for installed programs
` [PATCH 48/52] iconv: "
` [PATCH 49/52] locale: "
` [PATCH 50/52] nss: "
` [PATCH 51/52] posix: "
` [PATCH 52/52] timezone: "

[PATCH v3] nss: fix nss_database_lookup2's alternate handling [BZ #27416]
 2021-03-06  1:29 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 00/22] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 3)
 2021-03-05 23:51 UTC  (23+ messages)
` [PATCH 01/22] getservent_r.3: SYNOPSIS: Use 'restrict' in prototypes
` [PATCH 02/22] getsubopt.3: "
` [PATCH 03/22] glob.3: "
` [PATCH 04/22] iconv.3: "
` [PATCH 05/22] inet_ntop.3: "
` [PATCH 06/22] inet_pton.3: "
` [PATCH 07/22] lio_listio.3: "
` [PATCH 08/22] makecontext.3: "
` [PATCH 09/22] malloc_hook.3: SYNOPSIS: Use 'volatile' "
` [PATCH 10/22] mbrlen.3: SYNOPSIS: Use 'restrict' "
` [PATCH 11/22] mbrtowc.3: "
` [PATCH 12/22] mbsnrtowcs.3: "
` [PATCH 13/22] mbsrtowcs.3: "
` [PATCH 14/22] mbstowcs.3: "
` [PATCH 15/22] mbtowc.3: "
` [PATCH 16/22] mempcpy.3: "
` [PATCH 17/22] mq_getattr.3: "
` [PATCH 18/22] mq_receive.3: "
` [PATCH 19/22] posix_spawn.3: "
` [PATCH 20/22] "
` [PATCH 21/22] printf.3: SYNOPSIS: Use 'restrict' in prototypes; ffix too
` [PATCH 22/22] pthread_attr_setguardsize.3: SYNOPSIS: Use 'restrict' in prototypes

[PATCH 00/16] memory tagging improvements
 2021-03-05 21:36 UTC 

[PATCH] malloc: Turn tst-mallocstate into a non-internal test
 2021-03-05 21:01 UTC  (4+ messages)

[PATCH 00/16] memory tagging improvements
 2021-03-05 21:00 UTC  (28+ messages)
` [PATCH 04/16] malloc: Simplify __mtag_tag_new_usable
` [PATCH 05/16] malloc: Avoid taggig mmaped memory on free
` [PATCH 06/16] malloc: Ensure the generic mtag hooks are not used
` [PATCH 07/16] malloc: Refactor TAG_ macros to avoid indirection
` [PATCH 08/16] malloc: Use global flag instead of function pointer dispatch for mtag
` [PATCH 09/16] malloc: Only support zeroing and not arbitrary memset with mtag
` [PATCH 10/16] malloc: Change calloc when tagging is disabled
` [PATCH 11/16] malloc: Use branches instead of mtag_granule_mask
` [PATCH 12/16] malloc: Use mtag_enabled instead of USE_MTAG
` [PATCH 13/16] aarch64: inline __libc_mtag_address_get_tag
` [PATCH 14/16] aarch64: inline __libc_mtag_new_tag
` [PATCH 15/16] aarch64: Optimize __libc_mtag_tag_region
` [PATCH 16/16] aarch64: Optimize __libc_mtag_tag_zero_region

[PATCH 01/16] malloc: Fix a realloc crash with heap tagging [BZ 27468]
 2021-03-05 20:51 UTC  (5+ messages)

[PATCH] tst: Add test for utime
 2021-03-05 20:29 UTC  (6+ messages)

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-05 20:08 UTC  (7+ messages)

[PATCH 06/16] malloc: Ensure the generic mtag hooks are not used
 2021-03-05 19:01 UTC 

[PATCH] nptl: Move stack list variables into _rtld_global
 2021-03-05 19:00 UTC  (8+ messages)

[PATCH] elf: Always set l in _dl_init_paths (bug 23462)
 2021-03-05 18:25 UTC 

[PATCH 06/16] malloc: Ensure the generic mtag hooks are not used
 2021-03-05 18:15 UTC  (2+ messages)

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-03-05 16:59 UTC  (7+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH 0/8] x86-64: Avoid RTM abort inside a RTM region
 2021-03-05 16:53 UTC  (9+ messages)
` [PATCH 1/8] x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMP
` [PATCH 2/8] x86-64: Add ifunc-avx2.h functions with 256-bit EVEX
` [PATCH 3/8] x86-64: Add strcpy family "
` [PATCH 4/8] x86-64: Add memmove "
` [PATCH 5/8] x86-64: Add memset "
` [PATCH 6/8] x86-64: Add memcmp "
` [PATCH 7/8] x86-64: Add AVX optimized string/memory functions for RTM
` [PATCH 8/8] x86: Add string/memory function tests in RTM region

[PATCH] posix: tst-spawn4-compat can be a regular test
 2021-03-05 14:17 UTC  (2+ messages)

[PATCH] posix: tst-glob_lstat_compat no longer needs to be an internal test
 2021-03-05 13:07 UTC  (2+ messages)

[PATCH v2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2021-03-05 13:06 UTC  (8+ messages)

[PATCH] posix: glob, glob64 should not be declared __THROW [BZ #27522]
 2021-03-05 13:05 UTC  (2+ messages)

[PATCH] Linux: dirent/tst-readdir64-compat can be a regular test
 2021-03-05 13:05 UTC 

[PATCH] Linux: misc/tst-ofdlocks-compat can be a regular test
 2021-03-05 12:57 UTC 

[PATCH] sunrpc: tst-svc_register can be a regular test
 2021-03-05 12:57 UTC 

[PATCH] resolv: tst-p_secstodate can be a regular test
 2021-03-05 12:57 UTC 

[patch] Make _thread_db_sizeof_pthread public for Sanitizers
 2021-03-05 12:54 UTC  (2+ messages)

[PATCH] makecontext.3: Fix function declarator with empty parentheses
 2021-03-05 12:48 UTC  (7+ messages)

[COMMITTED 4/4] nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden proto
 2021-03-05 11:49 UTC 

[COMMITTED 1/4] Update sparc libm-test-ulps
 2021-03-05 11:49 UTC 

[COMMITTED 3/4] linux: Fix __thrd_sleep64 hidden definition
 2021-03-05 11:49 UTC 

[COMMITTED 2/4] Update arm libm-test-ulps
 2021-03-05 11:49 UTC 

[PATCH 01/16] malloc: Fix a realloc crash with heap tagging [BZ 27468]
 2021-03-05 11:39 UTC 

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-05 10:43 UTC  (3+ messages)
` [PATCH v6 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ

[PATCH 03/16] malloc: Move MTAG_MMAP_FLAGS definition
 2021-03-05  1:07 UTC  (2+ messages)

[PATCH v6] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-03-04 18:46 UTC  (2+ messages)

[RFC][PATCH v8 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-03-04 18:27 UTC  (2+ messages)

Un-deprecating nss_hesiod?
 2021-03-04 16:34 UTC  (4+ messages)


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