summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing long double functions to CygwinCorinna Vinschen2016-03-29139-33/+10918
* Fix Cygwin setstate definitionCorinna Vinschen2016-03-291-1/+1
* cygwin: export __getpagesizeYaakov Selkowitz2016-03-294-3/+10
* Add simple versions of random() and srandom()Joel Sherrill2016-03-281-6/+0
* Add release text for 373f81d and 3e446e9Corinna Vinschen2016-03-261-0/+6
* Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen2016-03-2416-82/+86
* Change definition of b64_pton from K&R to ANSICorinna Vinschen2016-03-241-4/+1
* Fix return type of get_routedstCorinna Vinschen2016-03-241-1/+1
* Remove unused function convert_ifr_flagsCorinna Vinschen2016-03-241-14/+0
* Fix FIONBIO commentsCorinna Vinschen2016-03-242-3/+4
* Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen2016-03-246-47/+47
* 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
* Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen2016-03-212-13/+10
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-211-2/+1
* Remove misleading indentationPeter Foley2016-03-212-3/+6
* 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
* * winsup/testsuite/configure: chmod a+xJohn Hood2016-03-201-0/+0
* Move get_nonascii_key into fhandler_console.John Hood2016-03-203-5/+3
* respect datarootdirPeter Foley2016-03-201-0/+1
* 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-1939-7/+0
* Remove ill-advised cygwin_propsCorinna Vinschen2016-03-195-215/+1
* Remove references to older Cygwin releases from documentationCorinna Vinschen2016-03-1815-166/+107
* 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