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-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen
2016-03-24Change definition of b64_pton from K&R to ANSICorinna Vinschen
2016-03-24Fix return type of get_routedstCorinna Vinschen
2016-03-24Remove unused function convert_ifr_flagsCorinna Vinschen
2016-03-24Fix FIONBIO commentsCorinna Vinschen
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-23Add release message for commit 59b3bd2Corinna Vinschen
2016-03-23Only allow enabled groups as primary groupCorinna Vinschen
2016-03-23Use 64K buffers for TOKEN_GROUPSCorinna Vinschen
2016-03-23Allocate temporary TOKEN_GROUP arrays using TLSCorinna Vinschen
2016-03-23cxx.cc: Disable C++14 warning for new sized delete operatorCorinna Vinschen
2016-03-23Add c++14 sized deallocation operatorPeter Foley
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley
2016-03-21Remove Mingw.org from FAQ, or replace with Mingw-w64.Corinna Vinschen
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley
2016-03-21Remove misleading indentationPeter Foley
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber
2016-03-21srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen
2016-03-20Revert "Use high-resolution timebases for select()."Corinna Vinschen
2016-03-20Revert "Debug printfs."Corinna Vinschen
2016-03-20Revert "Improve and simplify select()."Corinna Vinschen
2016-03-20Drop redundant arc4random prototypes from cygwin/stdlib.hCorinna Vinschen
2016-03-20Allow machine-dependent arc4 lockingCorinna Vinschen
2016-03-20Improve and simplify select().John Hood
2016-03-20Debug printfs.John Hood
2016-03-20Use high-resolution timebases for select().John Hood
2016-03-20* winsup/testsuite/configure: chmod a+xJohn Hood
2016-03-20Move get_nonascii_key into fhandler_console.John Hood
2016-03-20respect datarootdirPeter Foley
2016-03-20Fix strict aliasingPeter Foley
2016-03-20Fix typoed comparisonPeter Foley
2016-03-20The address of an class always evaluates to truePeter Foley
2016-03-20Remove misleading indentationPeter Foley
2016-03-20Add necessary braces to if statementsPeter Foley
2016-03-20Remove dead code from fhandler_console.Peter Foley
2016-03-20Remove unused and unsafe call to __builtin_frame_addressPeter Foley
2016-03-19winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen
2016-03-19Remove references to older Cygwin releases from documentationCorinna Vinschen
2016-03-18Implement getentropy for CygwinCorinna Vinschen
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