unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-10-20 18:20:08 to 2020-10-26 16:23:49 UTC [more...]

[PATCH 1/2] Reinstate ftime and move define it for POSIX.1-2001 or older
 2020-10-26 16:23 UTC  (14+ messages)
      ` [PATCH v2] "

Update kernel version to 5.9 in tst-mman-consts.py
 2020-10-26 16:22 UTC  (2+ messages)

[PATCH] more out of bounds checking improvements
 2020-10-26 16:08 UTC  (3+ messages)

BTI interaction between seccomp filters in systemd and glibc mprotect calls, causing service failures
 2020-10-26 15:56 UTC  (27+ messages)
` [systemd-devel] "

string: Amend grammar and add description <byteswap.h>
 2020-10-26 15:55 UTC  (5+ messages)

[PATCH] malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
 2020-10-26 13:32 UTC  (2+ messages)

[PATCH 1/2] Revert "linux: Move {f}xstat{at} to compat symbols"
 2020-10-26 12:56 UTC  (9+ messages)
` [PATCH 2/2] Revert "linux: Move xmknod{at} "

[committed] Fix typo in NEWS file
 2020-10-26 12:16 UTC  (2+ messages)

[PATCH] Remove timing related checks of time/tst-cpuclock1
 2020-10-26  9:55 UTC  (3+ messages)

[PATCH 1/1] riscv: Get cache information through sysconf
 2020-10-26  8:26 UTC  (2+ messages)

argp: Fix spelling in <argp.h>
 2020-10-25 23:36 UTC 

[PATCH 1/2] system_Data_types.7: Add 'clockid_t'
 2020-10-25 21:19 UTC  (4+ messages)
` [PATCH 2/2] clockid_t: New link to system_data_types(7)

[PATCH 1/2] queue.3: Add self to copyright notice
 2020-10-25 20:18 UTC  (5+ messages)
