2018 Archives by subject
Starting: Wed Jan 3 06:32:00 GMT 2018
Ending: Mon Dec 31 18:02:00 GMT 2018
Messages: 1156
- "cannot convert to a pointer type" compilation error
R. Diez via newlib
- "cannot convert to a pointer type" compilation error
Thomas Preudhomme
- "News" webpage stops at 2.4.0
Paul Koning
- "News" webpage stops at 2.4.0
Jeff Johnston
- [Aarch64] Fix _lseek prototype
Christophe Lyon
- [Aarch64] Fix _lseek prototype
Eric Blake
- [Aarch64] Fix _lseek prototype
Christophe Lyon
- [Aarch64] Fix _lseek prototype
Christophe Lyon
- [Aarch64] Fix _lseek prototype
Richard Earnshaw (lists)
- [Aarch64] Fix _lseek prototype
Eric Blake
- [Aarch64] Fix _lseek prototype
Christophe Lyon
- [Aarch64] Fix _lseek prototype
Richard Earnshaw (lists)
- [Aarch64] Fix warning in _sbrk
Christophe Lyon
- [Aarch64] Fix warning in _sbrk
Christophe Lyon
- [Aarch64] Fix warning in _sbrk
Richard Earnshaw (lists)
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Christophe Lyon
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Craig Howland
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Christophe Lyon
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Richard Earnshaw (lists)
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Christophe Lyon
- [ARM] Add endless loop to avoid a compiler warning on noreturn functions.
Richard Earnshaw (lists)
- [ARM] Cast string pointers to int to avoid compiler warnings.
Christophe Lyon
- [ARM] Cast string pointers to int to avoid compiler warnings.
Christophe Lyon
- [ARM] Cast string pointers to int to avoid compiler warnings.
Richard Earnshaw (lists)
- [ARM] Fix _unlink prototype under ARM_RDI_MONITOR.
Christophe Lyon
- [ARM] Fix _unlink prototype under ARM_RDI_MONITOR.
Eric Blake
- [ARM] Fix _unlink prototype under ARM_RDI_MONITOR.
Christophe Lyon
- [arm] Fix syscalls.c for newlib embedded syscalls builds
Richard Earnshaw (lists)
- [ARM] Make _kill() a noreturn function (was: [ARM] Add endless loop to avoid a compiler warning on noreturn functions.)
Christophe Lyon
- [ARM] Make _kill() a noreturn function (was: [ARM] Add endless loop to avoid a compiler warning on noreturn functions.)
Richard Earnshaw (lists)
- [ARM] Make _kill() a noreturn function (was: [ARM] Add endless loop to avoid a compiler warning on noreturn functions.)
Christophe Lyon
- [ARM] Make _kill() a noreturn function (was: [ARM] Add endless loop to avoid a compiler warning on noreturn functions.)
Richard Earnshaw (lists)
- [committed, PATCH] RTEMS: Add __tls_get_addr() to crt0
Sebastian Huber
- [committed, PATCH] RTEMS: Add aligned_alloc() to crt0
Sebastian Huber
- [Fwd: Re: [PATCH cygwin] Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot.]
Corinna Vinschen
- [Fwd: Re: [PATCH cygwin] Re: Date field of ls -l command is garbled in latest cygwin1.dll snapshot.]
Corinna Vinschen
- [PATCH, committed] RTEMS: Unconditionally define _off_t to int64_t
Sebastian Huber
- [PATCH 0/2] Minor updates to the new math code
Szabolcs Nagy
- [PATCH 0/2] Minor updates to the new math code
Corinna Vinschen
- [PATCH 0/3] Improved string comparison routines for aarch64
Siddhesh Poyarekar
- [PATCH 0/3] Improved string comparison routines for aarch64
Corinna Vinschen
- [PATCH 0/3] Improved string comparison routines for aarch64
Corinna Vinschen
- [PATCH 0/3] Improved string comparison routines for aarch64
Siddhesh Poyarekar
- [PATCH 0/3] Updates to the new math code
Szabolcs Nagy
- [PATCH 0/3] Updates to the new math code
Corinna Vinschen
- [PATCH 0/3] Updates to the new math code
Szabolcs Nagy
- [PATCH 0/3] Updates to the new math code
Szabolcs Nagy
- [PATCH 0/3] Updates to the new math code
Corinna Vinschen
- [PATCH 0/4] A selection of cleanups
keithp@keithp.com
- [PATCH 0/5] New double precision exp, exp2, log, log2 and pow functions
Szabolcs Nagy
- [PATCH 0/5] New double precision exp, exp2, log, log2 and pow functions
Corinna Vinschen
- [PATCH 0/6 v2] Updates to the new math code
Szabolcs Nagy
- [PATCH 0/6 v2] Updates to the new math code
Corinna Vinschen
- [PATCH 0/7] Add FreeBSD changes to <sys/time.h>
Sebastian Huber
- [PATCH 0/7] Add FreeBSD changes to <sys/time.h>
Corinna Vinschen
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Sebastian Huber
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Eric Blake
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Sebastian Huber
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Gedare Bloom
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Richard Earnshaw (lists)
- [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Corinna Vinschen
- [PATCH 01/44] Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd. Add MAC framework entries for posix shm read and write.
Sebastian Huber
- [PATCH 02/44] Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use an address in the first 2GB of the process's address space. This flag should have the same semantics as the same flag on Linux.
Sebastian Huber
- [PATCH 03/44] Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Sebastian Huber
- [PATCH 04/44] Add a new fo_fill_kinfo fileops method to add type-specific information to struct kinfo_file. - Move the various fill_*_info() methods out of kern_descrip.c and into the various file type implementations. - Rework the support for kinfo_ofile to generate a suitable kinfo_file object for each file and then convert that to a kinfo_ofile structure rather than keeping a second, different set of code that directly manipulates type-specific file information. - Remove the shm_path() and ksem_info() layering violations.
Sebastian Huber
- [PATCH 05/44] Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2). Older binaries are still permitted to use these flags.
Sebastian Huber
- [PATCH 06/44] Add a new file operations hook for mmap operations. File type-specific logic is now placed in the mmap hook implementation rather than requiring it to be placed in sys/vm/vm_mmap.c. This hook allows new file types to support mmap() as well as potentially allowing mmap() for existing file types that do not currently support any mapping.
Sebastian Huber
- [PATCH 07/44] Implement process-shared locks support for libthr.so.3, without breaking the ABI. Special value is stored in the lock pointer to indicate shared lock, and offline page in the shared memory is allocated to store the actual lock.
Sebastian Huber
- [PATCH 08/44] mprotect(): Change prototype to comply to POSIX.
Sebastian Huber
- [PATCH 09/44] Renumber copyright clause 4
Sebastian Huber
- [PATCH 1/2] ctype: Fix integer type for caseconv_entry::delta
Sebastian Huber
- [PATCH 1/2] ctype: Fix integer type for caseconv_entry::delta
Corinna Vinschen
- [PATCH 1/2] Ensure qsort recursion depth is bounded
Håkan Lindqvist
- [PATCH 1/2] Ensure qsort recursion depth is bounded
Corinna Vinschen
- [PATCH 1/2] Ensure qsort recursion depth is bounded
Håkan Lindqvist
- [PATCH 1/2] Ensure qsort recursion depth is bounded
Corinna Vinschen
- [PATCH 1/2] Fix the documentation comments for log_inline in pow
Szabolcs Nagy
- [PATCH 1/2] Make _CLOCKID_T_ system configurable
Sebastian Huber
- [PATCH 1/2] Make _CLOCKID_T_ system configurable
Corinna Vinschen
- [PATCH 1/2] RISC-V: Fix alignment issue in sigjmp_buf
Kito Cheng
- [PATCH 1/2] RISC-V: Fix alignment issue in sigjmp_buf
Corinna Vinschen
- [PATCH 1/2] RISC-V: Fixed return code in _times syscall.
Kito Cheng
- [PATCH 1/2] RISC-V: Fixed return code in _times syscall.
Corinna Vinschen
- [PATCH 1/3] [aarch64] Improve strncmp for mutually misaligned inputs
Siddhesh Poyarekar
- [PATCH 1/3] Fix code style and comments of new math code
Szabolcs Nagy
- [PATCH 1/3] generated width data
Thomas Wolff
- [PATCH 1/3] generated width data
Corinna Vinschen
- [PATCH 1/3] generated width data
Thomas Wolff
- [PATCH 1/3] generated width data, Unicode 10.0
Thomas Wolff
- [PATCH 1/3] Initial PRU port
Dimitar Dimitrov
- [PATCH 1/3] Remove direct locale references from stdlib
Jaap de Wolff
- [PATCH 1/4] Use nanf("") instead of nanf(NULL)
keithp@keithp.com
- [PATCH 1/4] Use nanf("") instead of nanf(NULL)
Craig Howland
- [PATCH 1/4] Use nanf("") instead of nanf(NULL)
Joseph Myers
- [PATCH 1/4] Use nanf("") instead of nanf(NULL)
Craig Howland
- [PATCH 1/4] Use nanf("") instead of nanf(NULL)
Corinna Vinschen
- [PATCH 1/5] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
Jaap de Wolff
- [PATCH 1/5] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
Corinna Vinschen
- [PATCH 1/5] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
Nick Clifton
- [PATCH 1/5] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
Corinna Vinschen
- [PATCH 1/5] Use uint32_t sign argument to math error functions
Szabolcs Nagy
- [PATCH 1/6] Fix code style and comments of new math code
Szabolcs Nagy
- [PATCH 1/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 1/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 1/6] generated character data for libc/ctype
Can Finner
- [PATCH 1/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 1/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 1/6] generated character data for libc/ctype
Can Finner
- [PATCH 1/6] generated character data for libc/ctype
Can Finner
- [PATCH 1/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 1/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 1/6] generated character data for libc/ctype
Can Finner
- [PATCH 1/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 1/6] Make _Static_assert() work with GCC in older C++ standards.
Sebastian Huber
- [PATCH 1/6] Make _Static_assert() work with GCC in older C++ standards.
Corinna Vinschen
- [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT
Sebastian Huber
- [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT
Sebastian Huber
- [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT
Corinna Vinschen
- [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT
Corinna Vinschen
- [PATCH 1/6] O_CLOEXEC O_NOFOLLOW O_DIRECTORY O_EXEC O_DIRECT
Sebastian Huber
- [PATCH 1/7] Renumber copyright clause 4
Sebastian Huber
- [PATCH 10/44] Implement INHERIT_ZERO for minherit(2).
Sebastian Huber
- [PATCH 11/44] Listening sockets improvements.
Sebastian Huber
- [PATCH 12/44] Implement address space guards.
Sebastian Huber
- [PATCH 13/44] Relax visibility for some termios symbols.
Sebastian Huber
- [PATCH 14/44] Correct sysctl names.
Sebastian Huber
- [PATCH 15/44] if: Add ioctls to get RSS key and hash type/function.
Sebastian Huber
- [PATCH 16/44] Add a place for a driver to report rx timestamps in nanoseconds from boot for the received packets.
Sebastian Huber
- [PATCH 17/44] Use hardware timestamps to report packet timestamps for SO_TIMESTAMP and other similar socket options.
Sebastian Huber
- [PATCH 18/44] sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH 19/44] include: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH 2/2] ctype: Avoid GCC note in towctrans_l.c
Sebastian Huber
- [PATCH 2/2] ctype: Avoid GCC note in towctrans_l.c
Andre Vieira (lists)
- [PATCH 2/2] ctype: Avoid GCC note in towctrans_l.c
Sebastian Huber
- [PATCH 2/2] Reduce qsort stack consumption
Håkan Lindqvist
- [PATCH 2/2] Reduce qsort stack consumption
Eric Blake
- [PATCH 2/2] Reduce qsort stack consumption
Håkan Lindqvist
- [PATCH 2/2] Reduce qsort stack consumption
Corinna Vinschen
- [PATCH 2/2] Reduce qsort stack consumption
Håkan Lindqvist
- [PATCH 2/2] Remove float compare option from sincosf
Szabolcs Nagy
- [PATCH 2/2] RISC-V: Fix _sbrk, it's failed only when return value is -1.
Kito Cheng
- [PATCH 2/2] RISC-V: Fix _sbrk, it's failed only when return value is -1.
Corinna Vinschen
- [PATCH 2/2] RISC-V: isatty: return 0 on error
Kito Cheng
- [PATCH 2/2] RISC-V: isatty: return 0 on error
Corinna Vinschen
- [PATCH 2/2] RTEMS: Use int for _CLOCKID_T_
Sebastian Huber
- [PATCH 2/3] [aarch64] memcmp.S: optimize for medium to large sizes
Siddhesh Poyarekar
- [PATCH 2/3] Change the return type of converttoint and document the, semantics
Szabolcs Nagy
- [PATCH 2/3] generated width data
Thomas Wolff
- [PATCH 2/3] PRU: Align libmath to PRU ABI
Dimitar Dimitrov
- [PATCH 2/3] Remove direct locale access from other files
Jaap de Wolff
- [PATCH 2/3] use generated width data
Thomas Wolff
- [PATCH 2/4] Remove unused variable 'one' from sf_cos.c
keithp@keithp.com
- [PATCH 2/4] Remove unused variable 'one' from sf_cos.c
Corinna Vinschen
- [PATCH 2/5] Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this from nano-mallocr.c
Jaap de Wolff
- [PATCH 2/5] New exp and exp2 implementations
Szabolcs Nagy
- [PATCH 2/5] New exp and exp2 implementations
Sebastian Huber
- [PATCH 2/5] New exp and exp2 implementations
Szabolcs Nagy
- [PATCH 2/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 2/6] Move __HAVE_FAST_FMA to math_config.h
Szabolcs Nagy
- [PATCH 2/6] Open a directory with the usual flags
Sebastian Huber
- [PATCH 2/6] Open a directory with the usual flags
Corinna Vinschen
- [PATCH 2/6] Open a directory with the usual flags
Sebastian Huber
- [PATCH 2/6] Open a directory with the usual flags
Corinna Vinschen
- [PATCH 2/6] Open a directory with the usual flags
Sebastian Huber
- [PATCH 2/6] Open a directory with the usual flags
Corinna Vinschen
- [PATCH 2/6] sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH 2/7] Add inline functions to convert between sbintime_t
Sebastian Huber
- [PATCH 20/44] sys/sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH 21/44] Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since very beginning of polling(4). The module always ignored return value from driver polling handler.
Sebastian Huber
- [PATCH 22/44] SPDX: license IDs for some ISC-related files.
Sebastian Huber
- [PATCH 23/44] Follow the RFC6980 and silently ignore following IPv6 NDP messages that had the IPv6 fragmentation header: o Neighbor Solicitation o Neighbor Advertisement o Router Solicitation o Router Advertisement o Redirect
Sebastian Huber
- [PATCH 24/44] This is an implementation of the client side of TCP Fast Open (TFO) [RFC7413]. It also includes a pre-shared key mode of operation in which the server requires the client to be in possession of a shared secret in order to successfully open TFO connections with that server.
Sebastian Huber
- [PATCH 25/44] Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
Sebastian Huber
- [PATCH 26/44] Add the "TCP Blackbox Recorder" which we discussed at the developer summits at BSDCan and BSDCam in 2017.
Sebastian Huber
- [PATCH 27/44] Move uio enums to sys/_uio.h.
Sebastian Huber
- [PATCH 28/44] Allow to specify PCP on packets not belonging to any VLAN.
Sebastian Huber
- [PATCH 29/44] Fix access to ifru_buffer on freebsd32.
Sebastian Huber
- [PATCH 3/3] [aarch64] strcmp.S: Improve performance for misaligned strings
Siddhesh Poyarekar
- [PATCH 3/3] Fix large ulp error in pow without fma very near 1.0
Szabolcs Nagy
- [PATCH 3/3] generated width data
Thomas Wolff
- [PATCH 3/3] Remove locale access for _REENT_SMALL
Jaap de Wolff
- [PATCH 3/3] Remove locale access for _REENT_SMALL
Corinna Vinschen
- [PATCH 3/3] Remove locale access for _REENT_SMALL
Anmin via newlib
- [PATCH 3/3] Remove locale access for _REENT_SMALL
Keith Packard
- [PATCH 3/3] Update GNU config.sub
Dimitar Dimitrov
- [PATCH 3/3] width data generation script
Thomas Wolff
- [PATCH 3/3] width data generation script
Corinna Vinschen
- [PATCH 3/3] width data generation script
Thomas Wolff
- [PATCH 3/3] width data generation script
Corinna Vinschen
- [PATCH 3/3] width data generation script
Corinna Vinschen
- [PATCH 3/3] width data generation script
Hans-Bernhard Bröker
- [PATCH 3/3] width data generation script
Thomas Wolff
- [PATCH 3/3] width data generation script
Brian Inglis
- [PATCH 3/4] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs
keithp@keithp.com
- [PATCH 3/4] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs
Craig Howland
- [PATCH 3/4] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs
Joel Sherrill
- [PATCH 3/4] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs
Corinna Vinschen
- [PATCH 3/4] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs
Keith Packard
- [PATCH 3/5] add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warnings
Jaap de Wolff
- [PATCH 3/5] New log implementation
Szabolcs Nagy
- [PATCH 3/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 3/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 3/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 3/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 3/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 3/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 3/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 3/6] generated character data for libc/ctype
Thomas Preudhomme
- [PATCH 3/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 3/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 3/6] Move common <sys/dirent.h> content to <dirent.h>
Sebastian Huber
- [PATCH 3/6] Move common <sys/dirent.h> content to <dirent.h>
Corinna Vinschen
- [PATCH 3/6] Remove lint support from system headers and MD x86 headers.
Sebastian Huber
- [PATCH 3/6] Remove unused TOINT_RINT and TOINT_SHIFT macros
Szabolcs Nagy
- [PATCH 3/7] sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH 30/44] Implement several enhancements to NUMA policies.
Sebastian Huber
- [PATCH 31/44] Use an accessor function to access ifr_data.
Sebastian Huber
- [PATCH 32/44] Add 32-bit compat for ioctls that take struct ifgroupreq.
Sebastian Huber
- [PATCH 33/44] Load balance sockets with new SO_REUSEPORT_LB option
Sebastian Huber
- [PATCH 34/44] Revert r332894 at the request of the submitter.
Sebastian Huber
- [PATCH 35/44] iflib(9): Add support for cloning pseudo interfaces
Sebastian Huber
- [PATCH 36/44] Load balance sockets with new SO_REUSEPORT_LB option.
Sebastian Huber
- [PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Sebastian Huber
- [PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Eric Blake
- [PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Sebastian Huber
- [PATCH 38/44] RTEMS: Update FreeBSD version tags
Sebastian Huber
- [PATCH 39/44] RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
Sebastian Huber
- [PATCH 4/4] Use __inhibit_loop_to_libcall in all memset/memcpy implementations
keithp@keithp.com
- [PATCH 4/4] Use __inhibit_loop_to_libcall in all memset/memcpy implementations
Corinna Vinschen
- [PATCH 4/5] adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on implicit conversions
Jaap de Wolff
- [PATCH 4/5] adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on implicit conversions
Richard Earnshaw (lists)
- [PATCH 4/5] adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on implicit conversions
Corinna Vinschen
- [PATCH 4/5] adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on implicit conversions
Richard Earnshaw (lists)
- [PATCH 4/5] New log2 implementation
Szabolcs Nagy
- [PATCH 4/6] Change the return type of converttoint and document the semantics
Szabolcs Nagy
- [PATCH 4/6] Define a new __alloc_size2 attribute to complement the exiting support.
Sebastian Huber
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 4/6] generated character data for libc/ctype
Corinna Vinschen
- [PATCH 4/6] RTEMS: Add struct dirent::d_type member
Sebastian Huber
- [PATCH 4/7] Correct a misplaced closing paren.
Sebastian Huber
- [PATCH 40/44] RTEMS: Introduce <machine/_kernel_uio.h>
Sebastian Huber
- [PATCH 41/44] RTEMS: Introduce <machine/_kernel_in6.h>
Sebastian Huber
- [PATCH 42/44] RTEMS: Introduce <machine/_kernel_in.h>
Sebastian Huber
- [PATCH 43/44] RTEMS: Introduce <machine/_kernel_if.h>
Sebastian Huber
- [PATCH 44/44] RTEMS: Introduce <machine/_kernel_socket.h>
Sebastian Huber
- [PATCH 5/5] add forward declaration to main() to prevent warnings
Jaap de Wolff
- [PATCH 5/5] New pow implementation
Szabolcs Nagy
- [PATCH 5/6] Add generic implementation of dirfd()
Sebastian Huber
- [PATCH 5/6] Add generic implementation of dirfd()
Corinna Vinschen
- [PATCH 5/6] Fix large ulp error in pow without fma very near 1.0
Szabolcs Nagy
- [PATCH 5/6] FreeBSD compat. __alloc_size(), __alloc_align()
Sebastian Huber
- [PATCH 5/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 5/7] When converting ns,us,ms to sbt, return the ceil()
Sebastian Huber
- [PATCH 6/6] Add attributes to allocator functions
Sebastian Huber
- [PATCH 6/6] Add generic implementation of fdopendir()
Sebastian Huber
- [PATCH 6/6] Add generic implementation of fdopendir()
Corinna Vinschen
- [PATCH 6/6] Fix namespace issues in sinf, cosf and sincosf
Szabolcs Nagy
- [PATCH 6/6] generated character data for libc/ctype
Thomas Wolff
- [PATCH 6/7] Ensure that all values of ns, us and ms work
Sebastian Huber
- [PATCH 7/7] sys/time.h: Remove KASSERT
Sebastian Huber
- [PATCH][AArch32][libgloss] Fix semihosting SYS_EXIT call on semihosting v1.
Tamar Christina
- [PATCH][AArch32][libgloss] Fix semihosting SYS_EXIT call on semihosting v1.
Corinna Vinschen
- [PATCH][AArch64][SVE][Newlib] Initialize SVE system registers.
Tamar Christina
- [PATCH][AArch64][SVE][Newlib] Initialize SVE system registers.
Richard Earnshaw (lists)
- [PATCH][AArch64] Adjust writeback in non-zero memset
Wilco Dijkstra
- [PATCH][AArch64] Adjust writeback in non-zero memset
Richard Earnshaw (lists)
- [PATCH][AArch64] Fix issue with dst bias in memset
Wilco Dijkstra
- [PATCH][AArch64] Fix issue with dst bias in memset
Richard Earnshaw (lists)
- [PATCH][libgloss][microblaze] libgloss: microblaze: adjust handlers to be weak.
Ben Levinsky
- [PATCH][libgloss][microblaze] libgloss: microblaze: adjust handlers to be weak.
Jeff Johnston
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Matthew Malcomson
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Corinna Vinschen
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Matthew Malcomson
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Corinna Vinschen
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Richard Earnshaw (lists)
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Matthew Malcomson
- [Patch][newlib][arm] Enable return code with semi-hosting SYS_EXIT_EXTENDED
Jeff Johnston
- [PATCH][STEP1]Remove direct access to locale structures
Jaap de Wolff
- [PATCH][STEP1]Remove direct access to locale structures
Corinna Vinschen
- [PATCH][STEP 2] ctype changes for removing locale structures
Jaap de Wolff
- [PATCH][STEP 2] ctype changes for removing locale structures
Craig Howland
- [PATCH][STEP 2] ctype changes for removing locale structures
Wilco Dijkstra
- [PATCH][STEP 3]remove access of locale
Jaap de Wolff
- [PATCH][STEP 3]remove access of locale
Eric Blake
- [PATCH][STEP 3]remove access of locale
Corinna Vinschen
- [PATCH] _lseek missing return type
Jaap de Wolff
- [PATCH] _lseek missing return type
Corinna Vinschen
- [PATCH] _lseek missing return type
Jaap de Wolff
- [PATCH] Add __nl_item to <sys/_types.h>
Sebastian Huber
- [PATCH] Add __nl_item to <sys/_types.h>
Corinna Vinschen
- [PATCH] Add __nl_item to <sys/_types.h>
Sebastian Huber
- [PATCH] Add attributes to malloc-like functions
Sebastian Huber
- [PATCH] Add attributes to malloc-like functions
Sebastian Huber
- [PATCH] Add attributes to malloc-like functions
Jeff Johnston
- [PATCH] Add attributes to malloc-like functions
Sebastian Huber
- [PATCH] Added Restriction on base value
Aditya Upadhyay
- [PATCH] Added Restriction on base value
Corinna Vinschen
- [PATCH] Added restriction on supported base value
Your Name
- [PATCH] Added restriction on supported base value
Aditya Upadhyay
- [PATCH] Added restriction on supported base value
Joel Sherrill
- [PATCH] Add libgloss install-pdf and install-html targets.
Jim Wilson
- [PATCH] Add libgloss install-pdf and install-html targets.
Corinna Vinschen
- [PATCH] Add timegm POSIX call
Andrew Russell via newlib
- [PATCH] Add timegm POSIX call
Corinna Vinschen
- [PATCH] Add timegm POSIX call
Joel Sherrill
- [PATCH] Add timegm POSIX call
Andreas Köpke
- [PATCH] Add timegm POSIX call
Corinna Vinschen
- [PATCH] Add timegm POSIX call
Corinna Vinschen
- [PATCH] Add timegm POSIX call
Craig Howland
- [PATCH] Add timegm POSIX call
Joel Sherrill
- [PATCH] Add timegm POSIX call
Freddie Chopin
- [PATCH] Add timegm POSIX call
Freddie Chopin
- [PATCH] Add timegm POSIX call
Richard Earnshaw (lists)
- [PATCH] Add timegm POSIX call [updated]
Andrew Russell via newlib
- [PATCH] Add timegm POSIX call [updated]
Freddie Chopin
- [PATCH] Add timegm POSIX call [updated]
Brian Inglis
- [PATCH] Add timegm POSIX call [updated]
Freddie Chopin
- [PATCH] Add timegm POSIX call [updated]
Andrew Russell via newlib
- [PATCH] Add timegm POSIX call [updated]
Andrew Russell via newlib
- [PATCH] Add timegm POSIX call [updated]
Corinna Vinschen
- [PATCH] Add timegm POSIX call [updated]
Andrew Russell via newlib
- [PATCH] Add timegm POSIX call [updated]
Brian Inglis
- [PATCH] Add timegm POSIX call [updated]
Corinna Vinschen
- [PATCH] alphasort() Prototype
Joel Sherrill
- [PATCH] alphasort() Prototype
Corinna Vinschen
- [PATCH] alphasort() Prototype
Joel Sherrill
- [PATCH] Avoid ARM SWI Seek when querying file position
Andy Koppe
- [PATCH] Avoid ARM SWI Seek when querying file position
Andy Koppe
- [PATCH] Avoid ARM SWI Seek when querying file position
Corinna Vinschen
- [PATCH] Avoid ARM SWI Seek when querying file position
Richard Earnshaw (lists)
- [PATCH] Bump release to 3.0.0 for removal of K&R compatibility
Yaakov Selkowitz
- [PATCH] Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()
Joel Sherrill
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Sebastian Huber
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Corinna Vinschen
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Hans-Bernhard Bröker
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Paul Koning
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Sebastian Huber
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Sebastian Huber
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Hans-Bernhard Bröker
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Brian Inglis
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Andre Vieira (lists)
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Brian Inglis
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Thomas Wolff
- [PATCH] ctype: Fix bitfield types on 16-bit targets
Andre Vieira (lists)
- [PATCH] Cygwin: define _POSIX_ASYNCHRONOUS_IO
Yaakov Selkowitz
- [PATCH] Cygwin: define _POSIX_ASYNCHRONOUS_IO
Corinna Vinschen
- [PATCH] Declare GNU-specific sched_getcpu()
Sebastian Huber
- [PATCH] Declare GNU-specific sched_getcpu()
Corinna Vinschen
- [PATCH] Document the log table generation method
Szabolcs Nagy
- [PATCH] Document the log table generation method
Corinna Vinschen
- [PATCH] Do not compare pointer to int
Jaap de Wolff
- [PATCH] Do not compare pointer to int
Corinna Vinschen
- [PATCH] Do not rely on implicit conversion in syscalls
Jaap de Wolff
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Andy Koppe
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Corinna Vinschen
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Andy Koppe
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Corinna Vinschen
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Andy Koppe
- [PATCH] Drop non-reserved parameter names from sys/signal.h
Corinna Vinschen
- [PATCH] epiphany: Additional setjmp() and longjmp() syms
Sebastian Huber
- [PATCH] epiphany: Additional setjmp() and longjmp() syms
Corinna Vinschen
- [PATCH] explicit Unicode data tables generation
Thomas Wolff
- [PATCH] explicit Unicode data tables generation
Corinna Vinschen
- [PATCH] Fix 32-bit overflow in mktime() when time_t is 64-bits long
Freddie Chopin
- [PATCH] Fix 32-bit overflow in mktime() when time_t is 64-bits long
Corinna Vinschen
- [PATCH] Fix comparison between two character arrays
Jordi Sanfeliu
- [PATCH] Fix comparison between two character arrays
Corinna Vinschen
- [PATCH] fix llrint and lrint for 52 <= exponent <= 62
Matthias J. Kannwischer
- [PATCH] fix llrint and lrint for 52 <= exponent <= 62
Corinna Vinschen
- [PATCH] fix llrint and lrint for 52 <= exponent <= 62
Matthias J. Kannwischer
- [PATCH] fix llrint and lrint for 52 <= exponent <= 62
Corinna Vinschen
- [PATCH] Fix namespace issues in sinf, cosf and sincosf
Szabolcs Nagy
- [PATCH] Fix posix_memalign() attributes
Sebastian Huber
- [PATCH] Fix posix_memalign() attributes
Corinna Vinschen
- [PATCH] Fix powf overflow handling in non-nearest rounding mode
Szabolcs Nagy
- [PATCH] Fix powf overflow handling in non-nearest rounding mode
Corinna Vinschen
- [PATCH] fix printf positional arguments for !_MB_CAPABLE case
Ivan Grokhotkov
- [PATCH] fix printf positional arguments for !_MB_CAPABLE case
Corinna Vinschen
- [PATCH] Fix stdlib/arc4random and search/hash for 16-bit targets
jon@beniston.com
- [PATCH] Fix stdlib/arc4random and search/hash for 16-bit targets
Corinna Vinschen
- [PATCH] Fix stdlib/arc4random and search/hash for 16-bit targets
jon@beniston.com
- [PATCH] Fix stdlib/arc4random and search/hash for 16-bit targets
Corinna Vinschen
- [PATCH] Fix the documentation comment of checkint
Szabolcs Nagy
- [PATCH] Fix the documentation comment of checkint
Jeff Johnston
- [PATCH] Fix to stop a fall-through in a switch statement
Jordi Sanfeliu
- [PATCH] Fix to stop a fall-through in a switch statement
Corinna Vinschen
- [PATCH] Fix v850 target for RTEMS
Sebastian Huber
- [PATCH] Fix v850 target for RTEMS
Corinna Vinschen
- [PATCH]forward declare main in linux-crt0.c
Jaap de Wolff
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Keith Packard
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Corinna Vinschen
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Craig Howland
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Joel Sherrill
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Keith Packard
- [PATCH] ieeefp.c: Auto-detect _LDBL_EQ_DBL
Keith Packard
- [PATCH] ieeefp.c: Compute _LDBL_EQ_DBL in sys/config.h [v2]
Keith Packard
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Yaakov Selkowitz
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] implicit Unicode data tables generation
Thomas Wolff
- [PATCH] implicit Unicode data tables generation
Corinna Vinschen
- [PATCH] Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
- [PATCH] Improve performance of sinf/cosf/sincosf
Corinna Vinschen
- [PATCH] Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
- [PATCH] Improve performance of sinf/cosf/sincosf
Corinna Vinschen
- [PATCH] Improve performance of sinf/cosf/sincosf
Jon Beniston
- [PATCH] Improve performance of sinf/cosf/sincosf
Jon Beniston
- [PATCH] Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
- [PATCH] Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
- [PATCH] Improve performance of strstr
Wilco Dijkstra
- [PATCH] Improve performance of strstr
Craig Howland
- [PATCH] Improve performance of strstr
Wilco Dijkstra
- [PATCH] Improve performance of strstr
Craig Howland
- [PATCH] Improve performance of strstr
Wilco Dijkstra
- [PATCH] Improve performance of strstr
Brian Inglis
- [PATCH] Improve sincosf comments
Wilco Dijkstra
- [PATCH] Improve sincosf comments
Corinna Vinschen
- [PATCH] Improve sincosf comments
Wilco Dijkstra
- [PATCH] Improve sincosf comments
Corinna Vinschen
- [PATCH] Improve strstr performance of short needles
Wilco Dijkstra
- [PATCH] Improve strstr performance of short needles
Corinna Vinschen
- [PATCH] In _IEEE_LIBM mode, use symbol aliases instead of wrapper funcs [v4]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Craig Howland
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Wilco Dijkstra
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Wilco Dijkstra
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v2]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Craig Howland
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Craig Howland
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Keith Packard
- [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]
Craig Howland
- [PATCH] Include sys/syslimits.h in limits.h
Keith Packard
- [PATCH] Include sys/syslimits.h in limits.h
Corinna Vinschen
- [PATCH] libgloss support for nios2 QEMU
Sandra Loosemore
- [PATCH] libgloss support for nios2 QEMU
Corinna Vinschen
- [PATCH] libgloss support for nios2 QEMU
Sandra Loosemore
- [PATCH] libgloss support for nios2 QEMU
Corinna Vinschen
- [PATCH] libgloss support for nios2 QEMU
Sandra Loosemore
- [PATCH] libgloss support for nios2 QEMU
Corinna Vinschen
- [PATCH] libm fixes for 16-bit targets
jon@beniston.com
- [PATCH] libm fixes for 16-bit targets
Corinna Vinschen
- [PATCH] libm round - fix for 16-bit CPU
Jon Beniston
- [PATCH] libm round - fix for 16-bit CPU
Craig Howland
- [PATCH] libm round - fix for 16-bit CPU
Jon Beniston
- [PATCH] libm round - fix for 16-bit CPU
Corinna Vinschen
- [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
Szabolcs Nagy
- [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
Jonathan Wakely
- [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
Jonathan Wakely
- [PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
Szabolcs Nagy
- [PATCH] locale modifier @cjkwide
Thomas Wolff
- [PATCH] locale modifier @cjkwide
Corinna Vinschen
- [PATCH] locale modifier @cjkwide
Thomas Wolff
- [PATCH] locale modifier @cjkwide
Corinna Vinschen
- [PATCH] locale modifier @cjkwide
Thomas Wolff
- [PATCH] locale modifier @cjkwide
Corinna Vinschen
- [PATCH] Make __always_inline macro compatible with glibc
Yaakov Selkowitz
- [PATCH] Make __always_inline macro compatible with glibc
Corinna Vinschen
- [PATCH] Make __always_inline macro compatible with glibc
Sebastian Huber
- [PATCH] Make __always_inline macro compatible with glibc
Yaakov Selkowitz
- [PATCH] Make __always_inline macro compatible with glibc
Sebastian Huber
- [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC
Stafford Horne
- [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC
Corinna Vinschen
- [PATCH] newlib/configure.host: Set have_init_fini to no for OpenRISC
Stafford Horne
- [PATCH] newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method leakage
Joel Sherrill
- [PATCH] newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method leakage
Corinna Vinschen
- [PATCH] nvptx newlib port
Cesar Philippidis
- [PATCH] nvptx newlib port
Jeff Johnston
- [PATCH] nvptx newlib port
Joel Sherrill
- [PATCH] nvptx newlib port
Cesar Philippidis
- [PATCH] nvptx newlib port
Cesar Philippidis
- [PATCH] nvptx newlib port
Jeff Johnston
- [PATCH] nvptx newlib port
Cesar Philippidis
- [PATCH] nvptx newlib port
Jeff Johnston
- [PATCH] nvptx newlib port
Thomas Schwinge
- [PATCH]prevent warnings in libc/reent folder
Jaap de Wolff
- [PATCH]prevent warnings in libc/reent folder
Corinna Vinschen
- [PATCH]prevent warnings in libc/reent folder
Corinna Vinschen
- [PATCH]prevent warnings while compiling nano-mallocr.c
Jaap de Wolff
- [PATCH] prevent warnings while vompiling clib/syscalls
Jaap de Wolff
- [PATCH] prevent warnings while vompiling clib/syscalls
Sebastian Huber
- [PATCH] prevent warnings while vompiling clib/syscalls
Jaap de Wolff
- [PATCH] Print sign of NaN values to nano-vfprintf.
Kumar Gala
- [PATCH] Print sign of NaN values to nano-vfprintf.
Corinna Vinschen
- [PATCH] Print sign of NaN values to nano-vfprintf.
Thomas Preudhomme
- [PATCH] Print sign of NaN values to nano-vfprintf.
Corinna Vinschen
- [PATCH] Print sign of NaN values to nano-vfprintf.
jon@beniston.com
- [PATCH] Print sign of NaN values to nano-vfprintf.
Richard Earnshaw (lists)
- [PATCH] Print sign of NaN values to nano-vfprintf.
Corinna Vinschen
- [PATCH] pthread.h Prototype Corrections
Joel Sherrill
- [PATCH] pthread.h Prototype Corrections
Corinna Vinschen
- [PATCH] pthread.h Prototype Corrections
Joel Sherrill
- [PATCH] Remove log2 define
Wilco Dijkstra
- [PATCH] Remove log2 define
Corinna Vinschen
- [PATCH] Remove log2 define
Wilco Dijkstra
- [PATCH] Remove log2 define
Corinna Vinschen
- [PATCH] Remove log2 define
Tamar Christina
- [PATCH] Remove matherr, and SVID and X/Open math library configurations
Jozef Lawrynowicz
- [PATCH] Remove matherr, and SVID and X/Open math library configurations
Corinna Vinschen
- [PATCH] Remove matherr, and SVID and X/Open math library configurations
Jozef Lawrynowicz
- [PATCH] Remove matherr, and SVID and X/Open math library configurations
Corinna Vinschen
- [PATCH] RISC-V: Do not use _init/_fini
Sebastian Huber
- [PATCH] RISC-V: Do not use _init/_fini
Alexander Fedotov
- [PATCH] RISC-V: Do not use _init/_fini
Sebastian Huber
- [PATCH] RISC-V: Do not use _init/_fini
Jim Wilson
- [PATCH] rtems/.../dirent.h: Add alphasort() prototype
Joel Sherrill
- [PATCH] ssp: do not use __ssp_protected_ symbol prefixes
Yaakov Selkowitz
- [PATCH] ssp: do not use __ssp_protected_ symbol prefixes
Corinna Vinschen
- [PATCH] stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point
Keith Packard
- [PATCH] stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point
Corinna Vinschen
- [PATCH] Update Arm copyright notice
Wilco Dijkstra
- [PATCH] Update Arm copyright notice
Richard Earnshaw (lists)
- [PATCH] Update Arm copyright notices in new math files
Wilco Dijkstra
- [PATCH] Update Arm copyright notices in new math files
Richard Earnshaw (lists)
- [PATCH] Update config.guess and config.sub
Sebastian Huber
- [PATCH] Update config.guess and config.sub
Sebastian Huber
- [PATCH] Update config.guess and config.sub
Corinna Vinschen
- [PATCH] Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]
Keith Packard
- [PATCH] Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]
Corinna Vinschen
- [PATCH] Use memmem algorithm for strstr
Wilco Dijkstra
- [PATCH]Warning while compiling newlib-nano for eabi
Jaap de Wolff
- [PATCH]Warning while compiling newlib-nano for eabi
Corinna Vinschen
- [PATCH] xdr_private.h needs sys/types.h for u_char
Keith Packard
- [PATCH] xdr_private.h needs sys/types.h for u_char
Corinna Vinschen
- [patches] [PATCH 1/2] RISC-V: Fix alignment issue in sigjmp_buf
Palmer Dabbelt
- [patches] [PATCH 1/2] RISC-V: Fix alignment issue in sigjmp_buf
Jim Wilson
- [patches] [PATCH 1/2] RISC-V: Fix alignment issue in sigjmp_buf
Palmer Dabbelt
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Jon Beniston
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Corinna Vinschen
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Jon Beniston
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Hans-Bernhard Bröker
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra
- [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
jon@beniston.com
- [PATCH v2 00/17] Newlib ANSI-fication
Sebastian Huber
- [PATCH v2 00/17] Newlib ANSI-fication
Yaakov Selkowitz
- [PATCH v2 00/17] Newlib ANSI-fication
Yaakov Selkowitz
- [PATCH v2 00/17] Newlib ANSI-fication
Jeff Johnston
- [PATCH v2 00/17] Newlib ANSI-fication
Sebastian Huber
- [PATCH v2 00/45] Update RTEMS-specific header files to latest FreeBSD versions
Sebastian Huber
- [PATCH v2 00/45] Update RTEMS-specific header files to latest FreeBSD versions
Corinna Vinschen
- [PATCH v2 00/45] Update RTEMS-specific header files to latest FreeBSD versions
Sebastian Huber
- [PATCH v2 01/45] Implement read(2)/write(2) and neccessary lseek(2)
Sebastian Huber
- [PATCH v2 02/45] Add a mmap flag (MAP_32BIT) on 64-bit platforms
Sebastian Huber
- [PATCH v2 03/45] Add MAP_EXCL flag for mmap(2).
Sebastian Huber
- [PATCH v2 04/45] Add a new fo_fill_kinfo fileops method
Sebastian Huber
- [PATCH v2 05/45] Retire the unimplemented MAP_RENAME
Sebastian Huber
- [PATCH v2 06/45] Add a new file operations hook for mmap
Sebastian Huber
- [PATCH v2 07/45] Implement process-shared locks support
Sebastian Huber
- [PATCH v2 08/45] mprotect(): Change prototype to comply to POSIX.
Sebastian Huber
- [PATCH v2 09/45] Renumber copyright clause 4
Sebastian Huber
- [PATCH v2 1/3] Guard langinfo.h nl_item from multiple typedefs
Yaakov Selkowitz
- [PATCH v2 10/45] Implement INHERIT_ZERO for minherit(2).
Sebastian Huber
- [PATCH v2 11/45] Listening sockets improvements.
Sebastian Huber
- [PATCH v2 12/45] Implement address space guards.
Sebastian Huber
- [PATCH v2 13/45] Relax visibility for some termios symbols.
Sebastian Huber
- [PATCH v2 14/45] Correct sysctl names.
Sebastian Huber
- [PATCH v2 15/45] if: Add ioctls to get RSS key and hash type/function.
Sebastian Huber
- [PATCH v2 16/45] Add a place for a driver to report rx timestamps
Sebastian Huber
- [PATCH v2 17/45] Use hardware timestamps to report packet timestamps
Sebastian Huber
- [PATCH v2 18/45] sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH v2 19/45] include: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH v2 20/45] sys/sys: further adoption of SPDX licensing ID tags.
Sebastian Huber
- [PATCH v2 21/45] Garbage collect IFCAP_POLLING_NOCOUNT.
Sebastian Huber
- [PATCH v2 22/45] SPDX: license IDs for some ISC-related files.
Sebastian Huber
- [PATCH v2 23/45] Follow the RFC6980 and silently ignore following IPv6 NDP messages
Sebastian Huber
- [PATCH v2 24/45] This is an implementation of the client side of TCP Fast Open (TFO)
Sebastian Huber
- [PATCH v2 25/45] Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
Sebastian Huber
- [PATCH v2 26/45] Add the "TCP Blackbox Recorder"
Sebastian Huber
- [PATCH v2 27/45] Move uio enums to sys/_uio.h.
Sebastian Huber
- [PATCH v2 28/45] Allow to specify PCP on packets not belonging to any VLAN.
Sebastian Huber
- [PATCH v2 29/45] Fix access to ifru_buffer on freebsd32.
Sebastian Huber
- [PATCH v2 30/45] Implement several enhancements to NUMA policies.
Sebastian Huber
- [PATCH v2 31/45] Use an accessor function to access ifr_data.
Sebastian Huber
- [PATCH v2 32/45] Add 32-bit compat for ioctls that take struct ifgroupreq.
Sebastian Huber
- [PATCH v2 33/45] Load balance sockets with new SO_REUSEPORT_LB option
Sebastian Huber
- [PATCH v2 34/45] Revert r332894 at the request of the submitter.
Sebastian Huber
- [PATCH v2 35/45] iflib(9): Add support for cloning pseudo interfaces
Sebastian Huber
- [PATCH v2 36/45] Load balance sockets with new SO_REUSEPORT_LB option.
Sebastian Huber
- [PATCH v2 37/45] This commit brings in a new refactored TCP stack called Rack.
Sebastian Huber
- [PATCH v2 38/45] RTEMS: Update FreeBSD version tags
Sebastian Huber
- [PATCH v2 39/45] RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
Sebastian Huber
- [PATCH v2 40/45] RTEMS: Introduce <machine/_kernel_uio.h>
Sebastian Huber
- [PATCH v2 41/45] RTEMS: Introduce <machine/_kernel_in6.h>
Sebastian Huber
- [PATCH v2 42/45] RTEMS: Introduce <machine/_kernel_in.h>
Sebastian Huber
- [PATCH v2 43/45] RTEMS: Introduce <machine/_kernel_if.h>
Sebastian Huber
- [PATCH v2 44/45] RTEMS: Introduce <machine/_kernel_socket.h>
Sebastian Huber
- [PATCH v2 45/45] RTEMS: Introduce <machine/_kernel_mman.h>
Sebastian Huber
- [PATCH v2] Add __nl_item to <sys/_types.h> and use it
Sebastian Huber
- [PATCH v2] Add __nl_item to <sys/_types.h> and use it
Corinna Vinschen
- [PATCH v2] Improve performance of strstr
Wilco Dijkstra
- [PATCH v2] Improve performance of strstr
Eric Blake
- [PATCH v2] Improve performance of strstr
Wilco Dijkstra
- [PATCH v2] Improve performance of strstr
Eric Blake
- [PATCH v2] Improve performance of strstr
Corinna Vinschen
- [PATCH v2] Improve performance of strstr
Wilco Dijkstra
- [PATCH v2] Make some standard open() flags visible
Sebastian Huber
- [PATCH v2] Make some standard open() flags visible
Corinna Vinschen
- [PATCH v2] Make some standard open() flags visible
Sebastian Huber
- [PATCH v2] Make some standard open() flags visible
Corinna Vinschen
- [PATCH v2] RISC-V: Do not use _init/_fini
Sebastian Huber
- [PATCH v2] RISC-V: Do not use _init/_fini
Jim Wilson
- [PATCH v2] RISC-V: Do not use _init/_fini
Kito Cheng
- [PATCH v2] RISC-V: Do not use _init/_fini
Corinna Vinschen
- [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Freddie Chopin
- [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Sebastian Huber
- [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Freddie Chopin
- [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Sebastian Huber
- [PATCH v3 37/47] This commit brings in a new refactored TCP stack called Rack.
Sebastian Huber
- [PATCH v3 37/47] This commit brings in a new refactored TCP stack called Rack.
Corinna Vinschen
- [PATCH v3 37/47] This commit brings in a new refactored TCP stack called Rack.
Sebastian Huber
- [PATCH v3 37/47] This commit brings in a new refactored TCP stack called Rack.
Corinna Vinschen
- [PATCH v3 37/47] This commit brings in a new refactored TCP stack called Rack.
Sebastian Huber
- [PATCH v3] Improve performance of strstr
Wilco Dijkstra
- [PATCH v3] Improve performance of strstr
Corinna Vinschen
- [PATCH v4] Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
- [PATCH v4] Improve performance of sinf/cosf/sincosf
Corinna Vinschen
- [PING] nvptx newlib port
Thomas Schwinge
- [RISCV]Add newlib float/long double config options
Deepa Ballari
- [RISCV]Add newlib float/long double config options
Kito Cheng
- [sos] i386 cross compiling issue
Jie Zheng
- [sos] i386 cross compiling issue
Jie Zheng
- _GLIBCXX_DEBUG-like define for debug builds?
Jeffrey Walton
- aarch64-none : TR1 Math floating point functions
Mahesh Bodapati
- AArch64 calling convention in assembly code
Alexander Fedotov
- AArch64 calling convention in assembly code
Alexander Fedotov
- AArch64 calling convention in assembly code
Richard Earnshaw (lists)
- AArch64 calling convention in assembly code
Alexander Fedotov
- AArch64 calling convention in assembly code
Richard Earnshaw (lists)
- AArch64 calling convention in assembly code
Jeff Johnston
- AArch64 calling convention in assembly code
Alexander Fedotov
- Added restriction on base value
Aditya Upadhyay
- Add forward declarations
Christophe Lyon
- Add forward declarations
Craig Howland
- Add forward declarations
Christophe Lyon
- Add forward declarations
Jeff Johnston
- Add forward declarations
Christophe Lyon
- Add forward declarations
Richard Earnshaw (lists)
- Add global stdio streams support for reent small.
Douglas
- Add global stdio streams support for reent small.
Jeff Johnston
- Add global stdio streams support for reent small.
Douglas
- Add global stdio streams support for reent small.
Jeff Johnston
- Add memcpy support for SPARC
Aditya Upadhyay
- Add memcpy support for SPARC
Joel Sherrill
- Add memcpy support for SPARC
Eric Blake
- Add memcpy support for SPARC
Joel Sherrill
- Add memcpy support for SPARC
Joel Sherrill
- Add memcpy support for SPARC
Gedare Bloom
- Add memcpy support for SPARC
Joel Sherrill
- Add memcpy support for SPARC
Sebastian Huber
- Again: [PATCH]Warning while compiling newlib-nano for eabi
Jaap de Wolff
- Again: [PATCH]Warning while compiling newlib-nano for eabi
Corinna Vinschen
- Arm semihosting v2 implementation isn't complete
Alexander Fedotov
- Arm semihosting v2 implementation isn't complete
Tamar Christina
- Arm semihosting v2 implementation isn't complete
Alexander Fedotov
- Arm semihosting v2 implementation isn't complete
Alexander Fedotov
- Arm semihosting v2 implementation isn't complete
Tamar Christina
- Arm semihosting v2 implementation isn't complete
Richard Earnshaw (lists)
- Arm semihosting v2 implementation isn't complete
Alexander Fedotov
- Arm semihosting v2 implementation isn't complete
Tamar Christina
- Arm semihosting v2 implementation isn't complete
Alexander Fedotov
- Autopilot users Records
Debra Hudson
- Bare-metal: how to specify the heap size in the linker script
Claudio Scordino
- Bare-metal: how to specify the heap size in the linker script
Nick Clifton
- Bare-metal: how to specify the heap size in the linker script
Tamar Christina
- Bare-metal: how to specify the heap size in the linker script
Claudio Scordino
- Bare-metal: how to specify the heap size in the linker script
Nick Clifton
- BUG: getopt does not permute argv correctly
Thomas Kindler
- BUG: getopt does not permute argv correctly
Eric Blake
- BUG: getopt does not permute argv correctly
Thomas Kindler
- BUG: getopt does not permute argv correctly
Joel Sherrill
- BUG: getopt does not permute argv correctly
Corinna Vinschen
- BUG: getopt does not permute argv correctly
Thomas Kindler
- BUG: getopt does not permute argv correctly
Corinna Vinschen
- BUG: getopt does not permute argv correctly
Corinna Vinschen
- BUG: getopt does not permute argv correctly
Corinna Vinschen
- Bug in Newlib's snprintf implementation
Dominik Maier
- Bug in Newlib's snprintf implementation
Sebastian Huber
- Bug in Newlib's snprintf implementation
Corinna Vinschen
- Bug in Newlib's snprintf implementation
Jeffrey Walton
- Bug in Newlib's snprintf implementation
Corinna Vinschen
- Bug in Newlib's snprintf implementation
Jeffrey Walton
- Bug in Newlib's snprintf implementation
Jeffrey Walton
- Bug in Newlib's snprintf implementation
Corinna Vinschen
- Bug in Newlib's snprintf implementation
Dominik Maier
- Bug in Newlib's sscanf implementation
Niklas Eklund
- Bug in Newlib's sscanf implementation
Corinna Vinschen
- building libc_nano and libg_nano
Robert Newberry
- building libc_nano and libg_nano
Freddie Chopin
- building libc_nano and libg_nano
Rob Newberry
- building newlib with recent versions of autotools
Daniel Alley
- building newlib with recent versions of autotools
Hans-Bernhard Bröker
- building newlib with recent versions of autotools
Daniel Alley
- building newlib with recent versions of autotools
Hans-Bernhard Bröker
- building newlib with recent versions of autotools
Daniel Alley
- Cannot build Newlib on a Linux PC
R. Diez via newlib
- Cannot build Newlib on a Linux PC
Jeff Johnston
- Cannot build Newlib on a Linux PC
Keith Packard
- Cannot build Newlib on a Linux PC
R. Diez via newlib
- Cannot build Newlib on a Linux PC
Jeff Johnston
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Craig Howland
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Jeffrey Walton
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Richard Earnshaw (lists)
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Sebastian Huber
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Corinna Vinschen
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Corinna Vinschen
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Corinna Vinschen
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Christophe Lyon
- Cast "const char *" pointers to "char *" to avoid compiler warnings.
Corinna Vinschen
- Change pid_t base type
Henri Chataing
- Change pid_t base type
Joel Sherrill
- Change pid_t base type
Eric Blake
- Change pid_t base type
Brian Inglis
- Change pid_t base type
Eric Blake
- Change pid_t base type
Henri Chataing
- Cisco Product Accounts
julie.crystal@digitalfocusmarket.com
- Cisco Product Accounts
Gabriel Silveira
- Cisco Product Accounts
julie.crystal@digitalfocusmarket.com
- Cisco Product Accounts
Gabriel Silveira
- combine --enable-target-optspace with PREFER_SIZE_OVER_SPEED?
Jaap de Wolff
- Committed, CRIS port: fix fallout from time_t defaulting to 64 bits
Hans-Peter Nilsson
- Cortex M0 Floating Point Library
Daniel Engel
- Cortex M0 Floating Point Library
Emmanuel Blot
- Cortex M0 Floating Point Library
Daniel Engel
- Cortex M0 Floating Point Library
Brian Inglis
- ctype.h macros may conflict with C++11 UDL
Glenn Elliott
- ctype.h macros may conflict with C++11 UDL
Corinna Vinschen
- ctype.h macros may conflict with C++11 UDL
Richard Damon
- ctype.h macros may conflict with C++11 UDL
Craig Howland
- Disable powf/log2?f/exp2?f optimization for single-precision Arm FPU
Thomas Preudhomme
- Disable powf/log2?f/exp2?f optimization for single-precision Arm FPU
Corinna Vinschen
- Error
杜玉飞
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Jaap de Wolff
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Brian Inglis
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Joseph Myers
- Error Building Newlib for arm-none-eabi
Brian Inglis
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Corinna Vinschen
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Jim Wilson
- Error Building Newlib for arm-none-eabi
R0b0t1
- Error Building Newlib for arm-none-eabi
Anders Montonen
- fix libcc1 dependencies in toplevel Makefile
Alexandre Oliva
- fix libcc1 dependencies in toplevel Makefile
Olivier Hainque
- fix libcc1 dependencies in toplevel Makefile
Alexandre Oliva
- fix libcc1 dependencies in toplevel Makefile
Corinna Vinschen
- Floating point exception in strtod()
Corinna Vinschen
- Floating point exception in strtod()
Dave Nadler
- Floating point exception in strtod()
Corinna Vinschen
- FW: [PATCH][STEP 2] ctype changes for removing locale structures
Jaap de Wolff
- FW: [PATCH][STEP 2] ctype changes for removing locale structures
Freddie Chopin
- FW: [PATCH][STEP 2] ctype changes for removing locale structures
Corinna Vinschen
- FW: [PATCH][STEP 2] ctype changes for removing locale structures
Craig Howland
- FW: [PATCH][STEP 2] ctype changes for removing locale structures
Corinna Vinschen
- Fwd: Floating point exception in strtod()
Ken Brown
- Fwd: Floating point exception in strtod()
Brian Inglis
- Fwd: Floating point exception in strtod()
Ken Brown
- Fwd: Floating point exception in strtod()
Hans-Bernhard Bröker
- Fwd: Floating point exception in strtod()
Corinna Vinschen
- GCC switches required to use custom-built newlib
Schwarz, Konrad
- Getting started with Newlib hacking
R. Diez via newlib
- GNU Tools Cauldron 2018
Jeremy Bennett
- GSOC-2018 POSIX Compliance and Introduction
Salil Sirotia
- GSOC-2018 POSIX Compliance and Introduction
Joel Sherrill
- Gsoc 2018 Posix Compliance and Introduction
Salil Sirotia
- Gsoc 2018 Posix Compliance and Introduction
Aditya Upadhyay
- Gsoc 2018 Posix Compliance and Introduction
Joel Sherrill
- Gsoc 2018 Posix Compliance and Introduction
Salil Sirotia
- Gsoc 2018 Posix Compliance and Introduction
Joel Sherrill
- Gsoc 2018 Posix Compliance and Introduction
Salil Sirotia
- How to compile libgloss?
Ajay Garg
- How to quickly test changes in Newlib without rebuilding the whole toolchain
R. Diez via newlib
- How to resolve?
Jaap de Wolff
- How to set timezone for localtime()
Giuseppe Modugno
- How to set timezone for localtime()
Brian Inglis
- How to set timezone for localtime()
Giuseppe Modugno
- How to set timezone for localtime()
Brian Inglis
- How to set timezone for localtime()
Giuseppe Modugno
- How to use a static environment
Giuseppe Modugno
- How to use a static environment
Bob Dunlop
- How to use a static environment
Giuseppe Modugno
- How to use a static environment
Craig Howland
- How to use a static environment
Bob Dunlop
- How to use a static environment
Giuseppe Modugno
- How to use a static environment
Giuseppe Modugno
- How to use a static environment
Craig Howland
- Huge numbers for incr passed to _sbrk
Michael Mamic
- Huge numbers for incr passed to _sbrk
Freddie Chopin
- Huge numbers for incr passed to _sbrk
Emeka
- Huge numbers for incr passed to _sbrk
Michael Mamic
- Huge numbers for incr passed to _sbrk
Freddie Chopin
- Huge numbers for incr passed to _sbrk
Michael Mamic
- Huge numbers for incr passed to _sbrk
Freddie Chopin
- Huge numbers for incr passed to _sbrk
Bob Dunlop
- Huge numbers for incr passed to _sbrk
Michael Mamic
- Huge numbers for incr passed to _sbrk
Joel Sherrill
- hypot error
都春霞
- hypot error : '__builtin_choose_expr' requires a constant expression
Chunxia Du
- hypot error : '__builtin_choose_expr' requires a constant expression
Chunxia Du
- hypot error : '__builtin_choose_expr' requires a constant expression
Jon Beniston
- Implementing readdir() question
Stephan Mühlstrasser
- I query about quality of SuperH-port of newlib
Johann-Tobias Schäg
- I query about quality of SuperH-port of newlib
Israel Jacquez
- I query about quality of SuperH-port of newlib
Dave Nadler
- I query about quality of SuperH-port of newlib
Joel Sherrill
- kernel translation docs
Heliogábalo Santos
- libc Unicode update patches
Thomas Wolff
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Freddie Chopin
- libm -fno-builtin
Wilco Dijkstra
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Wilco Dijkstra
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Wilco Dijkstra
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Jon Beniston
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Jeff Johnston
- libm -fno-builtin
Richard Earnshaw (lists)
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Jeff Johnston
- libm -fno-builtin
Joseph Myers
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
Wilco Dijkstra
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
Wilco Dijkstra
- libm -fno-builtin
Keith Packard
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
Corinna Vinschen
- libm -fno-builtin
Jeff Johnston
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
Freddie Chopin
- libm -fno-builtin
Jeff Johnston
- libm -fno-builtin
jon@beniston.com
- libm -fno-builtin
Wilco Dijkstra
- license issue
majo huber
- license issue
Corinna Vinschen
- Limit buffer size for _write() and _read()
Gaute Nilsson
- Limited RAM stdio replacement for newlib
Keith Packard
- Limited RAM stdio replacement for newlib
Can Finner
- Limited RAM stdio replacement for newlib
Keith Packard
- Limited RAM stdio replacement for newlib
Joel Sherrill
- Limited RAM stdio replacement for newlib
Keith Packard
- Locale control of ambiguous-width character properties
Thomas Wolff
- malloc() in newlib : does it waste memory after one big failure allocation?
Oleksandr Kapitanenko
- malloc() in newlib : does it waste memory after one big failure allocation?
Oleksandr Kapitanenko
- MDaemon Notification - Restricted Attachment Found
Postmaster@ipcsha.com
- Multi-architecture loader/dynamic linker?
ardi
- Multi-architecture loader/dynamic linker?
Hướng Chu Viết
- Multi-architecture loader/dynamic linker?
Sebastian Huber
- Multi-architecture loader/dynamic linker?
Kito Cheng
- Multi-architecture loader/dynamic linker?
ardi
- My patches
Jaap de Wolff
- My patches
Corinna Vinschen
- My patches
Jaap de Wolff
- My patches
Corinna Vinschen
- nano printf + powerpc gcc
Corinna Vinschen
- nano printf + powerpc gcc
Andre Vieira (lists)
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Andre Vieira (lists)
- nano printf + powerpc gcc
Andre Vieira (lists)
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Craig Howland
- nano printf + powerpc gcc
Brian Inglis
- nano printf + powerpc gcc
Joseph Myers
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Eric Blake
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Jon Beniston
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Eric Blake
- nano printf + powerpc gcc
Andre Vieira (lists)
- nano printf + powerpc gcc
Craig Howland
- nano printf + powerpc gcc
Alexey Neyman
- nano printf + powerpc gcc
Eric Blake
- nano printf + powerpc gcc
Jon Beniston
- nano printf + powerpc gcc
Alexey Neyman
- nano printf + powerpc gcc
Eric Blake
- nano printf + powerpc gcc
Alexey Neyman
- nano printf + powerpc gcc
Brian Inglis
- nano printf + powerpc gcc
Corinna Vinschen
- nano printf + powerpc gcc
Alexander Fedotov
- nano printf + powerpc gcc
Jon Beniston
- nano printf + powerpc gcc
Corinna Vinschen
- nano printf patch breaks arm build (GCC 7.3)
Alexey Neyman
- nano printf patch breaks arm build (GCC 7.3)
Alexey Neyman
- newlib-3.0.0 yearly snapshot created
Jeff Johnston
- newlib-3.0.0 yearly snapshot created
Orlando Arias
- newlib-3.0.0 yearly snapshot created
Corinna Vinschen
- newlib-3.0.0 yearly snapshot created
Orlando Arias
- newlib-3.0.0 yearly snapshot created
Corinna Vinschen
- newlib-3.0.0 yearly snapshot created
Freddie Chopin
- newlib-3.0.0 yearly snapshot created
Freddie Chopin
- newlib-3.0.0 yearly snapshot created
Freddie Chopin
- newlib Digest of: get.16090
Thomas Preudhomme
- Newlib fails to compile on arm64
Ajay Garg
- Newlib fails to compile on arm64
Szabolcs Nagy
- Newlib fails to compile on arm64
Ajay Garg
- news
Mike Stump
- New snapshot?
Freddie Chopin
- New snapshot?
Jeff Johnston
- New snapshot?
Freddie Chopin
- New snapshot?
Sebastian Huber
- New snapshot?
Jeff Johnston
- No locale definition (was smaller ramsize for newlib-nano builds)
Jaap de Wolff
- No locale definition (was smaller ramsize for newlib-nano builds)
Eric Blake
- No locale definition (was smaller ramsize for newlib-nano builds)
Corinna Vinschen
- nvptx abort implementation
Tom de Vries
- nvptx abort implementation
Thomas Schwinge
- nvptx abort implementation
Tom de Vries
- nvptx abort implementation
Thomas Schwinge
- nvptx abort implementation
Tom de Vries
- nvptx abort implementation
Thomas Schwinge
- Obsolete clock methods in time.h?
Joel Sherrill
- Obsolete clock methods in time.h?
Corinna Vinschen
- opcode headers
Alexander Fedotov
- opcode headers
Jon Beniston
- opcode headers
Alexander Fedotov
- opcode headers
Jeff Johnston
- OpenStack Potential Business Leads
Lisa Connor
- option --enable-target-optspace
Jaap de Wolff
- Re: option --enable-target-optspace
Jon Beniston
- PATCH] Improve performance of memmem
Wilco Dijkstra
- PATCH] Improve performance of memmem
Eric Blake
- PATCH] Improve performance of memmem
Wilco Dijkstra
- PATCH] Improve performance of memmem
Eric Blake
- PATCH] Improve performance of memmem
Corinna Vinschen
- PATCH] Improve performance of memmem
Wilco Dijkstra
- PATCH] Improve performance of memmem
Eric Blake
- PATCH] Improve performance of memmem
Wilco Dijkstra
- PATCH] Improve performance of memmem
Jeff Johnston
- Patches to reduce stack consumption of qsort
Håkan Lindqvist
- Patch ping
Siddhesh Poyarekar
- Patch ping
Corinna Vinschen
- Patch ping
Wilco Dijkstra
- Patch to add timegm POSIX call
Andrew Russell via newlib
- Permission for leave
Salil Sirotia
- Permission for leave
Gedare Bloom
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Craig Howland
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Brian Inglis
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Craig Howland
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Eric Blake
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Craig Howland
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Brian Inglis
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Brian Inglis
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Andre Vieira (lists)
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Andreas Köpke
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Andreas Köpke
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Takashi Yano
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Jeff Johnston
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Craig Howland
- perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Corinna Vinschen
- Possible bug in __sfp() libc routine
Kapania, Ashish
- printf() stops working after some time
Josef Wolf
- printf() stops working after some time
Jie Zheng
- printf() stops working after some time
Josef Wolf
- printf() stops working after some time
Keith Packard
- printf() stops working after some time
Dave McGuire
- printf() stops working after some time
Keith Packard
- printf() stops working after some time
Josef Wolf
- printf() stops working after some time
Keith Packard
- printf() stops working after some time
Dave McGuire
- printf() stops working after some time
Josef Wolf
- printf() stops working after some time
Jeff Johnston
- printf() stops working after some time
Josef Wolf
- Problems with Newlib built with Clang for Cortex-M
Jangseop Shin
- Problems with Newlib built with Clang for Cortex-M
Richard Earnshaw (lists)
- Problems with Newlib built with Clang for Cortex-M
Keith Packard
- Problems with Newlib built with Clang for Cortex-M
Jangseop Shin
- Problems with Newlib built with Clang for Cortex-M
Jangseop Shin
- Problems with Newlib built with Clang for Cortex-M
Richard Earnshaw (lists)
- Problem with Object Size Checking and reallocarray
Jon Turney
- Problem with Object Size Checking and reallocarray
Corinna Vinschen
- Problem with Object Size Checking and reallocarray
Yaakov Selkowitz
- Problem with Object Size Checking and reallocarray
Richard Earnshaw (lists)
- Problem with Object Size Checking and reallocarray
Yaakov Selkowitz
- Problem with Object Size Checking and reallocarray
Richard Earnshaw (lists)
- Problem with wchar.h, _FORTIFY_SOURCE , and -std=c99
Ken Brown
- Problem with wchar.h, _FORTIFY_SOURCE , and -std=c99
Yaakov Selkowitz
- Recent change breaking most *-elf newlib targets
Jeff Law
- Recent change breaking most *-elf newlib targets
Jeff Johnston
- REENTRANT_SYSCALLS_PROVIDED?
Josef Wolf
- REENTRANT_SYSCALLS_PROVIDED?
jon@beniston.com
- REENTRANT_SYSCALLS_PROVIDED?
Josef Wolf
- REENTRANT_SYSCALLS_PROVIDED?
jon@beniston.com
- REENTRANT_SYSCALLS_PROVIDED?
Josef Wolf
- REENTRANT_SYSCALLS_PROVIDED?
Josef Wolf
- REENTRANT_SYSCALLS_PROVIDED?
Josef Wolf
- Reentrant question
Trampas Stern
- Reentrant question
Brian Inglis
- Reentrant question
Trampas Stern
- Regenerating Makefile.in, configure
Joel Sherrill
- Remember us?
RIAT
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Sebastian Huber
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Joel Sherrill
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Sebastian Huber
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Jim Wilson
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Sebastian Huber
- RISC-V: GCC crti.S vs. Newlib __libc_init_array()
Jim Wilson
- Shortcomings in time calculations (time zones, timegm, leap years)
R. Diez via newlib
- Shortcomings in time calculations (time zones, timegm, leap years)
claudio velati
- Should unsetenv() free?
Giuseppe Modugno
- Single-precision float version of matherr
Jozef Lawrynowicz
- Single-precision float version of matherr
Jozef Lawrynowicz
- Single-precision float version of matherr
Wilco Dijkstra
- Single-precision float version of matherr
Jozef Lawrynowicz
- Single-precision float version of matherr
Wilco Dijkstra
- smaller ramsize for newlib-nano builds
Jaap de Wolff
- smaller ramsize for newlib-nano builds
Corinna Vinschen
- smaller ramsize for newlib-nano builds
Orlando Arias
- smaller ramsize for newlib-nano builds
Sebastian Huber
- smaller ramsize for newlib-nano builds
Corinna Vinschen
- smaller ramsize for newlib-nano builds
Sebastian Huber
- smaller ramsize for newlib-nano builds
Corinna Vinschen
- smaller ramsize for newlib-nano builds
Freddie Chopin
- Stepping down, mostly...
DJ Delorie
- Strict aliasing and malloc
narwhal x
- Strict aliasing and malloc
Brian Inglis
- Strict aliasing and malloc
narwhal x
- Strict aliasing and malloc
Brian Inglis
- Strict aliasing and malloc
narwhal x
- Strict aliasing and malloc
Narwhal
- Strict aliasing and malloc
Richard Damon
- Strict aliasing and malloc
Brian Inglis
- strtod ("nan") returns negative NaN
Masamichi Hosoda
- strtod ("nan") returns negative NaN
Corinna Vinschen
- strtod ("nan") returns negative NaN
Craig Howland
- strtod ("nan") returns negative NaN
Joseph Myers
- strtod ("nan") returns negative NaN
Masamichi Hosoda
- strtod ("nan") returns negative NaN
Masamichi Hosoda
- strtod ("nan") returns negative NaN
Craig Howland
- strtod ("nan") returns negative NaN
Masamichi Hosoda
- strtod ("nan") returns negative NaN
Corinna Vinschen
- strtod ("nan") returns negative NaN
Joseph Myers
- strtod ("nan") returns negative NaN
Joseph Myers
- strtod ("nan") returns negative NaN
Craig Howland
- strtod ("nan") returns negative NaN
Corinna Vinschen
- strtod ("nan") returns negative NaN
Paul Koning
- strtod ("nan") returns negative NaN
Joseph Myers
- strtod ("nan") returns negative NaN
Brian Inglis
- strtod ("nan") returns negative NaN
Masamichi Hosoda
- strtod ("nan") returns negative NaN
Corinna Vinschen
- strtod ("nan") returns negative NaN
Corinna Vinschen
- sys-include/newlib.h
jon@beniston.com
- TLS version of newlib ??
Ajay Garg
- Undeliverable message
Postmaster
- Undeliverable message
Postmaster
- Unicode update of width and other character properties
Thomas Wolff
- Unicode update of width and other character properties
Corinna Vinschen
- Unicode update of width and other character properties
Thomas Wolff
- Unicode update of width and other character properties
Hans-Bernhard Bröker
- Use _LDBL_EQ_DBL in nexttowardf.c
Tom de Vries
- Use _LDBL_EQ_DBL in nexttowardf.c
Jeff Johnston
- Use _LDBL_EQ_DBL in nexttowardf.c
Jon Roelofs
- V2: [PATCH]Warning while compiling newlib-nano for eabi
Jaap de Wolff
- Videos for GNU Tools Cauldron 2018
Jeremy Bennett
- What are the __retarget_lock functions?
Thomas Kindler
- What are the __retarget_lock functions?
Freddie Chopin
- What are the __retarget_lock functions?
Thomas Kindler
- What are the __retarget_lock functions?
Freddie Chopin
- What are the __retarget_lock functions?
Sebastian Huber
- What are the __retarget_lock functions?
Thomas Kindler
- Wrong unconditional dependency on nanl
Christophe Lyon
- Wrong unconditional dependency on nanl
Corinna Vinschen
- Wrong unconditional dependency on nanl
Christophe Lyon
- Wrong unconditional dependency on nanl
Corinna Vinschen
- Wrong unconditional dependency on nanl
Christophe Lyon
- Wrong unconditional dependency on nanl
Craig Howland
- Wrong unconditional dependency on nanl
Corinna Vinschen
- Wrong unconditional dependency on nanl
Craig Howland
- Wrong unconditional dependency on nanl
Corinna Vinschen
- Wrong unconditional dependency on nanl
Corinna Vinschen
- Wrong unconditional dependency on nanl
Christophe Lyon
- Wrong unconditional dependency on nanl
Corinna Vinschen
- x86 support for fenv
Joel Sherrill
- x86 support for fenv
Corinna Vinschen
- x86 support for fenv
Joel Sherrill
- Yearly Snapshot
Jeff Johnston
Last message date:
Mon Dec 31 18:02:00 GMT 2018
Archived on: Sun Mar 8 14:55:22 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).