summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen2015-10-224-1/+13
* Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen2015-10-223-1/+12
* Add release message for previous Cygwin patchCorinna Vinschen2015-10-221-0/+2
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-229-14/+23
* Fix memory leak in pthread_getattr_npCorinna Vinschen2015-10-213-5/+10
* Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen2015-10-213-1/+15
* Fix compiler errors/warnings when compiling with -O3Corinna Vinschen2015-10-203-3/+10
* Cygwin 2.3.0: Add missing release messageCorinna Vinschen2015-09-081-0/+4
* flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen2015-09-082-6/+18
* sysconf.cc: Fix compiler warning.Corinna Vinschen2015-08-291-0/+2
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-295-63/+524
* Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen2015-08-277-19/+126
* fhandler_proc.cc: Only request group relation informationCorinna Vinschen2015-08-262-1/+6
* winsup.h: Claim Windows 10 supportCorinna Vinschen2015-08-253-4/+11
* autoload.cc: Drop using full paths for system DLLsCorinna Vinschen2015-08-252-11/+7
* autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen2015-08-252-2/+9
* mmap.cc: Fix some commentsCorinna Vinschen2015-08-252-9/+10
* Sigproc.cc: Fix copyright.newlib-snapshot-20150824Corinna Vinschen2015-08-241-1/+1
* Fix hang stracing forking processes but not following childCorinna Vinschen2015-08-244-2/+37
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-242-1/+5
* Cygwin: Return port number from getservent in network byte orderCorinna Vinschen2015-08-183-2/+11
* exceptions.cc: Drop including ucontext.h.Corinna Vinschen2015-08-183-1/+7
* Don't call LsaLookupSids if we're not utilizing Windows account DBsCorinna Vinschen2015-08-173-19/+42
* Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen2015-08-174-37/+55
* Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen2015-08-172-7/+29
* mkglobals_h: Handle CRLF earlier.Orgad Shaneh2015-08-172-1/+5
* Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen2015-08-172-0/+9
* Cygwin: Improve 2.2.1 release notesCorinna Vinschen2015-08-151-9/+4
* Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen2015-08-154-1/+66
* Fix copy/paste error in previous patchCorinna Vinschen2015-08-142-2/+7
* Don't perform RFC2307 account mapping without account DBCorinna Vinschen2015-08-144-8/+21
* Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen2015-08-142-0/+24
* Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen2015-08-136-490/+618
* miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen2015-08-102-4/+9
* Revert to leaving $HOME aloneCorinna Vinschen2015-08-103-8/+20
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-032-1/+5
* Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen2015-07-293-19/+183
* cygwin: Fix copyright datesCorinna Vinschen2015-07-2915-16/+15
* cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen2015-07-296-11/+33
* Improve cygwin 2.2.0 release textCorinna Vinschen2015-07-231-0/+1
* Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2015-07-232-1/+13
* Ignore non-absolute $HOME when started from native processCorinna Vinschen2015-07-233-2/+17
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-215-23/+120
* Add previous ldd fix to release fileCorinna Vinschen2015-07-201-0/+2
* Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2015-07-192-6/+9
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-1910-85/+141
* Remove x86_64 __sjfault/__ljfaultCorinna Vinschen2015-07-182-65/+5
* Rearrange makecontext and add lots of commentsCorinna Vinschen2015-07-182-12/+42
* Fix ucontext creation in call_signal handlerCorinna Vinschen2015-07-172-4/+21
* Comment fixupCorinna Vinschen2015-07-172-6/+13