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-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
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen
2015-08-10miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen
2015-08-10Revert to leaving $HOME aloneCorinna Vinschen
2015-08-05Improve FAQ answer on debugging CygwinJon TURNEY
2015-08-03Bump Cygwin DLL minor number.Corinna Vinschen
2015-08-03strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen
2015-07-23Improve cygwin 2.2.0 release textCorinna Vinschen
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen
2015-07-23Ignore non-absolute $HOME when started from native processCorinna Vinschen
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen
2015-07-20Add previous ldd fix to release fileCorinna Vinschen
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen
2015-07-19Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2015-07-18Remove x86_64 __sjfault/__ljfaultCorinna Vinschen
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen