public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 00/24] Add 64 bit time support on legacy ABIs
 2021-06-07 20:36 UTC  (24+ messages)
` [PATCH v3 01/24] linux: mips: Split librt.abilist in n32 and n64
` [PATCH v3 02/24] linux: mips: Split libanl.abilist "
` [PATCH v3 03/24] linux: s390: Add libanl.abilist in s390 and s390x
` [PATCH v3 04/24] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
` [PATCH v3 05/24] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
` [PATCH v3 06/24] linux: Add recvvmsg "
` [PATCH v3 07/24] y2038: Add __USE_TIME_BITS64 support for time_t
` [PATCH v3 08/24] y2038: Add __USE_TIME_BITS64 support for struct timeval
` [PATCH v3 09/24] y2038: Add __USE_TIME_BITS64 support for struct timespec
` [PATCH v3 10/24] y2038: Add __USE_TIME_BITS64 support for struct utimbuf
` [PATCH v3 11/24] y2038: linux: Add __USE_TIME_BITS64 support for struct timex
` [PATCH v3 12/24] y2038: Use a common definition for stat
` [PATCH v3 13/24] y2038: Use a common definition for msqid_ds
` [PATCH v3 14/24] y2038: Use a common definition for semid_ds
` [PATCH v3 15/24] y2038: Use a common definition for shmid_ds
` [PATCH v3 16/24] y2038: Add __USE_TIME_BITS64 support for socket-constants.h
` [PATCH v3 17/24] time: Add 64-bit time support for getdate
` [PATCH v3 18/24] y2038: Add support for 64-bit time on legacy ABIs
` [PATCH v3 19/24] posix: Add glob64 with 64-bit time_t support
` [PATCH v3 20/24] io: Add fts64 "
` [PATCH v3 21/24] io: Add ftw64 "
` [PATCH v3 22/24] libsupport: Add 64-bit time_t support for time functions
` [PATCH v3 23/24] libsupport: Add 64-bit time_t support for stat functions

[PATCH v1] x86: memcmp-avx2-movbe.S and memcmp-evex-movbe.S fix overflow bug
 2021-06-07 20:12 UTC  (9+ messages)

Fastest String Search Algorithm
 2021-06-07 20:12 UTC  (7+ messages)

[PATCH v1 1/3] String: tst-memset-overflow.c Add test for overflow case
 2021-06-07 19:44 UTC  (4+ messages)
` [PATCH v1 2/3] String: test-memset.c strenthen test coverage
` [PATCH v1 3/3] x86: memset-vec-unaligned-erms.S fix bug with overflow

[PATCH 3/3]: C++20 P0482R6 and C2X N2653: Tests for mbrtoc8, c8rtomb, char8_t
 2021-06-07 19:35 UTC  (2+ messages)

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2021-06-07 18:53 UTC  (2+ messages)

[PATCH v2 00/25] Add 64 bit time support on legacy ABIs
 2021-06-07 18:52 UTC  (57+ messages)
` [PATCH v2 01/25] linux: mips: Split libpthread.abilist in n32 and n64
` [PATCH v2 02/25] linux: mips: Split librt.abilist "
` [PATCH v2 03/25] linux: mips: Split libanl.abilist "
` [PATCH v2 04/25] linux: s390: Add libanl.abilist in s390 and s390x
` [PATCH v2 05/25] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
  ` [PATCH v2 05/25] linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO
` [PATCH v2 06/25] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
` [PATCH v2 07/25] linux: Add recvvmsg "
` [PATCH v2 08/25] y2038: Add __USE_TIME_BITS64 support for time_t
` [PATCH v2 09/25] y2038: Add __USE_TIME_BITS64 support for struct timeval
` [PATCH v2 10/25] y2038: Add __USE_TIME_BITS64 support for struct timespec
` [PATCH v2 11/25] y2038: Add __USE_TIME_BITS64 support for struct utimbuf
` [PATCH v2 12/25] y2038: linux: Add __USE_TIME_BITS64 support for struct timex
` [PATCH v2 13/25] y2038: Use a common definition for stat
` [PATCH v2 14/25] y2038: Use a common definition for msqid_ds
` [PATCH v2 15/25] y2038: Use a common definition for semid_ds
` [PATCH v2 16/25] y2038: Use a common definition for shmid_ds
` [PATCH v2 17/25] y2038: Add __USE_TIME_BITS64 support for socket-constants.h
` [PATCH v2 18/25] time: Add 64 bit time support for getdate
` [PATCH v2 19/25] y2038: Add support for 64 bit time on legacy ABIs
` [PATCH v2 20/25] posix: Add glob64 with 64 bit time_t support
` [PATCH v2 21/25] io: Add fts64 "
` [PATCH v2 22/25] io: Add ftw64 "
` [PATCH v2 23/25] libsupport: Add 64 bit time_t support for time functions
` [PATCH v2 24/25] libsupport: Add 64 bit time_t support for stat functions
` [PATCH v2 25/25] y2038: Add test coverage

[PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-07 18:12 UTC  (7+ messages)
` [PATCH v1 2/2] arm64: Enable BTI for main "

