summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement address space guards.kib2018-08-241-0/+1
* Listening sockets improvements.glebius2018-08-241-6/+10
* Implement INHERIT_ZERO for minherit(2).delphij2018-08-241-0/+1
* Renumber copyright clause 4imp2018-08-241-1/+1
* mprotect(): Change prototype to comply to POSIX.ed@FreeBSD.org2018-08-241-1/+1
* Implement process-shared locks supportkib2018-08-241-0/+7
* Add a new file operations hook for mmapjhb2018-08-241-2/+0
* Retire the unimplemented MAP_RENAMEjhb2018-08-241-2/+2
* Add a new fo_fill_kinfo fileops methodjhb2018-08-241-1/+0
* Add MAP_EXCL flag for mmap(2).kib2018-08-241-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platformsjhb2018-08-241-0/+3
* Implement read(2)/write(2) and neccessary lseek(2)kib2018-08-241-0/+7
* Add __nl_item to <sys/_types.h> and use itSebastian Huber2018-08-242-4/+4
* RTEMS: Add __tls_get_addr() to crt0Sebastian Huber2018-08-201-1/+2
* Fix strtof ("-nan") returns positive NaNMasamichi Hosoda2018-08-161-2/+2
* Remove unused NaN's integer representation definitionsMasamichi Hosoda2018-08-166-93/+8
* Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda2018-08-162-9/+2
* Improve sincosf commentsWilco Dijkstra2018-08-164-21/+26
* Added Restriction on base valueAditya Upadhyay2018-08-131-0/+4
* newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen2018-08-081-1/+2
* newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen2018-08-081-2/+7
* newlib: don't check malloc/free pointerCorinna Vinschen2018-08-082-17/+2
* newlib: fix various gcc warningsCorinna Vinschen2018-08-0811-18/+24
* newlib: wordexp: drop dangerous fprintfCorinna Vinschen2018-08-081-2/+2
* newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen2018-08-081-1/+1
* newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen2018-08-081-5/+3
* RTEMS: Add aligned_alloc() to crt0Sebastian Huber2018-08-081-1/+3
* Declare GNU-specific sched_getcpu()Sebastian Huber2018-08-071-0/+4
* RISC-V: Do not use _init/_finiSebastian Huber2018-07-303-0/+16
* Add attributes to allocator functionsSebastian Huber2018-07-301-4/+5
* FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber2018-07-302-5/+5
* Define a new __alloc_size2 attribute to complement the exiting support.pfg2018-07-301-0/+2
* Remove lint support from system headers and MD x86 headers.kib2018-07-301-15/+3
* sys: further adoption of SPDX licensing ID tags.pfg2018-07-301-0/+2
* Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org2018-07-301-1/+1
* ctype: Avoid GCC note in towctrans_l.cSebastian Huber2018-07-301-2/+2
* ctype: Fix integer type for caseconv_entry::deltaSebastian Huber2018-07-301-1/+1
* Fix comparison between two character arraysJordi Sanfeliu2018-07-301-1/+1
* Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz2018-07-251-1/+1
* ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber2018-07-202-6/+8
* RTEMS: Unconditionally define _off_t to int64_tSebastian Huber2018-07-201-4/+0
* Remove myself from MAINTAINERSDJ Delorie2018-07-191-4/+1
* Print sign of NaN values to nano-vfprintf.Kumar Gala2018-07-171-0/+2
* Fix to stop a fall-through in a switch statementJordi Sanfeliu2018-07-131-0/+1
* strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar2018-07-131-11/+40
* memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar2018-07-131-44/+100
* Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2018-07-131-17/+79
* Remove float compare option from sincosfSzabolcs Nagy2018-07-111-10/+1
* Fix the documentation comments for log_inline in powSzabolcs Nagy2018-07-111-3/+3
* Fix namespace issues in sinf, cosf and sincosfSzabolcs Nagy2018-07-065-18/+19