summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-072-2/+8
* or1k: Make heap end globally visibleJeff Johnston2015-08-072-1/+5
* Improve FAQ answer on debugging CygwinJon TURNEY2015-08-052-4/+26
* This is part of a larger fix for RL78 complex relocs - they need an absolute ...Nick Clifton2015-08-043-0/+9
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-032-7/+15
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-032-1/+5
* strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen2015-08-032-6/+13
* Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY2015-08-031-0/+8
* Fix typo in <sys/lock.h>Sebastian Huber2015-07-312-1/+6
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-302-191/+188
* Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen2015-07-293-19/+183
* Move header filesSebastian Huber2015-07-299-5/+23
* newlib/ChangeLog: Left out of previous commit.Joel Sherrill2015-07-291-0/+4
* Add <sys/lock.h>Sebastian Huber2015-07-291-0/+235
* cygwin: Fix copyright datesCorinna Vinschen2015-07-2917-18/+17
* cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen2015-07-298-13/+55
* Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY2015-07-241-116/+28
* Remove a stray sentence fragment in iconv.texJon TURNEY2015-07-241-1/+0
* Fix a typo in iconv.texJon TURNEY2015-07-241-1/+1
* Fix SYNPOSIS prototypes for iconv functionsJon TURNEY2015-07-241-4/+4
* Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY2015-07-241-139/+54
* Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2015-07-242-0/+3
* Improve cygwin 2.2.0 release textCorinna Vinschen2015-07-231-0/+1
* Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2015-07-232-1/+13
* Ignore non-absolute $HOME when started from native processCorinna Vinschen2015-07-233-2/+17
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-219-25/+148
* Add previous ldd fix to release fileCorinna Vinschen2015-07-201-0/+2
* Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen2015-07-202-4/+11
* Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2015-07-192-6/+9
* 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
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-152-184/+196
* Change to nano.specs to add nano's include dircygwin-2_1_0-releaseAndre Simoes Dias Vieira2015-07-142-0/+9
* exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen2015-07-132-2/+5
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-132-191/+189
* Fix ChangeLog entry for previous two commits.Marcus Shawcroft2015-07-131-2/+2
* [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