summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-299-63/+559
* Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen2015-08-279-19/+147
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-272-1/+6
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-273-127/+273
* 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
* Updated copyright noticeAndre Vieira2015-08-251-1/+1
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* 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
* oops - forgot to add PR number to ChangeLog entry.Nick Clifton2015-08-241-0/+1
* Add Lavasoft Web Companion to BLODA list.Jon TURNEY2015-08-212-0/+6
* * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton2015-08-202-2/+4
* Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY2015-08-201-1/+1
* Add MIN MAX macro to param header file.Andre Vieira2015-08-201-0/+3
* Use machine header file for endianness configuration.Andre Vieira2015-08-203-15/+41
* Use machine header file for param configuration.Andre Vieira2015-08-201-2/+10
* 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
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* 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
* or1k: Typo fixesJeff Johnston2015-08-073-2/+7
* or1k: Allow exception nestingJeff Johnston2015-08-074-39/+149
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-072-2/+8
* or1k: Make heap end globally visibleJeff Johnston2015-08-072-1/+5
* Improve FAQ answer on debugging CygwinJon TURNEY2015-08-052-4/+26
* This is part of a larger fix for RL78 complex relocs - they need an absolute ...Nick Clifton2015-08-043-0/+9
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-032-7/+15
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-032-1/+5
* strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen2015-08-032-6/+13
* Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY2015-08-031-0/+8
* Fix typo in <sys/lock.h>Sebastian Huber2015-07-312-1/+6
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-302-191/+188
* Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen2015-07-293-19/+183