unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-12-03 20:23:44 to 2022-12-08 18:55:25 UTC [more...]

[PATCH 0/1] __libc_start_main() now uses auxv to obtain phdr's address [BZ #29864]
 2022-12-08 18:54 UTC  (4+ messages)

Behaviour differences on x86 and RISC-V on cos/sin functions
 2022-12-08 18:49 UTC  (2+ messages)

[PATCH v2] <time.h>: Make strptime available by default
 2022-12-08 18:24 UTC  (4+ messages)

[PATCH] <signal.h>: Make bsd_signal available with _GNU_SOURCE
 2022-12-08 18:23 UTC  (4+ messages)

[PATCH] <wchar.h>: Make wmempcy, wcwidth, wcswidth available by default
 2022-12-08 18:14 UTC  (5+ messages)

[PATCH v2] <stdio.h>: Make fopencookie, vasprintf, asprintf available by default
 2022-12-08 17:08 UTC  (2+ messages)

[PATCH] <string.h>: Make strchrnul, strcasestr, memmem available by default
 2022-12-08 17:07 UTC  (2+ messages)

[PATCH v2 0/5] Remove Linux generic sysdep
 2022-12-08 12:46 UTC  (6+ messages)
` [PATCH v2 1/5] Linux: Move wordsize-32 Version to default
` [PATCH v2 2/5] Linux: Assume and consolidate getsockname wire-up syscall
` [PATCH v2 3/5] Linux: Assume and consolidate getpeername "
` [PATCH v2 4/5] Linux: Remove unused generic Makefile
` [PATCH v2 5/5] Linux: Remove generic Implies

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-08  9:26 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v1 01/27] x86/fpu: Create helper file for common data macros
 2022-12-08  0:46 UTC  (31+ messages)
` [PATCH v1 02/27] x86/fpu: Add file for common data used across svml_s_*_avx2.S files
` [PATCH v1 03/27] x86/fpu: Add file for common data used across svml_s_*_avx512.S files
` [PATCH v1 04/27] x86/fpu: Add file for common data used across svml_s_*_sse4.S files
` [PATCH v1 05/27] x86/fpu: Build common data files for svml_s_*_{avx512, avx2, sse4}.S
` [PATCH v1 06/27] x86/fpu: Update rodata usage in svml_s_tanhf_*_{avx2, sse4}
` [PATCH v1 07/27] x86/fpu: Update rodata usage in svml_s_tanhf16_core_avx512.S
` [PATCH v1 08/27] x86/fpu: Update rodata usage in svml_s_atanhf16_core_avx512.S
` [PATCH v1 09/27] x86/fpu: Update rodata usage in svml_s_atanhf4_core_sse4.S
` [PATCH v1 10/27] x86/fpu: Update rodata usage in svml_s_atanhf8_core_avx2.S
` [PATCH v1 11/27] x86/fpu: Optimize svml_s_atanf16_core_avx512.S
` [PATCH v1 12/27] x86/fpu: Optimize svml_s_atanf4_core_sse4.S
` [PATCH v1 13/27] x86/fpu: Optimize svml_s_atanf8_core_avx2.S
` [PATCH v1 14/27] x86/fpu: Add common rodata file for svml_s_tanf_*_{avx512, avx2, sse4}.S
` [PATCH v1 15/27] x86/fpu: Optimize svml_s_tanf16_core_avx512.S
` [PATCH v1 16/27] x86/fpu: Optimize svml_s_tanf4_core_sse4.S
` [PATCH v1 17/27] x86/fpu: Optimize svml_s_tanf8_core_avx2.S
` [PATCH v1 18/27] x86/fpu: Optimize svml_s_log10f16_core_avx512.S
` [PATCH v1 19/27] x86/fpu: Optimize svml_s_log10f4_core_sse4.S
` [PATCH v1 20/27] x86/fpu: Optimize svml_s_log10f8_core_avx2.S
` [PATCH v1 21/27] x86/fpu: Optimize svml_s_log2f16_core_avx512.S
` [PATCH v1 22/27] x86/fpu: Optimize svml_s_log2f4_core_sse4.S
` [PATCH v1 23/27] x86/fpu: Optimize svml_s_log2f8_core_avx2.S
` [PATCH v1 24/27] x86/fpu: Optimize svml_s_logf16_core_avx512.S
` [PATCH v1 25/27] x86/fpu: Optimize svml_s_logf4_core_sse4.S
` [PATCH v1 26/27] x86/fpu: Optimize svml_s_logf8_core_avx2.S
` [PATCH v1 27/27] x86/fpu: Remove unused svml_s_logf_data.S file

[PATCH 00/30] Remove Linux generic sysdep
 2022-12-07 21:19 UTC  (62+ messages)
` [PATCH 01/30] linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
` [PATCH 03/30] Linux: consolidate chmod implementation
` [PATCH 04/30] Linux: consolidate chown implementation
` [PATCH 05/30] Linux: consolidate dup2 implementation
` [PATCH 06/30] Lninux: consolidate epoll_create implementation
` [PATCH 07/30] Linux: consolidate inotify_init implementation
` [PATCH 08/30] Linux: consolidate lchown implementation
` [PATCH 09/30] Linux: consolidate link implementation
` [PATCH 10/30] Linux: consolidate mkdir implementation
` [PATCH 11/30] Linux: consolidate readlink implementation
` [PATCH 12/30] Linux: consolidate rmdir implementation
` [PATCH 13/30] Linux: consolidate symlink implementation
` [PATCH 14/30] Linux: consolidate unlink implementation
` [PATCH 15/30] Linux: consolidate sendfile implementation
` [PATCH 16/30] Linux: Move wordsize-32 Version to default
` [PATCH 17/30] Linux: consolidate ____longjmp_chk
` [PATCH 18/30] Linux: Assume and consolidate bind wire-up syscall
` [PATCH 19/30] Linux: Assume iand consolidate socket "
` [PATCH 20/30] Linux: Assume and consolidate socketpair "
` [PATCH 21/30] Linux: Assume and consolidate listen "
` [PATCH 22/30] Linux: Assume and consolidate getsockname "
` [PATCH 23/30] Linux: Assume and consolidate getpeername "
` [PATCH 24/30] Linux: Assume and consolidate shutdown "
` [PATCH 25/30] Linux: Remove unused generic Makefile
` [PATCH 26/30] Linux: Remove generic sysdep
` [PATCH 27/30] Linux: make generic xstatver.h the default one
` [PATCH 28/30] Linux: Make generic fcntl.h "
` [PATCH 29/30] Linux: Consolidate typesizes.h
` [PATCH 30/30] Linux: Remove generic Implies

