Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen
2015-11-18Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen
2015-11-18Regenerate Cygwin locale message infoCorinna Vinschen
2015-11-17cygwin: export rpmatch(3)Yaakov Selkowitz
2015-11-12flock: Fix hang in object collision caseCorinna Vinschen
2015-11-12Add comment to explain previous patchCorinna Vinschen
2015-11-12Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen
2015-11-09Bump Cygwin DLL minor numberCorinna Vinschen
2015-11-05Fake volume serial number on filesystems not providing itCorinna Vinschen
2015-11-05Avoid deadlock in flock(2)Corinna Vinschen
2015-11-05Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen
2015-11-04Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen
2015-11-03Fix potential endless loop in pending_signals::clearCorinna Vinschen
2015-11-02Define MAX_IPOPTLENCorinna Vinschen
2015-11-02Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2015-10-30Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen
2015-10-30Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen
2015-10-29Check for correct funtion entry address in munge_threadfuncQian Hong
2015-10-27Remove spurious execute permissions from some Cygwin source and text filesJon Turney
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis
2015-10-23Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen
2015-10-22winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz
2015-10-22Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen
2015-10-22Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen
2015-10-22Add release message for previous Cygwin patchCorinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-10-21Fix memory leak in pthread_getattr_npCorinna Vinschen
2015-10-21Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen
2015-10-21* winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen
2015-09-08Cygwin 2.3.0: Add missing release messageCorinna Vinschen
2015-09-08flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen
2015-09-08faq-using.xml: Replace makewhatis with mandbCorinna Vinschen
2015-08-30cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen
2015-08-30cygcheck.cc: Fix debugger problemCorinna Vinschen
2015-08-30cygcheck.cc: Handle W10/2016 sysinfoCorinna Vinschen
2015-08-30cygcheck.cc: Fix downlevel DLL handlingCorinna Vinschen
2015-08-29sysconf.cc: Fix compiler warning.Corinna Vinschen
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen
2015-08-26fhandler_proc.cc: Only request group relation informationCorinna Vinschen
2015-08-25winsup.h: Claim Windows 10 supportCorinna Vinschen
2015-08-25autoload.cc: Drop using full paths for system DLLsCorinna Vinschen
2015-08-25autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen
2015-08-25mmap.cc: Fix some commentsCorinna Vinschen
2015-08-24Sigproc.cc: Fix copyright.newlib-snapshot-20150824Corinna Vinschen
2015-08-24Fix hang stracing forking processes but not following childCorinna Vinschen