public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 1/4] Rename nptl-signals.h to internal-signals.h
 2018-04-05 18:23 UTC  (9+ messages)
` [PATCH v4 2/4] Filter out NPTL internal signals (BZ #22391)
` [PATCH v4 3/4] linux: Consolidate sigaction implementation

[PATCH] Replace strncpy with memccpy to fix -Wstringop-truncation
 2018-04-05 16:14 UTC  (5+ messages)

[COMMITTED][PATCH] S390: Regenerate ULPs
 2018-04-05 14:27 UTC 

[PATCH] RFC: avoid cancellable I/O primitives in ld.so
 2018-04-05 12:32 UTC  (6+ messages)

Upstreaming the glibc Hurd port
 2018-04-05 11:07 UTC  (44+ messages)

[PATCH] manual: Various fixes to the mbstouwcs example
 2018-04-05 10:49 UTC  (6+ messages)

[PATCH] manual: Result of mbrtowc is a single wide character
 2018-04-05  9:51 UTC  (3+ messages)

[hurd,commited] Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
 2018-04-05  7:39 UTC 

[hurd,commited] hurd: Avoid PLTs for longjmp & siglongjmp
 2018-04-05  7:27 UTC  (2+ messages)

Questions about failing testcase nptl/test-mutex-printers
 2018-04-05  6:43 UTC  (3+ messages)

[patch] yet another memory leak, in dlfcn this time
 2018-04-05  5:32 UTC 

RFC: Removing malloc hooks
 2018-04-05  5:00 UTC 

[PATCH 1/3] Tunables: Add tunables of spin count for adaptive spin mutex
 2018-04-05  1:11 UTC  (7+ messages)
` [PATCH 3/3] Mutex: Avoid useless spinning
` [PATCH 2/3] Mutex: Only read while spinning

[hurd,commited] hurd: Avoid PLT for dirfd
 2018-04-04 23:53 UTC 

[PATCH v2 0/2] Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]
 2018-04-04 22:20 UTC  (8+ messages)
` [PATCH v2 1/2] elf: Unify symbol address "
` [PATCH v2 2/2] elf: Correct absolute (SHN_ABS) symbol "

[COMMITTED] powerpc: Update sin, cos and sincos ULPs
 2018-04-04 22:18 UTC 

[PATCH] Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
 2018-04-04 21:27 UTC 

New version of the libidn2 patch
 2018-04-04 19:22 UTC  (5+ messages)

[COMMITTED PATCH] Make sysdeps/generic/internal-signals.h less stubby
 2018-04-04 17:49 UTC  (3+ messages)

[PATCH COMMITTED] inet: Actually build and run tst-deadline
 2018-04-04 14:12 UTC 

[PATCH] manual: Move mbstouwcs to an example C file
 2018-04-04 13:57 UTC 

[WIP] Fix more if.h issues with glibc and the linux kernel
 2018-04-04 13:03 UTC  (2+ messages)

Update kernel version in syscall-names.list to 4.16
 2018-04-04 11:28 UTC  (2+ messages)

[hurd,commited] hurd: Avoid more libc.so local PLTs
 2018-04-04  7:20 UTC  (20+ messages)

glibc 2.28: Three months of active development
 2018-04-04  4:22 UTC 

[hurd,commited] hurd: Fix typo
 2018-04-04  0:32 UTC 

[hurd,commited] hurd: fix build
 2018-04-04  0:28 UTC 

[hurd,commited] hurd: Add missing symbols
 2018-04-04  0:18 UTC 

[hurd,commited] hurd: Silence warning
 2018-04-04  0:06 UTC 

[hurd,commited] hurd: Make __if_nametoindex return ENODEV if ifname is too long
 2018-04-03 22:03 UTC  (3+ messages)

[hurd,commited] hurd: Fix missing trailing NUL in __if_nametoindex
 2018-04-03 22:02 UTC 

[hurd,commited 0/2] Revert __libc_longjmp changes
 2018-04-03 21:07 UTC  (3+ messages)
` [hurd,commited 2/2] Revert parts of "hurd: Avoid more libc.so local PLTs"
` [hurd,commited 1/2] Revert "s390x: Fix hidden aliases"

[RFC 0/1] Contributing a compound object to the libpthread
 2018-04-03 20:06 UTC  (4+ messages)

