summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* Define BSD u_intN_t types indiscriminatelyCorinna Vinschen2016-03-241-17/+0
* Add release message for commit 59b3bd2Corinna Vinschen2016-03-231-0/+4
* Only allow enabled groups as primary groupCorinna Vinschen2016-03-231-6/+45
* Use 64K buffers for TOKEN_GROUPSCorinna Vinschen2016-03-231-3/+3
* Allocate temporary TOKEN_GROUP arrays using TLSCorinna Vinschen2016-03-231-28/+12
* cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen2016-03-231-0/+4
* Add c++14 sized deallocation operatorPeter Foley2016-03-231-0/+5
* Drop Cygwin-only posix_memalign prototypeCorinna Vinschen2016-03-231-3/+0
* Use DnsFree instead of deprecated DnsRecordListFreePeter Foley2016-03-232-2/+2
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-211-2/+1
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-212-0/+25
* srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen2016-03-201-10/+1
* Revert "Use high-resolution timebases for select()."Corinna Vinschen2016-03-203-141/+70
* Revert "Debug printfs."Corinna Vinschen2016-03-203-21/+2
* Revert "Improve and simplify select()."Corinna Vinschen2016-03-203-15/+76
* Drop redundant arc4random prototypes from cygwin/stdlib.hCorinna Vinschen2016-03-201-6/+0
* Allow machine-dependent arc4 lockingCorinna Vinschen2016-03-201-0/+30
* Improve and simplify select().John Hood2016-03-203-76/+15
* Debug printfs.John Hood2016-03-203-2/+21
* Use high-resolution timebases for select().John Hood2016-03-203-70/+141
* Move get_nonascii_key into fhandler_console.John Hood2016-03-203-5/+3
* Fix strict aliasingPeter Foley2016-03-201-2/+1
* Fix typoed comparisonPeter Foley2016-03-201-1/+1
* The address of an class always evaluates to truePeter Foley2016-03-201-1/+1
* Remove misleading indentationPeter Foley2016-03-201-1/+1
* Add necessary braces to if statementsPeter Foley2016-03-202-2/+4
* Remove dead code from fhandler_console.Peter Foley2016-03-201-2/+0
* Remove unused and unsafe call to __builtin_frame_addressPeter Foley2016-03-201-3/+2
* winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen2016-03-1923-78152/+0
* Remove ill-advised cygwin_propsCorinna Vinschen2016-03-193-41/+0
* Implement getentropy for CygwinCorinna Vinschen2016-03-185-30/+27
* Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2016-03-182-364/+0
* Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz2016-03-171-5/+9
* Feature test macros overhaul: Cygwin headersYaakov Selkowitz2016-03-173-6/+9
* Feature test macros overhaul: time.hYaakov Selkowitz2016-03-171-3/+4
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-172-8/+18
* Feature test macros overhaul: limits.hYaakov Selkowitz2016-03-171-1/+1
* Feature test macros overhaul: fnmatch.hYaakov Selkowitz2016-03-172-3/+4
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-3/+10
* add release message for commit 4c9bb3eCorinna Vinschen2016-03-171-0/+4
* Propagate correct Windows error if executable can't be openedCorinna Vinschen2016-03-171-0/+1
* Add release message for commit 7346568Thomas Wolff2016-03-171-0/+4
* Make requested console reports workThomas Wolff2016-03-163-4/+30
* cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen2016-03-141-1/+10
* Don't write NULL SID ACE if it's not necessary.Corinna Vinschen2016-03-131-4/+17
* Update Cygwin release message text with latest bugfixes.Corinna Vinschen2016-03-131-1/+12
* Fix typo which might break permission evaluationCorinna Vinschen2016-03-121-1/+1
* Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen2016-03-123-18/+82
* Add cygsid methods to create SIDs from scratchCorinna Vinschen2016-03-123-23/+54
* gmon.h: Fix type of gmonparam state memberCorinna Vinschen2016-03-111-1/+4