aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Don't call LsaLookupSids if we're not utilizing Windows account DBsCorinna Vinschen3-19/+42
2015-08-17Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen4-37/+55
2015-08-17Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen2-7/+29
2015-08-17mkglobals_h: Handle CRLF earlier.Orgad Shaneh2-1/+5
2015-08-17Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen2-0/+9
2015-08-15Cygwin: Improve 2.2.1 release notesCorinna Vinschen1-9/+4
2015-08-15Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen4-1/+66
2015-08-14Fix copy/paste error in previous patchCorinna Vinschen2-2/+7
2015-08-14Don't perform RFC2307 account mapping without account DBCorinna Vinschen4-8/+21
2015-08-14Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen2-0/+24
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen6-490/+618
2015-08-10miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen2-4/+9
2015-08-10Revert to leaving $HOME aloneCorinna Vinschen3-8/+20
2015-08-05Improve FAQ answer on debugging CygwinJon TURNEY2-4/+26
2015-08-03Bump Cygwin DLL minor number.Corinna Vinschen2-1/+5
2015-08-03strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen2-6/+13
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen3-19/+183
2015-07-29cygwin: Fix copyright datesCorinna Vinschen17-18/+17
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen8-13/+55
2015-07-23Improve cygwin 2.2.0 release textCorinna Vinschen1-0/+1
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2-1/+13
2015-07-23Ignore non-absolute $HOME when started from native processCorinna Vinschen3-2/+17
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen7-23/+132
2015-07-20Add previous ldd fix to release fileCorinna Vinschen1-0/+2
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen2-4/+11
2015-07-19Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2-6/+9
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen10-85/+141
2015-07-18Remove x86_64 __sjfault/__ljfaultCorinna Vinschen2-65/+5
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen2-12/+42
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen2-4/+21
2015-07-17Comment fixupCorinna Vinschen2-6/+13
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen2-58/+42
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen10-2/+301
2015-07-17Document the fact that we forgot to bump for sigaltstack and sethostnameCorinna Vinschen2-1/+7
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen2-2/+5
2015-07-08tzset: Check timezone and country case-insensitiveCorinna Vinschen3-2/+10
2015-07-07Add accidentally missing ChangeLog entry for previous patchCorinna Vinschen1-0/+16
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen5-2/+71