unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-10-17 14:36:11 to 2020-10-22 16:40:56 UTC [more...]

[PATCH 00/16] Add y2038 support for stat functions
 2020-10-22 16:40 UTC  (10+ 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 12:38 UTC  (11+ 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)

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

[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] malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
 2020-10-22  9:11 UTC 

[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

[PATCH v2] Loosen the limits of time/tst-cpuclock1
 2020-10-21 12:58 UTC  (2+ messages)

[PATCH 1/2] Reinstate ftime and move define it for POSIX.1-2001 or older
 2020-10-21 12:35 UTC  (11+ messages)
` [PATCH 2/2] time: Add 64-bit time_t support for ftime
      ` [PATCH v2] Reinstate ftime and move define it for POSIX.1-2001 or older

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)

queue.3 overhaul
 2020-10-21  4:53 UTC  (6+ messages)

[PATCH 00/22] list.3: New page forked from queue.3
 2020-10-21  4:52 UTC  (38+ messages)
` [PATCH 01/22] list.3: New page that will hold the (list) contents of queue.3
` [PATCH 02/22] list.3, queue.3: NAME: Move code from queue.3 to list.3
` [PATCH 03/22] list.3: NAME: ffix: Use man markup
` [PATCH 04/22] list.3: NAME: Add description
` [PATCH 05/22] list.3, queue.3: SYNOPSIS: Move code from queue.3 to list.3
` [PATCH 06/22] list.3: SYNOPSIS: Copy include from queue.3
` [PATCH 07/22] list.3: SYNOPSIS: ffix: Use man markup
` [PATCH 08/22] list.3: DESCRIPTION: Add short description
` [PATCH 09/22] list.3: DESCRIPTION: Copy description about naming of macros from queue.3
` [PATCH 10/22] list.3: DESCRIPTION: Remove unrelated code to adapt to this page
` [PATCH 11/22] list.3: DESCRIPTION: ffix: Use man markup
` [PATCH 12/22] list.3, queue.3: DESCRIPTION: Move list specific code from queue.3 to list.3
` [PATCH 13/22] list.3: DESCRIPTION: ffix: Use man markup
` [PATCH 14/22] list.3: DESCRIPTION: Remove line pointing to the EXAMPLES
` [PATCH 15/22] list.3: CONFORMING TO: Copy from queue.3
` [PATCH 16/22] list.3: CONFORMING TO: Adapt to this page
` [PATCH 17/22] list.3: CONFORMING TO: ffix: Use man markup
` [PATCH 18/22] list.3: SEE ALSO: Add insque(3) and queue(3)
` [PATCH 19/22] list.3, queue.3: EXAMPLES: Move example program from queue.3 to list.3
` [PATCH 20/22] list.3: EXAMPLES: ffix: Use man markup
` [PATCH 21/22] list.3: BUGS: Note LIST_FOREACH() limitations
` [PATCH 22/22] list.3: RETURN VALUE: Add details about the return value of those macros that "return" a value
  ` [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] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2020-10-20 18:19 UTC  (13+ messages)
  ` V5 "
      ` V6 "
                ` V7 "

[PATCH v2 0/9] Fix getdents{64} regression on some FS
 2020-10-20 17:42 UTC  (13+ messages)
` [PATCH v2 4/9] linux: Use getdents64 on non-LFS readdir

[PATCH v2 0/3] glibc-hwcaps support for LD_LIBRARY_PATH
 2020-10-20 17:23 UTC  (5+ messages)
` [PATCH 1/3] elf: Add "
` [PATCH v2 3/3] powerpc64le: Add glibc-hwcaps support

[RFC] y2038: Export struct_stat_time64_helper.h with Y2038 safe stat{64} content
 2020-10-20 14:55 UTC  (2+ messages)

[PATCH 00/28] glibc-hwcaps support
 2020-10-20 14:25 UTC  (3+ messages)
` [PATCH 24/28] elf: Implement a string table for ldconfig, with tail merging

[PATCH 1/1] C-SKY:Fix dynamic linker's name when mfloat-abi=softfp
 2020-10-20  2:22 UTC  (5+ messages)
    ` 回复:Re: "
        ` 回复:Re: "

[PATCH 1/3] linux: Fix time64 support for futimesat
 2020-10-19 17:56 UTC  (19+ messages)
` [PATCH 2/3] Move ftime to a compatibility symbol
` [PATCH 3/3] linux: Add 64-bit time_t support for wait3

[PATCH 1/3] system_data_types.7: time_t: Add Versions note
 2020-10-19 17:40 UTC  (13+ messages)
` [PATCH 2/3] system_data_types.7: Add 'clock_t'
    ` \- vs - (Was [Re: [PATCH 2/3] system_data_types.7: Add 'clock_t'])
` [PATCH 3/3] clock_t.3: New link to system_data_types(3)

[PATCH] tst: ftime: Add missing include to provide EXIT_UNSUPPORTED definition
 2020-10-19 15:09 UTC 

[PATCH v2] y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit
 2020-10-19 14:59 UTC  (6+ messages)

[PATCH] Loosen the limits of time/tst-cpuclock1
 2020-10-19 14:48 UTC  (11+ messages)

[PATCH 1/3] linux: Use INTERNAL_SYSCALL on fstatat{64}
 2020-10-19 13:39 UTC  (5+ messages)

aio.h fix typos in comments
 2020-10-19  9:09 UTC  (4+ messages)

rt: Fix comments in <aliases.h>
 2020-10-19  8:50 UTC  (2+ messages)

[PATCH v2 2/3] system_data_types.7: Add 'clock_t'
 2020-10-18 13:10 UTC  (2+ messages)

I have successfully built the x86_64-linux with x86_64 mingw-w64 windows 10 hosted toolchains
 2020-10-18  9:19 UTC 

Manual page update for mallinfo2()
 2020-10-17 17:19 UTC 

[PATCH] regex.3: Add example program
 2020-10-17 14:35 UTC  (4+ messages)
` [PATCH v2] "


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