index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cygwin: document /proc/<PID>/status and /proc/<PID>/statm patches
Corinna Vinschen
2018-08-17
1
-0
/
+3
*
Cygwin: get_mem_values: Return number of Cygwin pages in arguments
Corinna Vinschen
2018-08-17
1
-9
/
+15
*
Cygwin: get_mem_values: Convert arguments to call-by-reference
Corinna Vinschen
2018-08-17
1
-17
/
+17
*
Cygwin: get_mem_values: Return allocation as size_t values
Corinna Vinschen
2018-08-17
1
-18
/
+15
*
Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...
Corinna Vinschen
2018-08-17
1
-1
/
+1
*
Cygwin: Add missing items to release notes
Corinna Vinschen
2018-08-17
2
-0
/
+9
*
setfacl: Rename the option --file to --set-file, as on Linux
Ken Brown
2018-08-17
4
-4
/
+11
*
Fix strtof ("-nan") returns positive NaN
Masamichi Hosoda
2018-08-16
1
-2
/
+2
*
Remove unused NaN's integer representation definitions
Masamichi Hosoda
2018-08-16
6
-93
/
+8
*
Fix strtod ("nan") and strtold ("nan") returns wrong negative NaN
Masamichi Hosoda
2018-08-16
2
-9
/
+2
*
Improve sincosf comments
Wilco Dijkstra
2018-08-16
4
-21
/
+26
*
Cygwin: Add FE_ALL_EXCEPT change to release notes.
Corinna Vinschen
2018-08-15
2
-0
/
+6
*
Keep the denormal-operand exception masked; modify FE_ALL_EXCEPT accordingly.
J.H. van de Water
2018-08-15
2
-9
/
+13
*
Cygwin: Add J.H. van de Water to CONTRIBUTORS
Corinna Vinschen
2018-08-15
1
-0
/
+1
*
Cygwin: fenv.h: Convert to ASCII-only
Corinna Vinschen
2018-08-14
1
-1
/
+1
*
Added Restriction on base value
Aditya Upadhyay
2018-08-13
1
-0
/
+4
*
Cygwin: utils: ps: use fputs to print fixed strings
Corinna Vinschen
2018-08-09
1
-3
/
+3
*
newlib: strftime: fix over-enthusiastic fix from 0283642f35ce
Corinna Vinschen
2018-08-08
1
-1
/
+2
*
Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.
Sandra Loosemore
2018-08-08
28
-0
/
+5848
*
newlib: don't use __visibility__ attrribute on Cygwin
Corinna Vinschen
2018-08-08
1
-2
/
+7
*
newlib: don't check malloc/free pointer
Corinna Vinschen
2018-08-08
2
-17
/
+2
*
newlib: fix various gcc warnings
Corinna Vinschen
2018-08-08
11
-18
/
+24
*
newlib: wordexp: drop dangerous fprintf
Corinna Vinschen
2018-08-08
1
-2
/
+2
*
Cygwin: utils: strace: fix format string
Corinna Vinschen
2018-08-08
1
-1
/
+1
*
Cygwin: utils: change 3rd readlink param to size_t
Corinna Vinschen
2018-08-08
2
-5
/
+5
*
Cygwin: utils: cygcheck: fix filesystem output format
Corinna Vinschen
2018-08-08
1
-5
/
+1
*
newlib: newlocale: fix typo rendering ctype_ptr invalid
Corinna Vinschen
2018-08-08
1
-1
/
+1
*
newlib: strftime: fix gcc warning on __ctloc
Corinna Vinschen
2018-08-08
1
-5
/
+3
*
RTEMS: Add aligned_alloc() to crt0
Sebastian Huber
2018-08-08
1
-1
/
+3
*
Cygwin: implement sched_getcpu
Corinna Vinschen
2018-08-07
10
-44
/
+77
*
Declare GNU-specific sched_getcpu()
Sebastian Huber
2018-08-07
1
-0
/
+4
*
Fix return value on aio_read/write success
Mark Geisert
2018-08-07
1
-4
/
+4
*
Cygwin: Document fegetenv patch
Corinna Vinschen
2018-08-03
1
-0
/
+3
*
Cygwin: fegetenv() should not disable exceptions
J.H. van de Water
2018-08-03
1
-1
/
+5
*
Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>
newlib-snapshot-20180802
Jeff Johnston
2018-08-01
1
-4
/
+8
*
RISC-V: Do not use _init/_fini
Sebastian Huber
2018-07-30
4
-11
/
+16
*
Add attributes to allocator functions
Sebastian Huber
2018-07-30
1
-4
/
+5
*
FreeBSD compat. __alloc_size(), __alloc_align()
Sebastian Huber
2018-07-30
2
-5
/
+5
*
Define a new __alloc_size2 attribute to complement the exiting support.
pfg
2018-07-30
1
-0
/
+2
*
Remove lint support from system headers and MD x86 headers.
kib
2018-07-30
1
-15
/
+3
*
sys: further adoption of SPDX licensing ID tags.
pfg
2018-07-30
1
-0
/
+2
*
Make _Static_assert() work with GCC in older C++ standards.
ed@FreeBSD.org
2018-07-30
1
-1
/
+1
*
ctype: Avoid GCC note in towctrans_l.c
Sebastian Huber
2018-07-30
1
-2
/
+2
*
ctype: Fix integer type for caseconv_entry::delta
Sebastian Huber
2018-07-30
1
-1
/
+1
*
Fix comparison between two character arrays
Jordi Sanfeliu
2018-07-30
1
-1
/
+1
*
Cygwin: fpathconf: update _PC_ASYNC_IO return value
Yaakov Selkowitz
2018-07-25
1
-0
/
+1
*
Cygwin: define _POSIX_ASYNCHRONOUS_IO
Yaakov Selkowitz
2018-07-25
2
-2
/
+2
*
POSIX Asynchronous I/O support: other files
Mark Geisert
2018-07-25
10
-26
/
+44
*
POSIX Asynchronous I/O support: fhandler files
Mark Geisert
2018-07-25
4
-34
/
+83
*
POSIX Asynchronous I/O support: aio files
Mark Geisert
2018-07-25
2
-0
/
+1087
[prev]
[next]