[hurd,commited] hurd: Fix buffer overrun in __if_nametoindex
 2018-04-03 19:27 UTC  (2+ messages)

[PATCH] Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
 2018-04-03 19:15 UTC  (4+ messages)

Use Linux 4.16 in build-many-glibcs.py [committed]
 2018-04-03 15:41 UTC 

[PATCH] getlogin_r: return early when linux sentinel value is set
 2018-04-03 11:53 UTC  (14+ messages)

[hurd,commited] s390x: Fix hidden aliases
 2018-04-03 11:53 UTC 

[hurd,commited] hurd: Avoid local PLT in libpthread
 2018-04-03  0:57 UTC 

[hurd,commited] hurd: Fix typo
 2018-04-03  0:30 UTC  (2+ messages)
` [hurd,commited] hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hidden

[hurd,commited] hurd: Avoid some PLTs in libc and librt
 2018-04-03  0:17 UTC  (3+ messages)

[hurd,commited] hurd: Avoid more libc.so PLTs
 2018-04-02 23:41 UTC 

[hurd,commited] hurd: Avoid some libc.so PLTs
 2018-04-02 22:09 UTC 

[hurd,commited] hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hidden
 2018-04-02 21:49 UTC 

[hurd,commited] hurd: Update localplt.data
 2018-04-02 21:44 UTC 

[hurd,commited] hurd: Add __errno_location to overridable ld.so symbols
 2018-04-02 21:33 UTC 

[hurd,commited] hurd: whitelist rtld symbols expected to be overridable
 2018-04-02 21:02 UTC 

[hurd,commited] Revert __dirfd PLT avoidance for now
 2018-04-02 19:47 UTC 

[PATCH v4] powerpc64*: fix the order of implied sysdeps directories
 2018-04-02 18:28 UTC  (2+ messages)

[hurd,commited] hurd: Avoid local PLTs in libpthread
 2018-04-02 18:14 UTC 

[hurd,commited] hurd: Fix exposition of UTIME_NOW, UTIME_OMIT
 2018-04-02 15:07 UTC 

[hurd,commited] hurd: Announce that glibc now builds unpatched
 2018-04-02 14:46 UTC 

[hurd,commited] hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+
 2018-04-02 14:42 UTC 

[hurd,commited] hurd: Add hurd thread library
 2018-04-02 14:40 UTC  (3+ messages)

[PATCH 1/7] Assume O_DIRECTORY for opendir
 2018-04-02 13:59 UTC  (2+ messages)

[hurd,commited] hurd: Remove bogus net/if_ppp.h
 2018-04-02  0:08 UTC 

[hurd,commited] hurd: Advertise libpthread
 2018-04-01 23:58 UTC 

[hurd,commited] hurd libpthread: add function missing in ABI list
 2018-04-01 23:54 UTC 

[PATCH COMMITTED] support_format_addrinfo: Include unknown error number in result
 2018-04-01 18:03 UTC 

[PATCH] x86: Use pad in pthread_unwind_buf to preserve shadow stack register
 2018-03-30 17:41 UTC 

[hurd,commited] hurd: avoid letting signals go to thread created by timer_create
 2018-03-30  0:48 UTC 

[PATCH] x86: Add __sigsetjmp_cancel and __setjmp_cancel
 2018-03-29 20:20 UTC  (15+ messages)

PING: [PATCH] x86: Add __sigsetjmp_cancel and __setjmp_cancel
 2018-03-29 19:58 UTC  (4+ messages)

[PATCH] Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397
 2018-03-29 10:38 UTC  (2+ messages)

SIGBUS failure for misc/tst-bz21269 on i386
 2018-03-28 17:47 UTC  (7+ messages)

[PATCH] powerpc: Expose VSX feature test
 2018-03-28 13:46 UTC  (6+ messages)

RFA: Need to extend x86 psABI to support thread cancellation and alternate signal stack
 2018-03-28 13:04 UTC  (6+ messages)

[COMMITTED] sparc: Fix arch_fork definition
 2018-03-28  0:37 UTC 

[hurd,commited] hurd: advertise process memory locking option
 2018-03-27 21:20 UTC 

[PATCH] Fix crash in resolver on memory allocation failure (bug 23005)
 2018-03-27 15:20 UTC  (2+ 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).