Commit Graph

  • 8e732f7f7f Remove MALLOC_CHECK and calls to it entirely Corinna Vinschen 2016-04-01 14:04:09 +02:00
  • b259af51b8 Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK Peter Foley 2016-03-31 14:04:17 -04:00
  • 02cfe00445 Don't use deprecated acconfig.h for DEBUGGING Peter Foley 2016-03-31 14:04:16 -04:00
  • 5d89883790 Remove leftover cruft from config.h.in Peter Foley 2016-03-31 14:04:15 -04:00
  • c8022ae3f0 mkvers.sh: Reformatting for better readability Corinna Vinschen 2016-03-30 17:06:50 +02:00
  • 4eca5e6a3f Use just-built gcc for windres Peter Foley 2016-03-23 09:34:12 -04:00
  • 31dfc51a36 fix typo in netinit/ip.h Peter Foley 2016-03-30 09:15:55 -04:00
  • d6c651040d Add dependencies to tlsoffsets file Corinna Vinschen 2016-03-30 14:35:46 +02:00
  • 6436024c4c Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage Corinna Vinschen 2016-03-30 14:09:19 +02:00
  • cf41355aba Add option to not build mingw programs when cross compiling. Peter Foley 2016-03-23 09:34:10 -04:00
  • 279aaeb5c7 fenv.h: Change fexcept_t to integral type for compatibility Corinna Vinschen 2016-03-30 00:12:22 +02:00
  • fbc4a0827b Bump up newlib version to 2.4.0 due to feature test refactoring newlib-2_4_0 Jeff Johnston 2016-03-29 17:33:42 -04:00
  • 3d90769979 Document implemented functions Corinna Vinschen 2016-03-29 17:45:01 +02:00
  • a638b8580b Add missing nanl Corinna Vinschen 2016-03-29 17:39:17 +02:00
  • 63e4f1291c Add release message for 792e51b Corinna Vinschen 2016-03-29 14:59:18 +02:00
  • 792e51b721 Add missing long double functions to Cygwin Corinna Vinschen 2016-03-28 19:35:20 +02:00
  • 087aca6163 Fix Cygwin setstate definition Corinna Vinschen 2016-03-29 13:41:11 +02:00
  • 660f84b15b cygwin: export __getpagesize Yaakov Selkowitz 2016-03-28 12:48:20 -05:00
  • ecf453f963 Add simple versions of random() and srandom() Joel Sherrill 2016-03-22 17:50:48 -05:00
  • a0c4772429 Add release text for 373f81d and 3e446e9 Corinna Vinschen 2016-03-26 20:38:30 +01:00
  • 799fdda4d2 math.h: Use GCC builtins for C99 macros where available Corinna Vinschen 2016-03-26 20:33:46 +01:00
  • 373f81d17c finitel: Use correct GCC builtin Corinna Vinschen 2016-03-26 20:29:20 +01:00
  • 3e446e9723 strtold: Fix Infinity value. Corinna Vinschen 2016-03-26 20:27:18 +01:00
  • 18b47e05d3 Initializing TTBR0 to inner/outer WB Jiong Wang 2016-03-24 14:32:04 +00:00
  • 4799377456 Add missing OBJCOPY variable to Makefile.in Corinna Vinschen 2016-03-26 12:32:18 +01:00
  • acc5f02ce8 Throughout Cygwin, use u_intN_t or uintN_t Corinna Vinschen 2016-03-24 16:39:15 +01:00
  • 6ba2b53c53 Change definition of b64_pton from K&R to ANSI Corinna Vinschen 2016-03-24 16:25:00 +01:00
  • 34adefae7f Fix return type of get_routedst Corinna Vinschen 2016-03-24 16:23:50 +01:00
  • c133a6a3d1 Remove unused function convert_ifr_flags Corinna Vinschen 2016-03-24 16:22:30 +01:00
  • 977912ff93 Fix FIONBIO comments Corinna Vinschen 2016-03-24 15:32:33 +01:00
  • b1b46d4580 Drop usage of old-age BSD types in generically used Cygwin headers Corinna Vinschen 2016-03-24 14:03:40 +01:00
  • db5bfdbd8a Define BSD u_intN_t types indiscriminately Corinna Vinschen 2016-03-24 11:05:46 +01:00
  • 08fdddea3d Fix coverity CID 143502: Null pointer dereference Corinna Vinschen 2016-03-24 10:06:50 +01:00
  • b9bbe1bccb Feature test macros overhaul: C++ TR1 Yaakov Selkowitz 2016-03-23 16:14:00 -05:00
  • b59866f806 test Corinna Vinschen 2016-03-23 18:49:39 +01:00
  • 5b08c1bca1 Add release message for commit 59b3bd2 Corinna Vinschen 2016-03-23 18:11:38 +01:00
  • 59b3bd2aa6 Only allow enabled groups as primary group Corinna Vinschen 2016-03-23 17:51:03 +01:00
  • fc504453fd Use 64K buffers for TOKEN_GROUPS Corinna Vinschen 2016-03-23 17:42:04 +01:00
  • 155a1ec5fb Allocate temporary TOKEN_GROUP arrays using TLS Corinna Vinschen 2016-03-23 17:40:24 +01:00
  • 117737a7fa cxx.cc: Disable C++14 warning for new sized delete operator Corinna Vinschen 2016-03-23 11:58:21 +01:00
  • 93c13ec6cc Add c++14 sized deallocation operator Peter Foley 2016-03-19 13:45:55 -04:00
  • 3737bc4e98 Drop Cygwin-only posix_memalign prototype Corinna Vinschen 2016-03-23 11:50:27 +01:00
  • fa6a5a3a74 Use DnsFree instead of deprecated DnsRecordListFree Peter Foley 2016-03-21 16:41:25 -04:00
  • 5ec2d62bea Target/Host configuration elucidated Konrad Schwarz 2016-03-23 05:54:13 +01:00
  • 3f258ada43 Guard u_char,u_short,u_int,u_long with __MISC_VISIBLE Corinna Vinschen 2016-03-23 11:17:59 +01:00
  • 98b615106d Fix "/*" within comment warning Sebastian Huber 2016-03-21 12:07:52 +01:00
  • 1e6205b1ae stdio: fseeko/ftello are also POSIX.1-2001 Yaakov Selkowitz 2016-03-20 14:21:59 -05:00
  • 1f9599f3a7 pthread.h: Mark pthread_exit() as not returning Joel Sherrill 2016-03-21 16:20:18 -05:00
  • 13707ae933 epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMS Joel Sherrill 2016-03-20 11:02:13 -05:00
  • 4db48d17eb newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems* Joel Sherrill 2016-02-25 11:43:18 -06:00
  • 75f2bdfd39 Remove spurious empty line in changelog entry. Nick Clifton 2016-03-18 13:09:03 +00:00
  • f4d1a5e5b8 PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi. Ludovic Courtès 2014-05-05 17:33:16 +02:00
  • 0b8d42946a Fix generation of as.1 manual page so that it can be converted to DocBook format. Nick Clifton 2016-03-18 13:07:33 +00:00
  • fe508576ef Sync toplevel with upstream GCC. Corinna Vinschen 2016-03-22 10:25:20 +01:00
  • 445036bb98 Remove Mingw.org from FAQ, or replace with Mingw-w64. Corinna Vinschen 2016-03-21 21:09:23 +01:00
  • 3ba2c39fb2 Add nonnull annotation to posix_memalign. Peter Foley 2016-03-21 13:15:42 -04:00
  • 6699e21ffb Remove misleading indentation Peter Foley 2016-03-21 13:15:44 -04:00
  • 08537d88f6 Move arc4random Cygwin only code to Cygwin Sebastian Huber 2016-03-21 08:12:54 +01:00
  • 2519f0ef0c srandom: Replace accessing /dev/random by equivalent getentropy call Corinna Vinschen 2016-03-20 22:29:03 +01:00
  • 58988463cc Revert "Use high-resolution timebases for select()." Corinna Vinschen 2016-03-20 21:59:47 +01:00
  • bf0f4baf95 Revert "Debug printfs." Corinna Vinschen 2016-03-20 21:59:43 +01:00
  • 66dc7d731a Revert "Improve and simplify select()." Corinna Vinschen 2016-03-20 21:59:27 +01:00
  • 1cca343e47 Drop redundant arc4random prototypes from cygwin/stdlib.h Corinna Vinschen 2016-03-20 21:30:58 +01:00
  • f7f26f65ab Allow machine-dependent arc4 locking Corinna Vinschen 2016-03-18 18:01:07 +01:00
  • 472d0a228c Improve and simplify select(). John Hood 2016-02-04 00:44:56 -05:00
  • 9f82de59a0 Debug printfs. John Hood 2016-01-30 17:37:33 -05:00
  • 6e70fd315a Use high-resolution timebases for select(). John Hood 2016-01-28 17:08:39 -05:00
  • 313fcaf1bc * winsup/testsuite/configure: chmod a+x John Hood 2016-03-18 04:31:16 -04:00
  • b92b47b7bc Move get_nonascii_key into fhandler_console. John Hood 2016-01-30 17:33:36 -05:00
  • 3bc912c02b respect datarootdir Peter Foley 2016-03-19 13:45:57 -04:00
  • 5bc753c5a2 Fix strict aliasing Peter Foley 2016-03-19 13:45:56 -04:00
  • 0611132f04 Fix typoed comparison Peter Foley 2016-03-19 13:45:54 -04:00
  • 1eb7cb2553 The address of an class always evaluates to true Peter Foley 2016-03-19 13:45:53 -04:00
  • 2f310e44c4 Remove misleading indentation Peter Foley 2016-03-20 11:58:35 +01:00
  • dc85a189a4 Add necessary braces to if statements Peter Foley 2016-03-19 13:45:49 -04:00
  • 922e21a3ea Remove dead code from fhandler_console. Peter Foley 2016-03-19 13:45:48 -04:00
  • c0b6fc54b1 Remove unused and unsafe call to __builtin_frame_address Peter Foley 2016-03-19 13:45:47 -04:00
  • 3df400dc83 winsup: Move all old CVS Changelogs into CVSChangeLogs.old dir Corinna Vinschen 2016-03-19 13:59:52 +01:00
  • e42f66d00f Remove ill-advised cygwin_props Corinna Vinschen 2016-03-19 13:21:18 +01:00
  • d17977ccc7 Regenerate configure script. Jeff Johnston 2016-03-19 00:27:59 -04:00
  • 83029bb69e Remove references to older Cygwin releases from documentation Corinna Vinschen 2016-03-18 22:52:04 +01:00
  • 97d1536d17 sparc64: move struct timeval to <sys/_timeval.h> Yaakov Selkowitz 2016-03-18 14:10:43 -05:00
  • f049607eb0 Feature test macros overhaul: sparc64 Yaakov Selkowitz 2016-03-18 14:08:07 -05:00
  • 19879c03c5 Cleanup macros in chacha_private.h to be target-type independent Howland, Craig D 2016-03-18 18:18:15 +00:00
  • 8e2b2adb3d Only export arc4random_stir and arc4random_addrandom on Cygwin Corinna Vinschen 2016-03-18 21:12:12 +01:00
  • d3f203d091 Feature test macros overhaul: signal.h (part 2) Yaakov Selkowitz 2016-03-17 23:21:49 -05:00
  • f3ec63771b arm: fix build with newlib supplied syscalls enabled Yaakov Selkowitz 2016-03-17 22:11:14 -05:00
  • dcf31cdc99 Implement getentropy for Cygwin Corinna Vinschen 2016-03-18 14:46:20 +01:00
  • e0fc33322d Delete Cygwin's arc4random in favor of new Newlib implementation Corinna Vinschen 2016-03-18 14:41:33 +01:00
  • 7c96d6059c Arc4random locking: Check for threaded application on Cygwin Corinna Vinschen 2016-03-18 14:40:26 +01:00
  • 5ccdcf0219 Add arc4random_stir and arc4random_addrandom for OpenBSD compatibility Corinna Vinschen 2016-03-18 14:39:58 +01:00
  • f74cf1350e Add arc4random() etc. from OpenBSD 5.8 Sebastian Huber 2016-03-18 11:49:28 +01:00
  • 55c239d834 Add timingsafe_memcmp() Sebastian Huber 2016-03-18 11:49:27 +01:00
  • 559fd77dda Add timingsafe_bcmp() Sebastian Huber 2016-03-18 11:49:26 +01:00
  • 8740fa7fd0 Add explicit_bzero() Sebastian Huber 2016-03-18 11:49:25 +01:00
  • a10dacbdac Guard ssize_t definition by _SSIZE_T_DECLARED Sebastian Huber 2016-03-18 11:49:24 +01:00
  • 00d2fe1959 Cygwin: define byteswap.h inlines as macros Yaakov Selkowitz 2016-03-14 22:11:20 -05:00
  • 3237fb31b3 Feature test macros overhaul: Cygwin headers Yaakov Selkowitz 2016-03-14 21:24:29 -05:00
  • 396942b0b5 Feature test macros overhaul: sys/types.h Yaakov Selkowitz 2016-03-14 21:20:02 -05:00
  • ee97c4b224 Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat" Yaakov Selkowitz 2016-03-14 20:50:45 -05:00