aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2016-03-29Add missing long double functions to CygwinCorinna Vinschen139-33/+10918
2016-03-29Fix Cygwin setstate definitionCorinna Vinschen1-1/+1
2016-03-29cygwin: export __getpagesizeYaakov Selkowitz4-3/+10
2016-03-28Add simple versions of random() and srandom()Joel Sherrill1-6/+0
2016-03-26Add release text for 373f81d and 3e446e9Corinna Vinschen1-0/+6
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen16-82/+86
2016-03-24Change definition of b64_pton from K&R to ANSICorinna Vinschen1-4/+1
2016-03-24Fix return type of get_routedstCorinna Vinschen1-1/+1
2016-03-24Remove unused function convert_ifr_flagsCorinna Vinschen1-14/+0
2016-03-24Fix FIONBIO commentsCorinna Vinschen2-3/+4
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen6-47/+47
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen1-17/+0
2016-03-23Add release message for commit 59b3bd2Corinna Vinschen1-0/+4
2016-03-23Only allow enabled groups as primary groupCorinna Vinschen1-6/+45
2016-03-23Use 64K buffers for TOKEN_GROUPSCorinna Vinschen1-3/+3
2016-03-23Allocate temporary TOKEN_GROUP arrays using TLSCorinna Vinschen1-28/+12
2016-03-23cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen1-0/+4
2016-03-23Add c++14 sized deallocation operatorPeter Foley1-0/+5
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen1-3/+0
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley2-2/+2
2016-03-21Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen2-13/+10
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley1-2/+1
2016-03-21Remove misleading indentationPeter Foley2-3/+6
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber2-0/+25
2016-03-20srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen1-10/+1
2016-03-20Revert "Use high-resolution timebases for select()."Corinna Vinschen3-141/+70
2016-03-20Revert "Debug printfs."Corinna Vinschen3-21/+2
2016-03-20Revert "Improve and simplify select()."Corinna Vinschen3-15/+76
2016-03-20Drop redundant arc4random prototypes from cygwin/stdlib.hCorinna Vinschen1-6/+0
2016-03-20Allow machine-dependent arc4 lockingCorinna Vinschen1-0/+30
2016-03-20Improve and simplify select().John Hood3-76/+15
2016-03-20Debug printfs.John Hood3-2/+21
2016-03-20Use high-resolution timebases for select().John Hood3-70/+141
2016-03-20* winsup/testsuite/configure: chmod a+xJohn Hood1-0/+0
2016-03-20Move get_nonascii_key into fhandler_console.John Hood3-5/+3
2016-03-20respect datarootdirPeter Foley1-0/+1
2016-03-20Fix strict aliasingPeter Foley1-2/+1
2016-03-20Fix typoed comparisonPeter Foley1-1/+1
2016-03-20The address of an class always evaluates to truePeter Foley1-1/+1
2016-03-20Remove misleading indentationPeter Foley1-1/+1
2016-03-20Add necessary braces to if statementsPeter Foley2-2/+4
2016-03-20Remove dead code from fhandler_console.Peter Foley1-2/+0
2016-03-20Remove unused and unsafe call to __builtin_frame_addressPeter Foley1-3/+2
2016-03-19winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen39-7/+0
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen5-215/+1
2016-03-18Remove references to older Cygwin releases from documentationCorinna Vinschen15-166/+107
2016-03-18Implement getentropy for CygwinCorinna Vinschen5-30/+27
2016-03-18Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2-364/+0
2016-03-17Cygwin: define byteswap.h inlines as macrosYaakov Selkowitz1-5/+9
2016-03-17Feature test macros overhaul: Cygwin headersYaakov Selkowitz3-6/+9