summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-1910-85/+141
* Remove x86_64 __sjfault/__ljfaultCorinna Vinschen2015-07-182-65/+5
* Rearrange makecontext and add lots of commentsCorinna Vinschen2015-07-182-12/+42
* Fix ucontext creation in call_signal handlerCorinna Vinschen2015-07-172-4/+21
* Comment fixupCorinna Vinschen2015-07-172-6/+13
* Reuse __unwind_single_frame where appropriateCorinna Vinschen2015-07-172-58/+42
* Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen2015-07-1710-2/+301
* Document the fact that we forgot to bump for sigaltstack and sethostnameCorinna Vinschen2015-07-172-1/+7
* exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen2015-07-132-2/+5
* tzset: Check timezone and country case-insensitiveCorinna Vinschen2015-07-083-2/+10
* Add accidentally missing ChangeLog entry for previous patchCorinna Vinschen2015-07-071-0/+16
* x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen2015-07-075-2/+71
* Simplify stack allocation code in child after forkCorinna Vinschen2015-07-073-69/+68
* Simplify fork code setting up child stack infoCorinna Vinschen2015-07-072-29/+25
* winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz2015-07-062-3/+11
* winsup/doc: Add a configure test to find docbook2xtexiJon TURNEY2015-07-054-1/+52
* Align hard stack allocation to pthread stack setup changesCorinna Vinschen2015-07-052-11/+23
* Implement correct RLIMIT_STACK handlingCorinna Vinschen2015-07-057-71/+172
* Disable fetching heap info on 64 bit XP/2003Corinna Vinschen2015-07-055-1/+27
* Add missing wincap changes to previous ChangeLog entryCorinna Vinschen2015-07-051-0/+3
* Fix original stack when running signal handler on alternate stackCorinna Vinschen2015-07-048-134/+291
* Document previous changeCorinna Vinschen2015-07-011-0/+3
* Fix fork after recovered stack overflowCorinna Vinschen2015-07-012-2/+19
* Add comment to sigaltstack to explain setting ss_flags hereCorinna Vinschen2015-06-302-0/+8
* Handle ss_flags value longjmp safe.Corinna Vinschen2015-06-273-5/+18
* Define larger MINSIGSTKSZ and SIGSTKSZ values for CygwinCorinna Vinschen2015-06-262-0/+13
* Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen2015-06-262-10/+31
* winsup/doc: Update ancient README about building documentationJon TURNEY2015-06-232-21/+6
* winsup/doc: Use xidepend to generate the source list for FAQ targets as wellJon TURNEY2015-06-232-4/+6
* winsup/doc: Remove 'Usage' prefix from synopsesJon TURNEY2015-06-232-44/+48
* winsup/doc: Add intro man pages from cygwin-docJon TURNEY2015-06-233-1/+209
* winsup/doc: Create info pages from cygwin documentationJon TURNEY2015-06-235-6/+53
* Complement SIGEV_* enums with macrosKen Brown2015-06-232-0/+8
* Don't push on original stack during alternate signal stack setupCorinna Vinschen2015-06-222-56/+56
* Safe all clobbered volatile registers when using alternate stackCorinna Vinschen2015-06-212-22/+54
* Fix commentsCorinna Vinschen2015-06-201-2/+2
* ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen2015-06-202-0/+30
* Add alternate signal stack to docsCorinna Vinschen2015-06-203-1/+17
* Implement using alternate signal stack in CygwinCorinna Vinschen2015-06-201-13/+108
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-201-3/+0
* Handle exceptions in sigaltstackCorinna Vinschen2015-06-201-21/+35
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-198-147/+208
* Formatting fixes in exceptions.ccCorinna Vinschen2015-06-192-37/+67
* winsup/doc: Fix command to create man3 install directoryJon TURNEY2015-06-192-1/+6
* Disallow installing "man pages" from release subdirCorinna Vinschen2015-06-182-4/+8
* winsup/doc: Add man.xsl customization stylesheetJon TURNEY2015-06-183-4/+22
* winsup/doc: Make and install cygwin-api function manpagesJon TURNEY2015-06-182-2/+16
* winsup/doc: Convert cygwin-api function documentation to refentry elementsJon TURNEY2015-06-185-68/+258
* winsup/doc: Generate ANSI rather than K&R style function prototypesJon TURNEY2015-06-183-0/+12
* winsup/doc: Rename cygwin.xsl as html.xslJon TURNEY2015-06-183-8/+12