summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: document /proc/<PID>/status and /proc/<PID>/statm patchesCorinna Vinschen2018-08-171-0/+3
* Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen2018-08-171-9/+15
* Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen2018-08-171-17/+17
* Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen2018-08-171-18/+15
* Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen2018-08-171-1/+1
* Cygwin: Add missing items to release notesCorinna Vinschen2018-08-172-0/+9
* setfacl: Rename the option --file to --set-file, as on LinuxKen Brown2018-08-174-4/+11
* 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
* Cygwin: Add FE_ALL_EXCEPT change to release notes.Corinna Vinschen2018-08-152-0/+6
* Keep the denormal-operand exception masked; modify FE_ALL_EXCEPT accordingly.J.H. van de Water2018-08-152-9/+13
* Cygwin: Add J.H. van de Water to CONTRIBUTORSCorinna Vinschen2018-08-151-0/+1
* Cygwin: fenv.h: Convert to ASCII-onlyCorinna Vinschen2018-08-141-1/+1
* Added Restriction on base valueAditya Upadhyay2018-08-131-0/+4
* Cygwin: utils: ps: use fputs to print fixed stringsCorinna Vinschen2018-08-091-3/+3
* newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen2018-08-081-1/+2
* Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore2018-08-0828-0/+5848
* 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
* Cygwin: utils: strace: fix format stringCorinna Vinschen2018-08-081-1/+1
* Cygwin: utils: change 3rd readlink param to size_tCorinna Vinschen2018-08-082-5/+5
* Cygwin: utils: cygcheck: fix filesystem output formatCorinna Vinschen2018-08-081-5/+1
* 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
* Cygwin: implement sched_getcpuCorinna Vinschen2018-08-0710-44/+77
* Declare GNU-specific sched_getcpu()Sebastian Huber2018-08-071-0/+4
* Fix return value on aio_read/write successMark Geisert2018-08-071-4/+4
* Cygwin: Document fegetenv patchCorinna Vinschen2018-08-031-0/+3
* Cygwin: fegetenv() should not disable exceptionsJ.H. van de Water2018-08-031-1/+5
* Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston2018-08-011-4/+8
* RISC-V: Do not use _init/_finiSebastian Huber2018-07-304-11/+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: fpathconf: update _PC_ASYNC_IO return valueYaakov Selkowitz2018-07-251-0/+1
* Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz2018-07-252-2/+2
* POSIX Asynchronous I/O support: other filesMark Geisert2018-07-2510-26/+44
* POSIX Asynchronous I/O support: fhandler filesMark Geisert2018-07-254-34/+83
* POSIX Asynchronous I/O support: aio filesMark Geisert2018-07-252-0/+1087