aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Update autoconf for doc/lsaauth/utilsPeter Foley7-1949/+11
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen11-62/+0
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley10-81/+0
2016-04-01Don't use deprecated acconfig.h for DEBUGGINGPeter Foley4-8/+6
2016-04-01Remove leftover cruft from config.h.inPeter Foley2-30/+4
2016-03-30mkvers.sh: Reformatting for better readabilityCorinna Vinschen1-36/+46
2016-03-30Use just-built gcc for windresPeter Foley1-1/+20
2016-03-30fix typo in netinit/ip.hPeter Foley1-1/+1
2016-03-30Add dependencies to tlsoffsets fileCorinna Vinschen1-2/+2
2016-03-30Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen11-22/+12
2016-03-30Add option to not build mingw programs when cross compiling.Peter Foley2-9/+30
2016-03-30fenv.h: Change fexcept_t to integral type for compatibilityCorinna Vinschen2-14/+9
2016-03-29Document implemented functionsCorinna Vinschen1-85/+91
2016-03-29Add missing nanlCorinna Vinschen3-0/+7
2016-03-29Add release message for 792e51bCorinna Vinschen2-2/+26
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