public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
Fwd: New Defects reported by Coverity Scan for RTEMS-Newlib
 2022-08-31 19:16 UTC  (6+ messages)
  `  "

[PATCH v2] Restore _lock initialization in non-single threaded mode
 2022-08-31  8:07 UTC  (3+ messages)

Proposing Sourceware as SFC member project
 2022-08-30 18:56 UTC 

[PATCH 1/2] Used chunk needs to be removed from free_list
 2022-08-30 13:56 UTC  (4+ messages)
` [PATCH 2/2] Don't allocate another header when merging chunks

[PATCH] Restore _lock initialization in single threaded mode
 2022-08-29 19:35 UTC  (4+ messages)

[PATCH] Restore _lock initialization in single threaded mode
 2022-08-29 18:18 UTC  (2+ messages)

Accuracy of Mathematical Functions
 2022-08-29 10:50 UTC 

[PATCH newlib v1 0/4] Add FreeBSD long double functions
 2022-08-26 20:45 UTC  (14+ messages)
` [PATCH newlib v1 1/4] Add infrastructure for incorporating FreeBSD long double methods
` [PATCH newlib v1 2/4] Makefile.in and configure: Regenerated
` [PATCH newlib v1 3/4] Split libm/common/frexpl.c into LDBL_EQ_DBL and long double versions
` [PATCH newlib v1 4/4] Makefile.in: Regenerated

[PATCH] libgloss: riscv: Convert to non-recursive automake
 2022-08-26 14:51 UTC  (3+ messages)

[PATCH v3 0/8] Implement assembly cortex-M PACBTI functionality
 2022-08-24 10:41 UTC  (9+ messages)
` [PATCH v3 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v3 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH v3 3/8] newlib: libc: strlen "
` [PATCH v3 4/8] newlib: libc: memchr "
` [PATCH v3 5/8] newlib: libc: memcpy "
` [PATCH v3 6/8] newlib: libc: setjmp/longjmp "
` [PATCH v3 7/8] newlib: libc: aeabi_memmove "
` [PATCH v3 8/8] newlib: libc: aeabi_memset "

_newlib_version.h not filled with data
 2022-08-22 21:57 UTC  (2+ messages)

Revisiting More Complete long double Support
 2022-08-19  9:19 UTC  (7+ messages)

[PATCH v2 0/8] Implement assembly cortex-M PACBTI functionality
 2022-08-18 16:28 UTC  (18+ messages)
` [PATCH v2 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v2 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH v2 3/8] newlib: libc: strlen "
` [PATCH v2 4/8] newlib: libc: memchr "
` [PATCH v2 5/8] newlib: libc: memcpy "
` [PATCH v2 6/8] newlib: libc: setjmp/longjmp "
` [PATCH v2 7/8] newlib: libc: aeabi_memmove "
` [PATCH v2 8/8] newlib: libc: aeabi_memset "

[PATCH] newlib: libc: Optimize the string functions
 2022-08-16 11:08 UTC  (2+ messages)

[PATCH] SH: Do not build syscalls if option provided
 2022-08-15 19:13 UTC  (2+ messages)

[PATCH] newlib: libc: Optimize the string functions
 2022-08-12 21:09 UTC 

[PATCH] newlib: libc: Optimize the string functions
 2022-08-12 20:38 UTC 

crash in newlocale()
 2022-08-12 10:50 UTC  (7+ messages)

[PATCH] newlocale: fix crash when trying to write to __C_locale
 2022-08-11 18:00 UTC 

Newlib provided syscalls on SH
 2022-08-09 19:29 UTC  (2+ messages)

[PATCH 00/14] Add --enable-newlib-reent-thread-local option
 2022-07-13 11:13 UTC  (30+ messages)
` [PATCH 01/14] Move content in <sys/reent.h>
` [PATCH 02/14] Define _REENT_EMERGENCY(ptr) only once
` [PATCH 03/14] Add _REENT_ERRNO(ptr)
    ` Fw: "