glibc: Testing LF BBB instance for patch review meetings
 2022-12-07 20:27 UTC  (4+ messages)

[PATCH 0/6] Refactor binutils configure usage
 2022-12-07 20:04 UTC  (18+ messages)
` [PATCH 1/6] configure: Move locale tools early
` [PATCH 2/6] configure: Remove check if as is GNU
` [PATCH 3/6] configure: Remove check if ld "
` [PATCH 4/6] configure: Remove AS check
` [PATCH 5/6] configure: Allow user override LD, AR, OBJCOPY, and GPROF
` [PATCH 6/6] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS

Add restrict annotations to all functions that require it
 2022-12-07 19:05 UTC  (7+ messages)

[RFC] Supporting malloc_usable_size
 2022-12-07 18:45 UTC  (15+ messages)

[PATCH v2] stdio: Do not ignore posix_spawn error on popen (BZ #29016)
 2022-12-07 18:24 UTC 

[PATCH v2] realloc: Return unchanged if request is within usable size
 2022-12-06 22:33 UTC  (2+ messages)

[PATCH v2 0/3] Refactor binutils configure usage
 2022-12-06 18:48 UTC  (5+ messages)
` [PATCH v2 1/3] configure: Allow user override LD, AR, OBJCOPY, and GPROF
` [PATCH v2 2/3] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
` [PATCH v2 3/3] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option

[PATCH] realloc: Return unchanged if request is within usable size
 2022-12-06 18:41 UTC  (4+ messages)

[PATCH] stdio: Do not ignore posix_spawn error on popen (BZ #29016)
 2022-12-06 16:53 UTC  (2+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-06 16:23 UTC  (8+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-06 15:04 UTC 

[PATCH] strcat.3: SYNOPSIS: Fix the size of 'dest'
 2022-12-05 21:10 UTC  (3+ messages)

Resource use fopen-vs-freopen
 2022-12-05 18:55 UTC  (2+ messages)

bind(2): Missing [[gnu::nonnull]]
 2022-12-05 18:53 UTC  (7+ messages)

[PATCH v5 00/17] Improve generic string routines
 2022-12-05 17:07 UTC  (2+ messages)

Monday Patch Queue Review update (2022-12-05)
 2022-12-05 16:13 UTC 

[PATCH] strcat.3, strncat.3: RIP strncat(3)
 2022-12-05 15:56 UTC  (2+ messages)

[PATCH] dlsym: Add RTLD_PROBE to dlsym only probe symbol without add dependency
 2022-12-05 14:45 UTC  (3+ messages)
` [PATCH v2] "

Issue in man page wcsncpy.3
 2022-12-04 23:28 UTC  (6+ messages)

[PATCH 00/41] Document nullability of syscall parameters
 2022-12-03 20:23 UTC  (42+ messages)
` [PATCH 01/41] accept.2: SYNOPSIS: Add _Nullable
` [PATCH 02/41] acct.2: "
` [PATCH 03/41] clock_getres.2: "
` [PATCH 04/41] clock_nanosleep.2: "
` [PATCH 05/41] clone.2: "
` [PATCH 06/41] copy_file_range.2: "
` [PATCH 07/41] epoll_ctl.2: "
` [PATCH 08/41] epoll_wait.2: "
` [PATCH 09/41] execve.2: "
` [PATCH 10/41] execveat.2: "
` [PATCH 11/41] fanotify_mark.2: "
` [PATCH 12/41] getcpu.2: "
` [PATCH 13/41] getgroups.2: "
` [PATCH 14/41] getitimer.2: "
` [PATCH 15/41] getrlimit.2: "
` [PATCH 16/41] gettimeofday.2: "
` [PATCH 17/41] listxattr.2: "
` [PATCH 18/41] mount.2: "
` [PATCH 19/41] nanosleep.2: "
` [PATCH 20/41] pidfd_send_signal.2: "
` [PATCH 21/41] poll.2: "
` [PATCH 22/41] quotactl.2: "
` [PATCH 23/41] recv.2: "
` [PATCH 24/41] request_key.2: "
` [PATCH 25/41] select.2: "
` [PATCH 26/41] semop.2: "
` [PATCH 27/41] sendfile.2: "
` [PATCH 28/41] shmop.2: "
` [PATCH 29/41] sigaction.2: "
` [PATCH 30/41] sigaltstack.2: "
` [PATCH 31/41] sigprocmask.2: "
` [PATCH 32/41] sigwaitinfo.2: "
` [PATCH 33/41] splice.2: "
` [PATCH 34/41] time.2: "
` [PATCH 35/41] timer_create.2: "
` [PATCH 36/41] timer_settime.2: "
` [PATCH 37/41] timerfd_create.2: "
` [PATCH 38/41] utime.2: "
` [PATCH 39/41] utimensat.2: "
` [PATCH 40/41] wait.2: "
` [PATCH 41/41] wait4.2: "


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