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
*
Fix compiler errors/warnings when compiling with -O3
Corinna Vinschen
2015-10-20
3
-3
/
+10
*
Extend _intsup.h to support 16-bit and 20-bit pointers.
Nick Clifton
2015-10-19
2
-1
/
+15
*
C11 aligned_alloc() implementation
Sebastian Huber
2015-10-19
4
-18
/
+70
*
C11 aligned_alloc() support for <stdlib.h>
Sebastian Huber
2015-10-19
2
-0
/
+6
*
C11 quick_exit() support for <stdlib.h>
Sebastian Huber
2015-10-19
5
-17
/
+124
*
Import <threads.h> from latest FreeBSD.
Jeff Johnston
2015-10-13
3
-0
/
+152
*
Synchronize with FreeBSD.
Jeff Johnston
2015-10-13
2
-24
/
+145
*
Add FreeBSD style changes to sys/cdefs.h
Jeff Johnston
2015-10-13
2
-32
/
+37
*
Define setjmp buffer length for IA64.
Nick Clifton
2015-10-08
2
-0
/
+8
*
Add support for persistent data to the MSP430 linker scripts.
Nick Clifton
2015-10-06
4
-8
/
+53
*
Minimize newlib code size for ft32
newlib-snapshot-20150924
Jeff Johnston
2015-09-22
2
-6
/
+5
*
config.{guess,sub}: sync with upstream
Mike Frysinger
2015-09-22
3
-19
/
+53
*
Cygwin 2.3.0: Add missing release message
Corinna Vinschen
2015-09-08
1
-0
/
+4
*
flock.cc: Fix stack allocation from callee used in caller
Corinna Vinschen
2015-09-08
2
-6
/
+18
*
faq-using.xml: Replace makewhatis with mandb
Corinna Vinschen
2015-09-08
2
-2
/
+6
*
Add FTDI license for newlib and libgloss.
Jeff Johnston
2015-09-04
3
-0
/
+35
*
Add support for ft32 to newlib.
Jeff Johnston
2015-09-04
18
-1911
/
+9660
*
Add support for FT32 platform.
Jeff Johnston
2015-09-04
24
-0
/
+5285
*
libc/machine/cris/sys/signal.h (kill): Declare.
Hans-Peter Nilsson
2015-09-03
2
-0
/
+8
*
cygcheck.cc: Fix missing commas in products array
Corinna Vinschen
2015-08-30
2
-5
/
+9
*
cygcheck.cc: Fix debugger problem
Corinna Vinschen
2015-08-30
2
-4
/
+13
*
cygcheck.cc: Handle W10/2016 sysinfo
Corinna Vinschen
2015-08-30
2
-27
/
+68
*
cygcheck.cc: Fix downlevel DLL handling
Corinna Vinschen
2015-08-30
2
-2
/
+12
*
sysconf.cc: Fix compiler warning.
Corinna Vinschen
2015-08-29
1
-0
/
+2
*
Allow sysconf to return CPU cache information
Corinna Vinschen
2015-08-29
9
-63
/
+559
*
Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSes
Corinna Vinschen
2015-08-27
9
-19
/
+147
*
strlen-armv7.S: Fix preprocessor check
Corinna Vinschen
2015-08-27
2
-1
/
+6
*
Fix for pri and scn formats
Andre Simoes Dias Vieira
2015-08-27
3
-127
/
+273
*
fhandler_proc.cc: Only request group relation information
Corinna Vinschen
2015-08-26
2
-1
/
+6
*
winsup.h: Claim Windows 10 support
Corinna Vinschen
2015-08-25
3
-4
/
+11
*
autoload.cc: Drop using full paths for system DLLs
Corinna Vinschen
2015-08-25
2
-11
/
+7
*
autload.cc: Avoid clobbering return address in noload on i686
Corinna Vinschen
2015-08-25
2
-2
/
+9
*
mmap.cc: Fix some comments
Corinna Vinschen
2015-08-25
2
-9
/
+10
*
Updated copyright notice
Andre Vieira
2015-08-25
1
-1
/
+1
*
Always declare "kill" in include/sys/signal.h
James Greenhalgh
2015-08-25
1
-2
/
+2
*
Sigproc.cc: Fix copyright.
newlib-snapshot-20150824
Corinna Vinschen
2015-08-24
1
-1
/
+1
*
Fix hang stracing forking processes but not following child
Corinna Vinschen
2015-08-24
4
-2
/
+37
*
Bump Cygwin DLL minor number.
Corinna Vinschen
2015-08-24
2
-1
/
+5
*
oops - forgot to add PR number to ChangeLog entry.
Nick Clifton
2015-08-24
1
-0
/
+1
*
Add Lavasoft Web Companion to BLODA list.
Jon TURNEY
2015-08-21
2
-0
/
+6
*
* msp430/crt0.S: Remove watchdog disabling code.
Nick Clifton
2015-08-20
2
-2
/
+4
*
Manuals failing to build on Ubuntu LTS 14.04
cygwin-2_2_1-release
Jon TURNEY
2015-08-20
1
-1
/
+1
*
Add MIN MAX macro to param header file.
Andre Vieira
2015-08-20
1
-0
/
+3
*
Use machine header file for endianness configuration.
Andre Vieira
2015-08-20
3
-15
/
+41
*
Use machine header file for param configuration.
Andre Vieira
2015-08-20
1
-2
/
+10
*
Cygwin: Return port number from getservent in network byte order
Corinna Vinschen
2015-08-18
3
-2
/
+11
*
exceptions.cc: Drop including ucontext.h.
Corinna Vinschen
2015-08-18
3
-1
/
+7
*
sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008
Yaakov Selkowitz
2015-08-18
1
-0
/
+6
*
Don't call LsaLookupSids if we're not utilizing Windows account DBs
Corinna Vinschen
2015-08-17
3
-19
/
+42
*
Try harder to avoid LDAP access for RFC2307 mapping
Corinna Vinschen
2015-08-17
4
-37
/
+55
[next]