aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz1-5/+9
2016-03-17Feature test macros overhaul: Cygwin headersYaakov Selkowitz3-6/+9
2016-03-17Feature test macros overhaul: time.hYaakov Selkowitz1-3/+4
2016-03-17Feature test macros overhaul: stdlib.hYaakov Selkowitz2-8/+18
2016-03-17Feature test macros overhaul: limits.hYaakov Selkowitz1-1/+1
2016-03-17Feature test macros overhaul: fnmatch.hYaakov Selkowitz2-3/+4
2016-03-17Feature test macros overhaul: dirent.hYaakov Selkowitz1-3/+10
2016-03-17add release message for commit 4c9bb3eCorinna Vinschen1-0/+4
2016-03-17Propagate correct Windows error if executable can't be openedCorinna Vinschen1-0/+1
2016-03-17Add release message for commit 7346568Thomas Wolff2-0/+10
2016-03-16Make requested console reports workThomas Wolff3-4/+30
2016-03-15Attempt to fix Coverity issues in sspJon Turney1-6/+17
2016-03-14cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen1-1/+10
2016-03-13Don't write NULL SID ACE if it's not necessary.Corinna Vinschen1-4/+17
2016-03-13Update Cygwin release message text with latest bugfixes.Corinna Vinschen1-1/+12
2016-03-12Fix typo which might break permission evaluationCorinna Vinschen1-1/+1
2016-03-12Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen3-18/+82
2016-03-12Add cygsid methods to create SIDs from scratchCorinna Vinschen3-23/+54
2016-03-11gmon.h: Fix type of gmonparam state memberCorinna Vinschen1-1/+4
2016-03-11Spinlock spin with pause instructionVáclav Haisman1-1/+19
2016-03-11Documentation covering profiling Cygwin programs.Mark Geisert3-1/+259
2016-03-10Add release message for commit 8b1ede3ce11d53292036aadfcfb6043df0235f9cCorinna Vinschen1-0/+2
2016-03-10Add commit 5807ba83e release message to documentationCorinna Vinschen1-1/+8
2016-03-10Add release message for commit 5807ba83e498d87b52675376a81d2edfe6de098dCorinna Vinschen1-0/+5
2016-03-10Support profiling of multi-threaded apps.Mark Geisert7-73/+134
2016-03-10getifaddrs: Return pointer to extended interface info in ifa_data memberCorinna Vinschen2-22/+36
2016-03-10Revamp acl_extended_fd/acl_extended_file to avoid open(2) callCorinna Vinschen1-14/+44
2016-03-09Overwite potentially faked kernel version with correct valuesCorinna Vinschen2-0/+6
2016-03-09Move definition of wsadata into wsock_initCorinna Vinschen1-1/+4
2016-03-08Cygwin: Document new POSIX ACL APICorinna Vinschen2-0/+38
2016-03-08faq: Sort BLODA list and update advice on fixing fork failuresJon Turney1-32/+56
2016-03-08acl_create_entry: Don't invalidate existing entry_d and permset_d.Corinna Vinschen1-16/+11
2016-03-08__acltotext: Always append NULCorinna Vinschen1-1/+1
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen18-276/+1825
2016-03-08cygwin/acl.h: Don't clutter namespaceCorinna Vinschen1-32/+38
2016-03-04Mention 64-bit Cygwin as another remedy for fork() failures.Alexey Sokolov1-1/+3
2016-02-29ccwrap: fix build with non-english locale set (v2)Patrick Bendorf1-5/+1
2016-02-29ccwrap: fix build with non-english locale setPatrick Bendorf1-0/+5
2016-02-22cygwin: Export clog10, clog10fYaakov Selkowitz4-1/+10
2016-02-22Fix comments in sec_acl.ccCorinna Vinschen1-7/+7
2016-02-20ssp: Fixes for 64-bitJon Turney1-105/+119
2016-02-18Update Cygwin release notes.Corinna Vinschen2-0/+17
2016-02-18cygwin: accept SIGIOT as alias of SIGABRTYaakov Selkowitz3-1/+4
2016-02-18Drop temporary declaration of GetSystemTimePreciseAsFileTime.Corinna Vinschen1-3/+0
2016-02-18setuid: Create token from scratch without credentials of callerCorinna Vinschen3-35/+29
2016-02-17cyglsa: Drop code handling Windows 2000 and earlierCorinna Vinschen1-35/+2
2016-02-17Silent relocation truncations considered harmfulMark Geisert1-1/+1
2016-02-15cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen1-1/+1
2016-02-15Make buffered console characters visible to select().John Hood1-1/+1
2016-02-13Document pthread_barrier* functions as implementedCorinna Vinschen1-1/+7