` [PATCH 04/14] Add _REENT_STDIN(ptr)
` [PATCH 05/14] Add _REENT_STDOUT(ptr)
` [PATCH 06/14] Add _REENT_STDERR(ptr)
` [PATCH 07/14] Add _REENT_INC(ptr)
` [PATCH 08/14] Add _REENT_LOCALE(ptr)
` [PATCH 09/14] Add _REENT_CLEANUP(ptr)
` [PATCH 10/14] Add _REENT_CVTLEN(ptr)
` [PATCH 11/14] Add _REENT_CVTBUF(ptr)
` [PATCH 12/14] Add _REENT_SIG_FUNC(ptr)
` [PATCH 13/14] Add _REENT_IS_NULL()
` [PATCH 14/14] Add --enable-newlib-reent-thread-local option

[PATCH 0/6] Synchronize <sys/cdefs.h> with FreeBSD
 2022-07-11  9:43 UTC  (10+ messages)
` [PATCH 1/6] cdefs.h: remove intel_compiler support
` [PATCH 2/6] Expose clang's alignment builtins and use them for roundup2/rounddown2
` [PATCH 3/6] cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused
` [PATCH 4/6] cdefs: Make __nosanitizeaddress work for KASAN as well
` [PATCH 5/6] cdefs: Add a default definition for __nosanitizememory
` [PATCH 6/6] cdefs.h: Remove redundant #ifdefs

[PATCH] Reduce namespace pollution from <sys/_types.h>
 2022-07-07 19:10 UTC  (2+ messages)

[PATCH 0/8] Implement assembly cortex-M PACBTI functionality
 2022-07-06  9:07 UTC  (12+ messages)
` [PATCH 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH 3/8] newlib: libc: strlen "
` [PATCH 4/8] newlib: libc: memchr "
` [PATCH 5/8] newlib: libc: memcpy "
` [PATCH 6/8] newlib: libc: setjmp/longjmp "
` [PATCH 7/8] newlib: libc: aeabi_memmove "
` [PATCH 8/8] newlib: libc: aeabi_memset "

[PATCH] newlib: switch to autoconf long double wider macro
 2022-06-22  2:52 UTC  (7+ messages)

[PATCH v2] Use global stdio streams for all configurations
 2022-06-17 11:33 UTC  (5+ messages)

RISC-V crt0.S
 2022-06-11 15:56 UTC 

[PATCH] Clarify struct _reent comment
 2022-06-08 18:20 UTC  (2+ messages)

[PATCH] Fix stdio init handling
 2022-06-07 23:30 UTC  (9+ messages)

Malloc: unusable area at the end of the heap section
 2022-06-07 16:38 UTC  (4+ messages)

[PATCH] Use global stdio streams for all configurations
 2022-06-07  6:27 UTC  (2+ messages)

Email Update
 2022-05-29 19:44 UTC 

[PATCH] add tests for tzset(3)
 2022-05-27 15:46 UTC  (14+ messages)
` [PATCH v2 0/2] add tzset/_r POSIX angle bracket <> support in TZ env var
            ` [PATCH] update tzset tests
                    ` [PATCH v2] "

Bugs
 2022-05-27  8:49 UTC 

[PATCH v3 0/7] Add --enable-newlib-reent-binary-compat configure option
 2022-05-24 21:25 UTC  (7+ messages)
` [PATCH v3 6/7] Optional struct _reent::_new::_unused

[PATCH] Use right lock release in __register_exitproc()
 2022-05-24 19:22 UTC  (3+ messages)

GNU Tools Cauldron 2022
 2022-05-23 10:27 UTC 

[PATCH] Fix __fp_lock_all() and __fp_unlock_all()
 2022-05-19 17:08 UTC  (7+ messages)
` [PATCH] Fix __sFILE::_lock initialization
` [PATCH] Use weak reference for _REENT_SMALL

Optionally use thread-local objects for struct _reent members
 2022-05-19  8:49 UTC  (2+ messages)

[PATCH] newlib: libc: reente.h: remove unnecessary parentheses
 2022-05-18 10:39 UTC  (2+ messages)

[PATCH] Fix stdio exit handling
 2022-05-17 15:50 UTC  (3+ messages)

Does newlib support x86_64-pc-linux-gnu?
 2022-05-17 11:13 UTC  (3+ messages)

[PATCH v2 00/11] Decouple global file object list from _GLOBAL_REENT
 2022-05-17 10:13 UTC  (4+ messages)
` [PATCH v2 08/11] Add stdio_exit_handler()

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