summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix some inconsistent QUICKREF linesJon Turney2015-11-126-5/+18
* makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2015-11-122-4/+9
* AArch64: Tune memcpyWilco Dijkstra2015-11-122-24/+37
* flock: Fix hang in object collision caseCorinna Vinschen2015-11-123-2/+12
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-128-0/+18
* Add comment to explain previous patchCorinna Vinschen2015-11-121-0/+2
* Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen2015-11-123-3/+26
* Bump Cygwin DLL minor numberCorinna Vinschen2015-11-092-1/+5
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-067-124/+117
* Reorganize memcpy selection.Marcus Shawcroft2015-11-067-296/+92
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-062-2/+7
* Fake volume serial number on filesystems not providing itCorinna Vinschen2015-11-052-2/+33
* Avoid deadlock in flock(2)Corinna Vinschen2015-11-054-5/+16
* Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen2015-11-052-3/+15
* Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen2015-11-044-1/+12
* Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen2015-11-041-0/+3
* Fix potential endless loop in pending_signals::clearCorinna Vinschen2015-11-032-9/+9
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-036-14/+106
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-0276-5445/+4150
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-0223-34/+59
* Add missing semicolons to prototypes.Jeff Johnston2015-11-0210-38/+51
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-022-2/+48
* Define MAX_IPOPTLENCorinna Vinschen2015-11-022-0/+6
* Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen2015-11-022-5/+17
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-0210-5/+41
* Add missing ChangeLog entry for ce8159d5Corinna Vinschen2015-11-021-0/+4
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1
* Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen2015-10-303-6/+22
* Avoid double unlock of TLS mutexCorinna Vinschen2015-10-302-4/+6
* Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen2015-10-304-3/+23
* Check for correct funtion entry address in munge_threadfuncQian Hong2015-10-294-3/+18
* Remove spurious execute permissions from some Cygwin source and text filesJon Turney2015-10-2711-0/+15
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-275-25/+114
* Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen2015-10-234-1/+30
* winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz2015-10-222-0/+19
* Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen2015-10-227-2/+35
* Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen2015-10-223-1/+12
* Add release message for previous Cygwin patchCorinna Vinschen2015-10-221-0/+2
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-229-14/+23
* Fix memory leak in pthread_getattr_npCorinna Vinschen2015-10-213-5/+10
* Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen2015-10-213-1/+15
* * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown2015-10-212-0/+46
* * rl78/crt0.S (_start): Fixed code that clears .bssDJ Delorie2015-10-202-10/+16
* Fix compiler errors/warnings when compiling with -O3Corinna Vinschen2015-10-203-3/+10
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-192-1/+15
* C11 aligned_alloc() implementationSebastian Huber2015-10-194-18/+70
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-192-0/+6
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-195-17/+124
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-133-0/+152
* Synchronize with FreeBSD.Jeff Johnston2015-10-132-24/+145