aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2015-11-12flock: Fix hang in object collision caseCorinna Vinschen3-2/+12
2015-11-12Add comment to explain previous patchCorinna Vinschen1-0/+2
2015-11-12Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen3-3/+26
2015-11-09Bump Cygwin DLL minor numberCorinna Vinschen2-1/+5
2015-11-05Fake volume serial number on filesystems not providing itCorinna Vinschen2-2/+33
2015-11-05Avoid deadlock in flock(2)Corinna Vinschen4-5/+16
2015-11-05Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen2-3/+15
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen4-1/+12
2015-11-04Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen1-0/+3
2015-11-03Fix potential endless loop in pending_signals::clearCorinna Vinschen2-9/+9
2015-11-02Define MAX_IPOPTLENCorinna Vinschen2-0/+6
2015-11-02Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen2-5/+17
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen10-5/+41
2015-10-30Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen3-6/+22
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen2-4/+6
2015-10-30Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen4-3/+23
2015-10-29Check for correct funtion entry address in munge_threadfuncQian Hong4-3/+18
2015-10-27Remove spurious execute permissions from some Cygwin source and text filesJon Turney11-0/+15
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis3-0/+10
2015-10-23Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen4-1/+30
2015-10-22winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz2-0/+19
2015-10-22Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen7-2/+35
2015-10-22Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen3-1/+12
2015-10-22Add release message for previous Cygwin patchCorinna Vinschen1-0/+2
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen9-14/+23
2015-10-21Fix memory leak in pthread_getattr_npCorinna Vinschen3-5/+10
2015-10-21Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen3-1/+15
2015-10-21* winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown2-0/+46
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen3-3/+10
2015-09-08Cygwin 2.3.0: Add missing release messageCorinna Vinschen1-0/+4
2015-09-08flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen2-6/+18
2015-09-08faq-using.xml: Replace makewhatis with mandbCorinna Vinschen2-2/+6
2015-08-30cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen2-5/+9
2015-08-30cygcheck.cc: Fix debugger problemCorinna Vinschen2-4/+13
2015-08-30cygcheck.cc: Handle W10/2016 sysinfoCorinna Vinschen2-27/+68
2015-08-30cygcheck.cc: Fix downlevel DLL handlingCorinna Vinschen2-2/+12
2015-08-29sysconf.cc: Fix compiler warning.Corinna Vinschen1-0/+2
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen7-63/+539
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen9-19/+147
2015-08-26fhandler_proc.cc: Only request group relation informationCorinna Vinschen2-1/+6
2015-08-25winsup.h: Claim Windows 10 supportCorinna Vinschen3-4/+11
2015-08-25autoload.cc: Drop using full paths for system DLLsCorinna Vinschen2-11/+7
2015-08-25autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen2-2/+9
2015-08-25mmap.cc: Fix some commentsCorinna Vinschen2-9/+10
2015-08-24Sigproc.cc: Fix copyright.newlib-snapshot-20150824Corinna Vinschen1-1/+1
2015-08-24Fix hang stracing forking processes but not following childCorinna Vinschen4-2/+37
2015-08-24Bump Cygwin DLL minor number.Corinna Vinschen2-1/+5
2015-08-21Add Lavasoft Web Companion to BLODA list.Jon TURNEY2-0/+6
2015-08-18Cygwin: Return port number from getservent in network byte orderCorinna Vinschen3-2/+11
2015-08-18exceptions.cc: Drop including ucontext.h.Corinna Vinschen3-1/+7