[PATCH 0/8] Move nss_files into libc
 2021-06-07 17:38 UTC  (9+ messages)
` [PATCH 1/8] nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent
` [PATCH 2/8] inet: Add hidden prototype for __inet_network
` [PATCH 3/8] libio: Add hidden prototype for ungetc
` [PATCH 4/8] libio: Replace internal _IO_getdelim symbol with __getdelim
` [PATCH 5/8] nss_files: Allocate nscd file registration data on the heap
` [PATCH 6/8] nss_files: Add generic code for set*ent, end*ent and file open
` [PATCH 7/8] nss_files: Move into libc
` [PATCH 8/8] nss: Access nss_files through direct references

Fastest String Search Algorithm
 2021-06-07 17:33 UTC  (2+ messages)

Fastest String Search Algorithm
 2021-06-07 16:04 UTC  (4+ messages)

(no subject)
 2021-06-07 16:02 UTC  (2+ messages)
` 

[PATCH v4 00/15] Add futex2 syscalls
 2021-06-07 15:40 UTC  (24+ messages)
` [PATCH v4 05/15] futex2: Implement support for different futex sizes
` [PATCH v4 06/15] futex2: Add compatibility entry point for x86_x32 ABI
` [PATCH v4 07/15] docs: locking: futex2: Add documentation
` [PATCH v4 08/15] selftests: futex2: Add wake/wait test
` [PATCH v4 09/15] selftests: futex2: Add timeout test
` [PATCH v4 10/15] selftests: futex2: Add wouldblock test
` [PATCH v4 11/15] selftests: futex2: Add waitv test
` [PATCH v4 12/15] selftests: futex2: Add requeue test
` [PATCH v4 13/15] selftests: futex2: Add futex sizes test
` [PATCH v4 14/15] perf bench: Add futex2 benchmark tests
` [PATCH v4 15/15] kernel: Enable waitpid() for futex2

[PATCH] time: Skip overflow itimer tests on 32-bit systems
 2021-06-07 13:18 UTC 

[PATCH v1] x86: Improve memset-vec-unaligned-erms.S
 2021-06-07 12:54 UTC  (12+ messages)

Fastest String Search Algorithm
 2021-06-07 12:33 UTC  (2+ messages)

[PATCH v3 2/2] rtld: Add tests for new --no-default-paths option
 2021-06-07 10:28 UTC 

[PATCH v3 1/2] rtld: Add --no-default-paths option
 2021-06-07 10:28 UTC 

[PATCH 0/5] gconv module configuration improvements
 2021-06-07  9:17 UTC  (8+ messages)
