summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-243-5/+5
* CYgwin: fix typo in commentCorinna Vinschen2018-08-241-1/+1
* RTEMS: Add __tls_get_addr() to crt0Sebastian Huber2018-08-201-1/+2
* Cygwin: get_mem_values: Fix prototypeCorinna Vinschen2018-08-171-3/+2
* 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