unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-31 16:53:56 to 2021-04-05 11:36:13 UTC [more...]

[PATCH v4 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
 2021-04-05 11:36 UTC  (100+ messages)
` [PATCH v4 01/35] system_data_types.7: Add 'struct sockaddr'
` [PATCH v4 02/35] sockaddr.3: New link to system_data_types(7)
` [PATCH v4 03/35] system_data_types.7: Add 'socklen_t'
` [PATCH v4 04/35] socklen_t.3: New link to system_data_types(7)
` [PATCH v4 05/35] access.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 06/35] add_key.2: Remove unused include
` [PATCH v4 07/35] alloc_hugepages.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 08/35] arch_prctl.2: "
` [PATCH v4 09/35] arch_prctl.2: SYNOPSIS: Remove unused includes
` [PATCH v4 10/35] capget.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 11/35] clone.2: "
` [PATCH v4 12/35] delete_module.2: Add missing include
` [PATCH v4 13/35] dup.2: SYNOPSIS: Use consistent comments through pages
` [PATCH v4 14/35] execveat.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 15/35] exit_group.2: Use 'noreturn' in prototypes
` [PATCH v4 16/35] exit_group.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 17/35] fanotify_init.2: Add comment: why more than one include is needed
` [PATCH v4 18/35] fcntl.2: Remove unused include
` [PATCH v4 19/35] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 20/35] futimesat.2: ffix
` [PATCH v4 21/35] getdents.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 22/35] getpriority.2: Remove unused include
` [PATCH v4 23/35] getrlimit.2, getrusage.2: "
` [PATCH v4 24/35] getunwind.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v4 25/35] get_robust_list.2: "
` [PATCH v4 26/35] delete_module.2: "
` [PATCH v4 27/35] init_module.2: "
` [PATCH v4 28/35] io_cancel.2: "
` [PATCH v4 29/35] ioctl_fat.2: Make clear why is each header exactly needed
` [PATCH v4 30/35] ioctl_fat.2: ffix
` [PATCH v4 31/35] ioctl_ficlonerange.2: Make clear why is each header exactly needed
` [PATCH v4 32/35] ioctl_fideduperange.2: Make clear why exactly is each header needed
` [PATCH v4 33/35] ioctl_fslabel.2: ffix
` [PATCH v4 34/35] ioctl_fslabel.2: Make clear why exactly is each header needed
` [PATCH v4 35/35] ioctl_getfsmap.2: "
` [PATCH v5 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
` [PATCH v5 01/35] system_data_types.7: Add 'struct sockaddr'
` [PATCH v5 02/35] sockaddr.3: New link to system_data_types(7)
` [PATCH v5 03/35] system_data_types.7: Add 'socklen_t'
` [PATCH v5 04/35] socklen_t.3: New link to system_data_types(7)
` [PATCH v5 05/35] access.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 06/35] add_key.2: Remove unused include
` [PATCH v5 07/35] alloc_hugepages.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 08/35] arch_prctl.2: "
` [PATCH v5 09/35] arch_prctl.2: SYNOPSIS: Remove unused includes
` [PATCH v5 10/35] capget.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 11/35] clone.2: "
` [PATCH v5 12/35] delete_module.2: Add missing include
` [PATCH v5 13/35] dup.2: SYNOPSIS: Use consistent comments through pages
` [PATCH v5 14/35] execveat.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 15/35] exit_group.2: Use 'noreturn' in prototypes
` [PATCH v5 16/35] exit_group.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 17/35] fanotify_init.2: Add comment: why more than one include is needed
` [PATCH v5 18/35] fcntl.2: Remove unused include
` [PATCH v5 19/35] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 20/35] futimesat.2: ffix
` [PATCH v5 21/35] getdents.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 22/35] getpriority.2: Remove unused include
` [PATCH v5 23/35] getrlimit.2, getrusage.2: "
` [PATCH v5 24/35] getunwind.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH v5 25/35] get_robust_list.2: "
` [PATCH v5 26/35] delete_module.2: "
` [PATCH v5 27/35] init_module.2: "
` [PATCH v5 28/35] io_cancel.2: "
` [PATCH v5 29/35] ioctl_fat.2: Make clear why is each header exactly needed
` [PATCH v5 30/35] ioctl_fat.2: ffix
` [PATCH v5 31/35] ioctl_ficlonerange.2: Make clear why is each header exactly needed
` [PATCH v5 32/35] ioctl_fideduperange.2: Make clear why exactly is each header needed
` [PATCH v5 33/35] ioctl_fslabel.2: ffix
` [PATCH v5 34/35] ioctl_fslabel.2: Make clear why exactly is each header needed
` [PATCH v5 35/35] ioctl_getfsmap.2: "

[PATCH v2] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-04-05  1:55 UTC  (23+ messages)
` [PATCH v3] "
                ` [PATCH v4] "
                        ` [PATCH v5] "