` [PATCH 1/5] iconvconfig: Make file handling more general purpose
` [PATCH 2/5] iconvconfig: Read configuration from gconv-modules.d subdirectory
` [PATCH 3/5] gconv_conf: Read configuration files in gconv-modules.d
` [PATCH 4/5] iconvdata: Move gconv-modules configuration to gconv-modules.conf
` [PATCH 5/5] iconvdata: Split out non-essential gconv module configuration

[PATCH 1/3]: C++20 P0482R6 and C2X N2653: Fix for bug 25744, mbrtowc with Big5-HKSCS
 2021-06-07  2:07 UTC 

[PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb()
 2021-06-07  2:07 UTC 

[PATCH v4] configure: Replaced obsolete AC_TRY_COMPILE
 2021-06-07  0:02 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v2 1/2] rtld: Add --no-default-paths option
 2021-06-06 16:27 UTC  (3+ messages)

PIC/PIE issue on Nios2
 2021-06-06  9:56 UTC  (3+ messages)

[PATCH] x86: Install <bits/platform/x86.h> [BZ #27958]
 2021-06-05 13:59 UTC 

Patch review status for 64-bit time_t patches
 2021-06-04 16:49 UTC  (4+ messages)

[PATCH] Add build option to disable usage of scv on powerpc
 2021-06-04 13:46 UTC  (3+ messages)

[PATCH v2] Add build option to disable usage of scv on powerpc
 2021-06-04 13:44 UTC 

[PATCH v8 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-06-04 12:20 UTC  (3+ messages)
` [PATCH v8 1/3] "

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-04 11:24 UTC  (4+ messages)
` [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v2 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

[PATCH v1 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-04 11:17 UTC  (4+ messages)
` [PATCH v1 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v1 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v1 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

[PATCH 00/35] Linux: Move librt into libc
 2021-06-03 23:17 UTC  (36+ messages)
` [PATCH 01/35] rt: Lexicographically sort Versions file; librt-routines in Makefile
` [PATCH 02/35] Fix librt-routines-var issues for !PTHREAD_IN_LIBC
` [PATCH 03/35] rt: Replace generic stub of shm_open with the posix version
` [PATCH 04/35] rt: Replace generic stub of shm_unlink "
` [PATCH 05/35] rt: Move shm_open into libc
` [PATCH 06/35] rt: Move shm_unlink "
` [PATCH 07/35] rt: Move generic implementation from sysdeps/pthread to rt
` [PATCH 08/35] nptl: Move pthreadP.h into sysdeps directory
` [PATCH 09/35] nptl: Add internal macro definition of pthread_self
` [PATCH 10/35] Add hidden prototypes for fsync, fdatasync
` [PATCH 11/35] Linux: Move aio_init from librt into libc
` [PATCH 12/35] Linux: Move aio_cancel, aio_cancel64 "
` [PATCH 13/35] Linux: Move aio_error, aio_error64 "
` [PATCH 14/35] Linux: Move aio_fsync, aio_fsync64 "
` [PATCH 15/35] Linux: Move aio_read, aio_read64 "
` [PATCH 16/35] Linux: Move aio_return, aio_return64 "
` [PATCH 17/35] Linux: Move aio_suspend, aio_suspend64 from librt to libc
` [PATCH 18/35] Linux: Move aio_write, aio_write64 into libc
` [PATCH 19/35] rt: Rework lio_listio implementation
` [PATCH 20/35] Linux: Move lio_listio, lio_listio64 from librt to libc
` [PATCH 21/35] Linux: Move mq_close "
` [PATCH 22/35] Linux: Move mq_setattr "
` [PATCH 23/35] Linux: Move mq_getattr "
` [PATCH 24/35] Linux: Move mq_notify "
` [PATCH 25/35] Linux: Move mq_open, __mq_open_2 "
` [PATCH 26/35] Linux: Move mq_receive, mq_timedreceive "
` [PATCH 27/35] Linux: Move mq_send, mq_timedsend "
` [PATCH 28/35] Linux: Move mq_unlink "
` [PATCH 29/35] Linux: Move timer helper routines "
` [PATCH 30/35] Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
` [PATCH 31/35] Linux: Move timer_create, timer_delete from librt to libc
` [PATCH 32/35] Linux: Move timer_getoverrun "
` [PATCH 33/35] Linux: Move timer_gettime "
` [PATCH 34/35] Linux: Move timer_settime "
` [PATCH 35/35] Linux: Cleanups after librt move

mips64 and wordsize-64
 2021-06-03 22:02 UTC  (2+ 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).