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
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump Cygwin DLL minor number.
Corinna Vinschen
2015-08-03
2
-1
/
+5
*
strace: Handle ofile descriptor more carefully.
cygwin-2_2_0-release
Corinna Vinschen
2015-08-03
2
-6
/
+13
*
Cygwin: Fix x86_64 memcpy/memset for n > 2GB
Corinna Vinschen
2015-07-29
3
-19
/
+183
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
17
-18
/
+17
*
cygwin: Fix crashes under AllocationPreference=0x100000 condition
Corinna Vinschen
2015-07-29
8
-13
/
+55
*
Improve cygwin 2.2.0 release text
Corinna Vinschen
2015-07-23
1
-0
/
+1
*
Fix potential buffer overflow in makecontext trampoline
Corinna Vinschen
2015-07-23
2
-1
/
+13
*
Ignore non-absolute $HOME when started from native process
Corinna Vinschen
2015-07-23
3
-2
/
+17
*
Cygwin: Implement siglongjmp and sigsetjmp functions.
Corinna Vinschen
2015-07-21
7
-23
/
+132
*
Add previous ldd fix to release file
Corinna Vinschen
2015-07-20
1
-0
/
+2
*
Fix potential hang in ldd if DLL encounters missing entry point
Corinna Vinschen
2015-07-20
2
-4
/
+11
*
Lower Cygwin's MINSIGSTKSZ and SIGSTKSZ
Corinna Vinschen
2015-07-19
2
-6
/
+9
*
Reduce stack pressure throughout Cygwin
Corinna Vinschen
2015-07-19
10
-85
/
+141
*
Remove x86_64 __sjfault/__ljfault
Corinna Vinschen
2015-07-18
2
-65
/
+5
*
Rearrange makecontext and add lots of comments
Corinna Vinschen
2015-07-18
2
-12
/
+42
*
Fix ucontext creation in call_signal handler
Corinna Vinschen
2015-07-17
2
-4
/
+21
*
Comment fixup
Corinna Vinschen
2015-07-17
2
-6
/
+13
*
Reuse __unwind_single_frame where appropriate
Corinna Vinschen
2015-07-17
2
-58
/
+42
*
Implement getcontext, setcontext, makecontext, swapcontext
Corinna Vinschen
2015-07-17
10
-2
/
+301
*
Document the fact that we forgot to bump for sigaltstack and sethostname
Corinna Vinschen
2015-07-17
2
-1
/
+7
*
exceptions.cc: Reenable code only disabled for debug purposes
Corinna Vinschen
2015-07-13
2
-2
/
+5
*
tzset: Check timezone and country case-insensitive
Corinna Vinschen
2015-07-08
3
-2
/
+10
*
Add accidentally missing ChangeLog entry for previous patch
Corinna Vinschen
2015-07-07
1
-0
/
+16
*
x86_64: Handle myfault exceptions when running on alternate signal stack
Corinna Vinschen
2015-07-07
5
-2
/
+71
*
Simplify stack allocation code in child after fork
Corinna Vinschen
2015-07-07
3
-69
/
+68
*
Simplify fork code setting up child stack info
Corinna Vinschen
2015-07-07
2
-29
/
+25
*
winsup/cygwin: rework basename redefinition handling in path.cc
Yaakov Selkowitz
2015-07-06
2
-3
/
+11
*
winsup/doc: Add a configure test to find docbook2xtexi
Jon TURNEY
2015-07-05
4
-1
/
+52
*
Align hard stack allocation to pthread stack setup changes
Corinna Vinschen
2015-07-05
2
-11
/
+23
*
Implement correct RLIMIT_STACK handling
Corinna Vinschen
2015-07-05
7
-71
/
+172
*
Disable fetching heap info on 64 bit XP/2003
Corinna Vinschen
2015-07-05
5
-1
/
+27
*
Add missing wincap changes to previous ChangeLog entry
Corinna Vinschen
2015-07-05
1
-0
/
+3
*
Fix original stack when running signal handler on alternate stack
Corinna Vinschen
2015-07-04
8
-134
/
+291
*
Document previous change
Corinna Vinschen
2015-07-01
1
-0
/
+3
*
Fix fork after recovered stack overflow
Corinna Vinschen
2015-07-01
2
-2
/
+19
*
Add comment to sigaltstack to explain setting ss_flags here
Corinna Vinschen
2015-06-30
2
-0
/
+8
*
Handle ss_flags value longjmp safe.
Corinna Vinschen
2015-06-27
3
-5
/
+18
*
Define larger MINSIGSTKSZ and SIGSTKSZ values for Cygwin
Corinna Vinschen
2015-06-26
2
-0
/
+13
*
Fix values returned by getrlimit(RLIMIT_STACK)
Corinna Vinschen
2015-06-26
2
-10
/
+31
*
winsup/doc: Update ancient README about building documentation
Jon TURNEY
2015-06-23
2
-21
/
+6
*
winsup/doc: Use xidepend to generate the source list for FAQ targets as well
Jon TURNEY
2015-06-23
2
-4
/
+6
*
winsup/doc: Remove 'Usage' prefix from synopses
Jon TURNEY
2015-06-23
2
-44
/
+48
*
winsup/doc: Add intro man pages from cygwin-doc
Jon TURNEY
2015-06-23
3
-1
/
+209
*
winsup/doc: Create info pages from cygwin documentation
Jon TURNEY
2015-06-23
5
-6
/
+53
*
Complement SIGEV_* enums with macros
Ken Brown
2015-06-23
2
-0
/
+8
*
Don't push on original stack during alternate signal stack setup
Corinna Vinschen
2015-06-22
2
-56
/
+56
*
Safe all clobbered volatile registers when using alternate stack
Corinna Vinschen
2015-06-21
2
-22
/
+54
*
Fix comments
Corinna Vinschen
2015-06-20
1
-2
/
+2
*
ChangeLog entries for Cygwin's alternate signal stack implementation
Corinna Vinschen
2015-06-20
2
-0
/
+30
*
Add alternate signal stack to docs
Corinna Vinschen
2015-06-20
3
-1
/
+17
[next]