summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-132-134/+166
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-132-282/+113
* Fix typo in README.Jeff Johnston2015-07-101-1/+1
* 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
* Rework handling of basename variantsYaakov Selkowitz2015-07-063-4/+14
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-063-2/+10
* 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
* Prevent use of uninitialized file lockSebastian Huber2015-07-023-4/+16
* 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
* Regenerate Makefile.inJon TURNEY2015-06-297-5/+14
* 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
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-2410-4/+34
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-246-2/+33
* Don't chew files which contain no documentation markupJon TURNEY2015-06-243-3/+6
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-244-3/+10
* Fix typo-ed function names in efgcvt.c documentationJon TURNEY2015-06-233-3/+9
* Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2015-06-232-1/+6
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-234-5/+11
* Correct a non-ANSI prototype in SYNOPSISJon TURNEY2015-06-232-1/+5
* Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2015-06-233-2/+8
* Fix some mangled makedoc markupJon TURNEY2015-06-233-5/+10
* Fix makedoc markup used in texinfo sourceJon TURNEY2015-06-233-2/+7
* 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
* sys/signal.h requires sys/cdefs.hCorinna Vinschen2015-06-222-0/+5
* 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-203-0/+41
* 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-202-17/+14