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-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
2015-08-24Bump Cygwin DLL minor number.Corinna Vinschen
2015-08-21Add Lavasoft Web Companion to BLODA list.Jon TURNEY
2015-08-18Cygwin: Return port number from getservent in network byte orderCorinna Vinschen
2015-08-18exceptions.cc: Drop including ucontext.h.Corinna Vinschen
2015-08-17Don't call LsaLookupSids if we're not utilizing Windows account DBsCorinna Vinschen
2015-08-17Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen
2015-08-17Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen
2015-08-17mkglobals_h: Handle CRLF earlier.Orgad Shaneh
2015-08-17Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen
2015-08-15Cygwin: Improve 2.2.1 release notesCorinna Vinschen
2015-08-15Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen
2015-08-14Fix copy/paste error in previous patchCorinna Vinschen
2015-08-14Don't perform RFC2307 account mapping without account DBCorinna Vinschen
2015-08-14Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen