aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2015-08-03strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen2-6/+13
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen3-19/+183
2015-07-29cygwin: Fix copyright datesCorinna Vinschen17-18/+17
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen8-13/+55
2015-07-23Improve cygwin 2.2.0 release textCorinna Vinschen1-0/+1
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2-1/+13
2015-07-23Ignore non-absolute $HOME when started from native processCorinna Vinschen3-2/+17
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen7-23/+132
2015-07-20Add previous ldd fix to release fileCorinna Vinschen1-0/+2
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen2-4/+11
2015-07-19Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2-6/+9
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen10-85/+141
2015-07-18Remove x86_64 __sjfault/__ljfaultCorinna Vinschen2-65/+5
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen2-12/+42
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen2-4/+21
2015-07-17Comment fixupCorinna Vinschen2-6/+13
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen2-58/+42
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen10-2/+301
2015-07-17Document the fact that we forgot to bump for sigaltstack and sethostnameCorinna Vinschen2-1/+7
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen2-2/+5
2015-07-08tzset: Check timezone and country case-insensitiveCorinna Vinschen3-2/+10
2015-07-07Add accidentally missing ChangeLog entry for previous patchCorinna Vinschen1-0/+16
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen5-2/+71
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen3-69/+68
2015-07-07Simplify fork code setting up child stack infoCorinna Vinschen2-29/+25
2015-07-06winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz2-3/+11
2015-07-05winsup/doc: Add a configure test to find docbook2xtexiJon TURNEY4-1/+52
2015-07-05Align hard stack allocation to pthread stack setup changesCorinna Vinschen2-11/+23
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen7-71/+172
2015-07-05Disable fetching heap info on 64 bit XP/2003Corinna Vinschen5-1/+27
2015-07-05Add missing wincap changes to previous ChangeLog entryCorinna Vinschen1-0/+3
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen8-134/+291
2015-07-01Document previous changeCorinna Vinschen1-0/+3
2015-07-01Fix fork after recovered stack overflowCorinna Vinschen2-2/+19
2015-06-30Add comment to sigaltstack to explain setting ss_flags hereCorinna Vinschen2-0/+8
2015-06-27Handle ss_flags value longjmp safe.Corinna Vinschen3-5/+18
2015-06-26Define larger MINSIGSTKSZ and SIGSTKSZ values for CygwinCorinna Vinschen2-0/+13
2015-06-26Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen2-10/+31
2015-06-23winsup/doc: Update ancient README about building documentationJon TURNEY2-21/+6
2015-06-23winsup/doc: Use xidepend to generate the source list for FAQ targets as wellJon TURNEY2-4/+6
2015-06-23winsup/doc: Remove 'Usage' prefix from synopsesJon TURNEY2-44/+48
2015-06-23winsup/doc: Add intro man pages from cygwin-docJon TURNEY3-1/+209
2015-06-23winsup/doc: Create info pages from cygwin documentationJon TURNEY5-6/+53
2015-06-23Complement SIGEV_* enums with macrosKen Brown2-0/+8
2015-06-22Don't push on original stack during alternate signal stack setupCorinna Vinschen2-56/+56
2015-06-21Safe all clobbered volatile registers when using alternate stackCorinna Vinschen2-22/+54
2015-06-20Fix commentsCorinna Vinschen1-2/+2
2015-06-20ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen2-0/+30
2015-06-20Add alternate signal stack to docsCorinna Vinschen3-1/+17
2015-06-20Implement using alternate signal stack in CygwinCorinna Vinschen1-13/+108