public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 00/17] Improve generic string routines
 2022-12-05 17:07 UTC  (2+ messages)

[PATCH 00/30] Remove Linux generic sysdep
 2022-12-05 16:40 UTC  (37+ 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 "

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

[PATCH 0/6] Refactor binutils configure usage
 2022-12-05 15:57 UTC  (14+ 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

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

[PATCH] strcat.3: SYNOPSIS: Fix the size of 'dest'
 2022-12-05 15:11 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-05 14:54 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)

Resource use fopen-vs-freopen
 2022-12-04 21:34 UTC 

bind(2): Missing [[gnu::nonnull]]
 2022-12-04 18:46 UTC  (8+ 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: "

Add restrict annotations to all functions that require it
 2022-12-03 14:32 UTC  (8+ messages)

[PATCH v2] hurd: Make getrandom cache the server port
 2022-12-02 22:46 UTC  (7+ messages)
      ` [PATCH v3] "

[hurd,commited] hurd: Make getrandom cache the server port
 2022-12-02 22:45 UTC 

[RFC] Supporting malloc_usable_size
 2022-12-02 19:57 UTC  (13+ messages)

[PATCHv2] powerpc64: Remove old strncmp optimization
 2022-12-02 19:24 UTC  (2+ messages)

[PATCH] malloc: Use correct C11 atomics for fastbin
 2022-12-02 18:55 UTC  (8+ messages)

[PATCH v5 1/2] iconvdata/tst-table-charmap.sh: remove handling of old, borrowed format
 2022-12-02 18:42 UTC  (7+ messages)
` [PATCH v6 2/2] POSIX locale covers every byte [BZ# 29511]

[PATCH] elf: Fix rtld-audit trampoline for aarch64
 2022-12-02 18:20 UTC  (6+ messages)

[RFC] Supporting malloc_usable_size
 2022-12-02 13:54 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-02  3:54 UTC 

[PATCH] aarch64: fix elf_machine_dynamic compile error [BZ #29835]
 2022-12-02  3:53 UTC 

[PATCH] x86-64 strncat: Properly handle the length parameter [BZ# 24097]
 2022-12-02  1:39 UTC  (2+ messages)

[PATCH] x86-64 strncpy: Properly handle the length parameter [BZ# 29839]
 2022-12-02  1:38 UTC  (2+ messages)

[PATCH] powerpc64: Remove old strncmp optimization
 2022-12-01 20:26 UTC  (5+ messages)

FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
 2022-12-01 15:14 UTC 

[PATCH] Revert "Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling."
 2022-12-01  0:45 UTC  (8+ messages)

Many float/double errors in math/ testsuite with gcc master branch
 2022-11-30 19:12 UTC  (5+ messages)

[PATCH] linux: Use long int for syscall return value
 2022-11-30 13:53 UTC  (2+ messages)

[PATCH] LoongArch: Use medium cmodel build libc_nonshared.a
 2022-11-30  8:40 UTC  (6+ messages)
    ` 回复: "
        ` 回复: 回复: [PATCH] LoongArch: Use mediumcmodel "

[PATCH] ARC: update definitions in elf/elf.h
 2022-11-30  2:11 UTC  (7+ messages)
` [PATCH v3 0/2] Update ARC "
  ` [PATCH v3 1/2] scripts: Add "|" operator support to glibcpp's parsing
  ` [PATCH v3 2/2] ARC: update definitions in elf/elf.h

[PATCH v2 00/11] Optimize posix_spawn signal setup with clone3
 2022-11-29 20:43 UTC  (4+ messages)
` [PATCH v2 05/11] powerpc64: Add the clone3 wrapper

[PATCH] Apply asm redirections in syslog.h before first use [BZ #27087]
 2022-11-29 20:00 UTC  (4+ messages)

[PATCH] linux: Change syscall return value to long int
 2022-11-29 10:54 UTC  (5+ messages)

[PATCH] realloc: Return unchanged if request is within usable size
 2022-11-28 17:26 UTC  (5+ messages)
` [PATCH v2] "

Mail delivery failed: returning message to sender
 2022-11-28 16:55 UTC 

[PATCH] <time.h>: Make strptime available by default
 2022-11-28 15:37 UTC  (4+ messages)

Monday Patch Queue Review update (2022-11-28)
 2022-11-28 14:53 UTC 

[PATCH v2] <time.h>: Make strptime available by default
 2022-11-28 14:49 UTC 

[PATCH] realloc: Return unchanged if request is within usable size
 2022-11-28 14:13 UTC  (2+ messages)

[PATCH] <signal.h>: Make bsd_signal available with _GNU_SOURCE
 2022-11-28 10:36 UTC 

[PATCH] LoongArch: Add syscall.c for getting correct return value
 2022-11-25  2:37 UTC  (4+ 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).