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-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
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen
2015-07-17Comment fixupCorinna Vinschen
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen
2015-07-17Document the fact that we forgot to bump for sigaltstack and sethostnameCorinna Vinschen
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen
2015-07-08tzset: Check timezone and country case-insensitiveCorinna Vinschen
2015-07-07Add accidentally missing ChangeLog entry for previous patchCorinna Vinschen
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen
2015-07-07Simplify fork code setting up child stack infoCorinna Vinschen
2015-07-06winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz
2015-07-05winsup/doc: Add a configure test to find docbook2xtexiJon TURNEY
2015-07-05Align hard stack allocation to pthread stack setup changesCorinna Vinschen
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen