Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2016-03-18Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen
2016-03-18Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz
2016-03-18Feature test macros overhaul: Cygwin headersYaakov Selkowitz
2016-03-18Feature test macros overhaul: time.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: stdlib.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: limits.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fnmatch.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: dirent.hYaakov Selkowitz
2016-03-17add release message for commit 4c9bb3eCorinna Vinschen
2016-03-17Propagate correct Windows error if executable can't be openedCorinna Vinschen
2016-03-17Add release message for commit 7346568Thomas Wolff
2016-03-16Make requested console reports workThomas Wolff
2016-03-15Attempt to fix Coverity issues in sspJon Turney
2016-03-14cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen
2016-03-13Don't write NULL SID ACE if it's not necessary.Corinna Vinschen
2016-03-13Update Cygwin release message text with latest bugfixes.Corinna Vinschen
2016-03-12Fix typo which might break permission evaluationCorinna Vinschen
2016-03-12Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen
2016-03-12Add cygsid methods to create SIDs from scratchCorinna Vinschen
2016-03-12gmon.h: Fix type of gmonparam state memberCorinna Vinschen
2016-03-11Spinlock spin with pause instructionVáclav Haisman
2016-03-11Documentation covering profiling Cygwin programs.Mark Geisert
2016-03-10Add release message for commit 8b1ede3ce11d53292036aadfcfb6043df0235f9cCorinna Vinschen
2016-03-10Add commit 5807ba83e release message to documentationCorinna Vinschen
2016-03-10Add release message for commit 5807ba83e498d87b52675376a81d2edfe6de098dCorinna Vinschen
2016-03-10Support profiling of multi-threaded apps.Mark Geisert
2016-03-10getifaddrs: Return pointer to extended interface info in ifa_data memberCorinna Vinschen
2016-03-10Revamp acl_extended_fd/acl_extended_file to avoid open(2) callCorinna Vinschen
2016-03-10Overwite potentially faked kernel version with correct valuesCorinna Vinschen
2016-03-10Move definition of wsadata into wsock_initCorinna Vinschen
2016-03-08Cygwin: Document new POSIX ACL APICorinna Vinschen
2016-03-08faq: Sort BLODA list and update advice on fixing fork failuresJon Turney
2016-03-08acl_create_entry: Don't invalidate existing entry_d and permset_d.Corinna Vinschen
2016-03-08__acltotext: Always append NULCorinna Vinschen
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-03-08cygwin/acl.h: Don't clutter namespaceCorinna Vinschen
2016-03-05Mention 64-bit Cygwin as another remedy for fork() failures.Alexey Sokolov
2016-02-29ccwrap: fix build with non-english locale set (v2)Patrick Bendorf
2016-02-29ccwrap: fix build with non-english locale setPatrick Bendorf
2016-02-22cygwin: Export clog10, clog10fYaakov Selkowitz
2016-02-22Fix comments in sec_acl.ccCorinna Vinschen
2016-02-20ssp: Fixes for 64-bitJon Turney
2016-02-18Update Cygwin release notes.Corinna Vinschen
2016-02-18cygwin: accept SIGIOT as alias of SIGABRTYaakov Selkowitz
2016-02-18Drop temporary declaration of GetSystemTimePreciseAsFileTime.Corinna Vinschen
2016-02-18setuid: Create token from scratch without credentials of callerCorinna Vinschen
2016-02-17cyglsa: Drop code handling Windows 2000 and earlierCorinna Vinschen
2016-02-17Silent relocation truncations considered harmfulMark Geisert
2016-02-15cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen
2016-02-15Make buffered console characters visible to select().John Hood