` [PATCH 2/2] queue.3: Fix & update after forking circleq.3, list.3, slist.3, stailq.3 & tailq.3

[PATCH 00/10] tailq.3: fork from queue.3
 2020-10-25  9:46 UTC  (12+ messages)
` [PATCH 01/10] tailq.3: New page that will hold the (tailq) contents of queue.3
` [PATCH 02/10] queue.3, tailq.3: NAME: Move code from queue.3 to tailq.3
` [PATCH 03/10] queue.3, tailq.3: SYNOPSIS: "
` [PATCH 04/10] queue.3, tailq.3: DESCRIPTION: "
` [PATCH 05/10] queue.3, tailq.3: EXAMPLES: "
` [PATCH 06/10] tailq.3: Copy and adapt code from queue.3
` [PATCH 07/10] tailq.3: ffix: Use man markup
` [PATCH 08/10] tailq.3: Add remaining details to complete the page
` [PATCH 09/10] TAILQ_CONCAT.3, TAILQ_EMPTY.3, TAILQ_ENTRY.3, TAILQ_FIRST.3, TAILQ_FOREACH.3, TAILQ_FOREACH_REVERSE.3, TAILQ_HEAD.3, TAILQ_HEAD_INITIALIZER.3, TAILQ_INIT.3, TAILQ_INSERT_AFTER.3, TAILQ_INSERT_BEFORE.3, TAILQ_INSERT_HEAD.3, TAILQ_INSERT_TAIL.3, TAILQ_LAST.3, TAILQ_NEXT.3, TAILQ_PREV.3, TAILQ_REMOVE.3, TAILQ_SWAP.3: Link to the new tailq(3) page instead of queue(3)
` [PATCH 10/10] queue.3: SEE ALSO: Add tailq(3)

[PATCH 0/8] stailq.3
 2020-10-25  9:13 UTC  (12+ messages)
` [PATCH 1/8] stailq.3: New page that will hold the (stailq) contents of queue.3
` [PATCH 2/8] queue.3, stailq.3: NAME: Move code from queue.3 to stailq.3
` [PATCH 3/8] queue.3, stailq.3: SYNOPSIS: "
` [PATCH 4/8] queue.3, stailq.3: DESCRIPTION: Move stailq specific "
` [PATCH 5/8] queue.3, stailq.3: EXAMPLES: Move stailq example "
` [PATCH 6/8] stailq.3: Copy and adapt code from queue.3
` [PATCH 7/8] stailq.3: ffix: Use man markup
` [PATCH 8/8] stailq.3: Add remaining details to complete the page
` [PATCH 09/10] STAILQ_CONCAT.3, STAILQ_EMPTY.3, STAILQ_ENTRY.3, STAILQ_FIRST.3, STAILQ_FOREACH.3, STAILQ_HEAD.3, STAILQ_HEAD_INITIALIZER.3, STAILQ_INIT.3, STAILQ_INSERT_AFTER.3, STAILQ_INSERT_HEAD.3, STAILQ_INSERT_TAIL.3, STAILQ_NEXT.3, STAILQ_REMOVE.3, STAILQ_REMOVE_HEAD.3: Link to the new stailq(3) page instead of queue(3)
` [PATCH 10/10] queue.3: SEE ALSO: Add stailq(3)

misc: Fix grammar in <sys/cdefs.h>
 2020-10-24 23:05 UTC 

stdlib: Fix comment in <alloca.h>
 2020-10-24 23:01 UTC 

inet: Fix comments in <aliases.h>
 2020-10-24 22:57 UTC 

Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9
 2020-10-23 17:24 UTC 

[PATCH 00/11] circleq.3: Fork from queue.3
 2020-10-23 16:19 UTC  (13+ messages)
` [PATCH 01/11] circleq.3: New page that will hold the (circleq) content of queue.3
` [PATCH 02/11] circleq.3, queue.3: NAME: Move code from queue-3 to circleq.3
` [PATCH 03/11] circleq.3, queue.3: SYNOPSIS: Move code from queue.3 "
` [PATCH 04/11] circleq.3, queue.3: DESCRIPTION: Move circleq specific "
` [PATCH 05/11] circleq.3, queue.3: EXAMPLES: Move circleq example program "
` [PATCH 06/11] queue.3: ffix
` [PATCH 07/11] circleq.3: Copy and adapt code from queue.3
` [PATCH 08/11] circleq.3: ffix: Use man markup
` [PATCH 09/11] circleq.3: Add remaining details to complete the page
` [PATCH 10/11] CIRCLEQ_ENTRY.3, CIRCLEQ_HEAD.3, CIRCLEQ_INIT.3, CIRCLEQ_INSERT_AFTER.3, CIRCLEQ_INSERT_BEFORE.3, CIRCLEQ_INSERT_HEAD.3, CIRCLEQ_INSERT_TAIL.3, CIRCLEQ_REMOVE.3: Link to the new circleq(3) page instead of queue(3)
` [PATCH 11/11] queue.3: SEE ALSO: Add circleq(3)

[PATCH v2] Loosen the limits of time/tst-cpuclock1
 2020-10-23 13:09 UTC  (5+ messages)

queue.3 overhaul
 2020-10-23  9:50 UTC  (7+ messages)
          ` sys/queue.h: Add macros present on BSDs

Update syscall lists for Linux 5.9
 2020-10-23  6:35 UTC  (2+ messages)

[PATCH 00/28] glibc-hwcaps support
 2020-10-22 21:08 UTC  (3+ messages)
` [PATCH 25/28] elf: Implement tail merging of strings in ldconfig

[PATCH 00/16] Add y2038 support for stat functions
 2020-10-22 18:04 UTC  (11+ messages)