dlpi_tls_data is incorrect NULL when dlpi_tls_modid>0
 2021-04-04  7:05 UTC  (3+ messages)

[PATCH v8 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-03 19:52 UTC  (6+ messages)
` [PATCH v8 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

RFC: Remove --disable-hidden-plt
 2021-04-03 17:41 UTC 

[PATCH v6 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-02 23:15 UTC  (7+ messages)
` [PATCH v6 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH v7 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-02 21:35 UTC  (2+ messages)
` [PATCH v7 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH 00/15] Dynamic TLS related data race fixes
 2021-04-02 20:50 UTC  (13+ messages)
` [PATCH 01/15] aarch64: free tlsdesc data on dlclose [BZ #27403]
` [PATCH 02/15] elf: Fix data race in _dl_name_match_p [BZ #21349]
` [PATCH 03/15] Add test case for [BZ #19329]
` [PATCH 04/15] Add a DTV setup test [BZ #27136]
` [PATCH 05/15] elf: Fix a DTV setup issue "
` [PATCH 06/15] elf: Fix comments and logic in _dl_add_to_slotinfo

[PATCH v5 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-02 20:26 UTC  (4+ messages)
` [PATCH v5 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

Has FSF stopped processing copyright paperwork?
 2021-04-02 15:21 UTC  (4+ messages)

[PATCH] Linux: Add execveat system call wrapper
 2021-04-02 13:29 UTC  (5+ messages)

[PATCH,v2] Improve the accuracy of tgamma (BZ #26983)
 2021-04-02 13:24 UTC  (2+ messages)

[PATCH] Improve the accuracy of tgamma (BZ #26983)
 2021-04-02  6:13 UTC  (3+ messages)

[PATCH, v10] Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]
 2021-04-02  4:46 UTC  (3+ messages)

[PATCH v4 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-02  4:15 UTC  (3+ messages)

[PATCH] x86-64: Fix ifdef indentation in strlen-evex.S
 2021-04-01 23:12 UTC  (2+ messages)

Update Nios II libm-test-ulps [committed]
 2021-04-01 20:39 UTC  (3+ messages)

[PATCH v2] locale: update _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to have types uint16_t and uint32_t respectively
 2021-04-01 19:42 UTC  (7+ messages)

[PATCH v3] locale: align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to uint16_t and uint32_t respectively
 2021-04-01 19:37 UTC 

[PATCH 0/5] More stat fixes
 2021-04-01 18:00 UTC  (5+ messages)
` [PATCH 3/5] linux: Use statx for MIPSn64

[COMMITTED] socket: Add CFLAGS-accept.c and CFLAGS-connect.c
 2021-04-01 17:52 UTC 

[COMMITTED] Update arm libm-tests-ulps
 2021-04-01 17:52 UTC 

[COMMITTED] support: Fix hurd build after bfddda2570331d
 2021-04-01 17:52 UTC 

[PATCH] io: Check at runtime if timestamp supports nanoseconds
 2021-04-01 16:31 UTC  (7+ messages)

[PATCH] Bug 3604: fix calls to openlog() with LOG_KERN facility
 2021-04-01 15:21 UTC  (5+ messages)
` syslog and LOG_KERN - "
  ` [libc-coord] "
    ` ***SPAM***Re: "

[PATCH v6] x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]
 2021-04-01 13:51 UTC  (2+ messages)

[PATCH] malloc: Print error when oldsize is not equal to the current size
 2021-04-01  8:51 UTC  (2+ messages)

[PATCH v2] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-04-01  7:40 UTC  (2+ messages)

[PATCH v2] S390: Allow "v" constraint for long double math_opt_barrier and math_force_eval with GCC 11
 2021-04-01  7:15 UTC  (3+ messages)

[PATCH] Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]
 2021-04-01  6:15 UTC  (6+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-03-31 22:52 UTC  (7+ messages)

[PATCH 2/2] added auxiliary routine reduce_aux
 2021-03-31 19:27 UTC 

[PATCH] linux: Normalize and return timeout on select (BZ #27651)
 2021-03-31 17:56 UTC 


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