summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-176-276/+508
* Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber2016-11-171-1/+3
* Use __inline in <sys/lock.h> for RTEMSSebastian Huber2016-11-171-10/+10
* Add release note for commit 8a32c24Corinna Vinschen2016-11-171-0/+3
* Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray2016-11-161-1/+1
* statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray2016-11-161-1/+5
* sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen2016-11-081-0/+5
* Use external header file for kernel space timeSebastian Huber2016-11-071-144/+4
* Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber2016-11-071-1/+6
* Use external header file for kernel space typesSebastian Huber2016-11-072-7/+5
* Provide cap_ioctl_t for RTEMSSebastian Huber2016-11-071-0/+5
* Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme2016-10-252-2/+0
* Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber2016-10-251-0/+1
* Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber2016-10-251-0/+2
* Provide __intmax_t and __uintmax_tSebastian Huber2016-10-254-33/+40
* Fix typo in <sys/_stdint.h>Sebastian Huber2016-10-251-1/+1
* Fix ShellExecuteW commentCorinna Vinschen2016-10-241-4/+3
* pldd: Fix resource leak and missing check if fopen failedCorinna Vinschen2016-10-231-0/+4
* passwd: Fix potential buffer overflowCorinna Vinschen2016-10-231-1/+2
* mkgroup/mkpasswd: Fix potential buffer overwrite in corner caseCorinna Vinschen2016-10-232-9/+15
* getfacl: Don't trust length of incoming user/groupnameCorinna Vinschen2016-10-231-2/+2
* tzset: Fix array length given to GetGeoInfoWCorinna Vinschen2016-10-231-1/+1
* strace: Fix Coverity issuesCorinna Vinschen2016-10-231-2/+6
* cygcheck: Use snprintf instead of multiple strcatCorinna Vinschen2016-10-231-4/+1
* cygcheck: Eenable output of Vista++ FS flagsCorinna Vinschen2016-10-231-19/+32
* cygcheck: Eliminate dead codeCorinna Vinschen2016-10-221-6/+0
* cygcheck: Fix broken test for invalid wcstombs conversion reading symlinksCorinna Vinschen2016-10-221-6/+6
* cygcheck: Fix check for Cygwin symlinkCorinna Vinschen2016-10-221-1/+1
* strace: Add comment trying to explain confusing codeCorinna Vinschen2016-10-221-0/+6
* cygcheck: Close with pclose what has been opened with popenCorinna Vinschen2016-10-221-1/+1
* towupper: Eliminate dead codeCorinna Vinschen2016-10-221-3/+0
* Fix a potential buffer overflow in wscanf familyCorinna Vinschen2016-10-221-6/+8
* get_alt_digits: Fix typo in allocationCorinna Vinschen2016-10-221-1/+1
* Remove unreachable code from passwd(1)Corinna Vinschen2016-10-221-3/+0
* Actually return value from __cp_indexCorinna Vinschen2016-10-222-4/+1
* Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen2016-10-221-6/+0
* Fix check for empty locale string in newlocaleCorinna Vinschen2016-10-221-2/+5
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-215-1/+10
* Fix SetThreadName with gdb 7.10 on x86Jon Turney2016-10-201-1/+8
* Update FAQ answer about setting an early breakpointJon Turney2016-10-201-4/+13
* Don't check directories always case-insensitive in rename(2)Corinna Vinschen2016-10-192-1/+4
* Add release msg for 5a3496cCorinna Vinschen2016-10-191-0/+13
* Fix regression in console charset handlingCorinna Vinschen2016-10-191-0/+2
* Bump Cygwin version to 2.6.1Corinna Vinschen2016-10-191-1/+1
* Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme2016-10-171-0/+4
* dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923Michael Haubenwallner2016-09-081-1/+42
* dlopen (pathfinder): try each basename per dirMichael Haubenwallner2016-09-081-6/+6
* dlopen: switch to new pathfinder classMichael Haubenwallner2016-09-083-109/+782
* Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen2016-08-311-1/+1
* strace: Don't print exception info for SetThreadName exceptionCorinna Vinschen2016-08-311-2/+6