` [PATCH 14/16] linux: Move {f}xstat{at} to compat symbols
  ` __xstat et al. as compat symbols (was: Re: [PATCH 14/16] linux: Move {f}xstat{at} to compat symbols)
      ` __xstat et al. as compat symbols

[PATCH 00/10] slist.3: fork from queue.3
 2020-10-22 17:48 UTC  (12+ messages)
` [PATCH 01/10] slist.3: New page that will hold the (slist) contents of queue.3
` [PATCH 02/10] queue.3, slist.3: NAME: Move code from queue.3 to slist.3
` [PATCH 03/10] queue.3, slist.3: SYNOPSIS: Move code from queue.3 to list.3
` [PATCH 04/10] queue.3, slist.3: DESCRIPTION: Move slist specific code from queue.3 to slist.3
` [PATCH 05/10] queue.3, slist.3: EXAMPLES: Move example program "
` [PATCH 06/10] slist.3: Copy and adapt code from queue.3
` [PATCH 07/10] slist.3: ffix: Use man markup
` [PATCH 08/10] slist.3: Add details
` [PATCH 09/10] SLIST_EMPTY.3, SLIST_ENTRY.3, SLIST_FIRST.3, SLIST_FOREACH.3, SLIST_HEAD.3, SLIST_HEAD_INITIALIZER.3, SLIST_INIT.3, SLIST_INSERT_AFTER.3, SLIST_INSERT_HEAD.3, SLIST_NEXT.3, SLIST_REMOVE.3, SLIST_REMOVE_HEAD.3: Link to the new slist(3) page instead of queue(3)
` [PATCH 10/10] queue.3: SEE ALSO: Add slist(3)

[PATCH 1/5] login: Consolidate utmp and utmpx headers
 2020-10-22  9:31 UTC  (11+ messages)
` [PATCH 2/5] login: Move gnu utmpx to default implementaion
` [PATCH 3/5] login: Add 64-bit time support
` [PATCH 4/5] login: User 64-bit time on struct lastlog
` [PATCH 5/5] Remove __WORDSIZE_TIME64_COMPAT32

[PATCH] Reword description of SXID_* tunable properties
 2020-10-22  8:22 UTC  (3+ messages)

Dynamic Linker: Exposing static symbols at runtime
 2020-10-22  7:57 UTC  (2+ messages)

Use Linux 5.9 in build-many-glibcs.py
 2020-10-22  7:41 UTC  (2+ messages)

[PATCH] tst-tcfree2: adjust coding style
 2020-10-22  6:23 UTC 

[PATCH 0/1] Optimizing memcpy for AMD Zen architecture
 2020-10-22  4:50 UTC  (2+ messages)
` [PATCH 1/1] x86: "

[v2] New benchtest: pthread locks
 2020-10-21 15:18 UTC  (2+ messages)

[PATCH v3 0/7] Fix getdents{64} regression on some FS
 2020-10-21 14:15 UTC  (8+ messages)
` [PATCH v3 1/7] linux: Do not skip entries with zero d_ino values [BZ #12165]
` [PATCH v3 2/7] linux: Use getdents64 on non-LFS readdir
` [PATCH v3 3/7] linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]
` [PATCH v3 4/7] linux: Add __readdir64_unlocked
` [PATCH v3 5/7] linux: Add __old_readdir64_unlocked
` [PATCH v3 6/7] linux: Use getdents64 on readdir64 compat implementation
` [PATCH v3 7/7] dirent: Deprecate getdirentries

Randomize offset between program segments?
 2020-10-21 10:44 UTC  (11+ messages)

[PATCH] y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitset
 2020-10-21  6:49 UTC  (4+ messages)

[PATCH 22/22] list.3: RETURN VALUE: Add details about the return value of those macros that "return" a value
 2020-10-21  4:52 UTC  (13+ messages)
` [PATCH v2 00/10] list.3: New page forked from queue.3
` [PATCH v2 01/10] list.3: New page that will hold the (list) contents of queue.3
` [PATCH v2 02/10] list.3, queue.3: NAME: Move code from queue.3 to list.3
` [PATCH v2 03/10] list.3, queue.3: SYNOPSIS: "
` [PATCH v2 04/10] list.3, queue.3: DESCRIPTION: Move list specific "
` [PATCH v2 05/10] list.3, queue.3: EXAMPLES: Move example program "
` [PATCH v2 06/10] list.3: Copy and adapt code from queue.3
` [PATCH v2 07/10] list.3: ffix: Use man markup
` [PATCH v2 08/10] list.3: Add details
` [PATCH v2 09/10] LIST_EMPTY.3, LIST_ENTRY.3, LIST_FIRST.3, LIST_FOREACH.3, LIST_HEAD.3, LIST_HEAD_INITIALIZER.3, LIST_INIT.3, LIST_INSERT_AFTER.3, LIST_INSERT_BEFORE.3, LIST_INSERT_HEAD.3, LIST_NEXT.3, LIST_REMOVE.3: Link to the new list.3 page instead of queue.3
` [PATCH v2 10/10] queue.3: SEE ALSO: Add list(3)

[PATCH] C-SKY: Make dynamic linker's name compitable with the older gcc
 2020-10-20 20:29 UTC  (2+ messages)

[PATCH 00/22] list.3: New page forked from queue.3
 2020-10-20 19:33 UTC  (4+ messages)

[PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2020-10-20 18:19 UTC  (10+ messages)
  ` V5 "
      ` V6 "
                ` V7 "


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