Commit Graph

  • 3e8fc7d9f2 ssp: add Object Size Checking common code Yaakov Selkowitz 2017-11-27 23:07:10 -0600
  • 0a5dfdbd1b ssp: add APIs for Stack Smashing Protection Yaakov Selkowitz 2017-11-27 23:04:09 -0600
  • 1bbdb3c953 newlib: [w]scanf: Fix behaviour on matching failure Corinna Vinschen 2017-11-29 15:01:30 +0100
  • 3913811454 cygserver: remove all asserts on "this" Corinna Vinschen 2017-11-28 19:08:04 +0100
  • c37171b528 cygwin: fix getconf after commit 032aa2dba5 Yaakov Selkowitz 2017-11-28 11:35:13 -0600
  • 36a0a675b4 Make __nonnull macro compatible with glibc Yaakov Selkowitz 2017-11-28 04:21:16 -0600
  • f2b27ce620 cygwin: define _POSIX_TIMEOUTS Yaakov Selkowitz 2017-11-28 04:03:29 -0600
  • 76bd5cab33 cygwin: don't allow empty strings in __ASMNAME tags Corinna Vinschen 2017-11-28 13:31:20 +0100
  • df75aedc20 cygwin: improve _EXFUN tags generation Corinna Vinschen 2017-11-28 13:26:37 +0100
  • 2d2833dfab cygwin: remove accidentally committed debug statments Corinna Vinschen 2017-11-28 13:12:07 +0100
  • 662740b3d0 cygwin: further improve tags generation Corinna Vinschen 2017-11-28 13:10:34 +0100
  • 032aa2dba5 Feature test macros overhaul: Cygwin limits.h, part 2 Yaakov Selkowitz 2017-11-27 22:07:13 -0600
  • 76f06705be cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ Corinna Vinschen 2017-11-27 14:36:06 +0100
  • bc14f1c174 cygwin: improve tags generation Corinna Vinschen 2017-11-27 13:38:43 +0100
  • 9789cdffde cygwin: cleanup fhandler_socket::release_events Corinna Vinschen 2017-11-27 13:38:21 +0100
  • 569d048c89 Add the Aarch64 SVE specific HWCAP_SVE define Jeff Johnston 2017-11-22 14:08:08 -0500
  • 6480987f3a RTEMS: Add missing __getreent() to crt0 Sebastian Huber 2017-11-20 10:10:40 +0100
  • 0e3e375377 RTEMS: Add missing functions to crt0 Sebastian Huber 2017-11-20 08:52:09 +0100
  • 57732f9b4b Cygwin: pipe_data_available: cleanup code Corinna Vinschen 2017-11-15 20:11:05 +0100
  • 0f88d21e4d Cygwin: Add FAQ How do I fix find_fast_cwd warnings? Brian Inglis 2017-11-14 23:01:42 -0700
  • 0d57ef9de5 Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files Corinna Vinschen 2017-11-14 21:50:32 +0100
  • 0b0b2b96f2 Cygwin: link: Simplify an expression Corinna Vinschen 2017-11-14 21:29:08 +0100
  • ce0b11f9c4 Cygwin: Bump DLL version to 2.10.0, bump API minor to 319 Corinna Vinschen 2017-11-14 21:36:38 +0100
  • baaceb8f37 Cygwin: fcntl.h: Use test macros to guard non-standard open flags Corinna Vinschen 2017-11-14 21:31:31 +0100
  • f9d071aaf8 Cygwin: fcntl.h: Define O_NOATIME Corinna Vinschen 2017-11-14 21:29:37 +0100
  • 0aa99373c1 Cygwin: fcntl.h: Define O_TMPFILE and implement it Corinna Vinschen 2017-11-14 21:28:45 +0100
  • f94fe74aad Cygwin: open: cleanup code in preparation of O_TMPFILE Corinna Vinschen 2017-11-14 16:28:44 +0100
  • 9cf0c4a012 newlib/libc/stdlib/realloc.c: fix variable name Florian Schmidt 2017-11-14 09:01:14 +0100
  • b1a388799d newlib/.../getreent.c: Allow to be provided by host and do so for RTEMS Joel Sherrill 2017-10-11 07:57:44 -0500
  • 181fe5d2ed cygwin: pread: Remove incorrect comment Corinna Vinschen 2017-11-08 13:36:34 +0100
  • c983aa4879 cygwin: fhandler_disk_file::pread: always print debug info on return Corinna Vinschen 2017-11-08 13:30:42 +0100
  • 46702f92ea cygwin: pread() returns non-zero if read beyond EOF Xiaofeng Liu 2017-11-08 13:21:30 +0100
  • 2e989b2129 cygwin: fix stray semicolon Corinna Vinschen 2017-11-07 16:34:17 +0100
  • 2640628b09 cygwin: add socket bugfix to release notes Corinna Vinschen 2017-11-07 16:11:08 +0100
  • 1c50e0d1ab Fix two bugs in the limit of large numbers of sockets: Erik M. Bray 2017-11-07 14:44:49 +0100
  • 1f42dc2bcf Make ffsl() and ffsll() BSD-visible Sebastian Huber 2017-09-29 07:29:03 +0200
  • ad15b8ccee cygwin: ftruncate64: add missing braces Corinna Vinschen 2017-11-02 19:13:09 +0100
  • 09d60f6444 cygwin: add 2.9.1 release messages file Corinna Vinschen 2017-11-02 18:09:39 +0100
  • 94854321bb posix_fallocate() *returns* error codes but does not set errno Erik M. Bray 2017-11-02 16:45:35 +0100
  • 8c8cdd9ad7 posix_fadvise() *returns* error codes but does not set errno Erik M. Bray 2017-11-02 16:45:34 +0100
  • 076ce7098f newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTERRUPTS Joel Sherrill 2017-10-27 16:32:39 -0500
  • ce189d8afe RTEMS: Remove internal timecounter API Sebastian Huber 2017-10-24 11:16:22 +0200
  • 3e8323dc06 winsup/utils/dump_setup.cc: Remove the function 'base' Ken Brown 2017-10-24 18:21:53 -0400
  • f6ef29c48f Fixed semihosting for AArch64 when heapinfo parameters are not provided by debugger Alexander Fedotov 2017-10-11 14:52:20 +0300
  • 56e494c074 fix internal __ieee754_expf and __ieee754_logf calls Szabolcs Nagy 2017-10-17 12:41:20 +0100
  • 3bdd484103 cygwin: belatedly bump DLL minor version Corinna Vinschen 2017-10-18 16:40:56 +0200
  • 88cfcda06b cygwin: unlink: workaround NFS non-ability to move file in certain cases Corinna Vinschen 2017-10-18 16:27:17 +0200
  • 5b7921523d cygwin: unlink: don't try "final trick" in try_to_bin on NFS Corinna Vinschen 2017-10-18 16:22:14 +0200
  • e6c79e7a2a cygwin: unlink: fix "final trick" overwrite method on remote drives Corinna Vinschen 2017-10-18 16:21:12 +0200
  • 3dda58f157 cygwin: unlink: improve debug messages in try_to_bin Corinna Vinschen 2017-10-18 16:18:12 +0200
  • 9ac4c0325f cygwin: unlink: simplify rootdir handling Corinna Vinschen 2017-10-18 16:15:08 +0200
  • 5224eb7517 cygwin: unlink: drop redundant check for netapp FS Corinna Vinschen 2017-10-18 16:13:48 +0200
  • 7127e8ef3b cygwin: unlink: Fix typos in comments Corinna Vinschen 2017-10-18 16:12:42 +0200
  • c156098271 New expf, exp2f, logf, log2f and powf implementations Szabolcs Nagy 2017-05-25 16:41:38 +0100
  • c165a27c01 RTEMS: Fix _PTHREAD_MUTEX_INITIALIZER Sebastian Huber 2017-10-13 08:06:19 +0200
  • 747f31854a cygwin: fix gethostbyaddr argument types Yaakov Selkowitz 2017-09-26 20:36:35 -0500
  • 0b45b053e8 Feature test macros overhaul: Cygwin netdb.h Yaakov Selkowitz 2017-09-26 20:36:34 -0500
  • 1adbd77cab cygwin: fix potential buffer overflow in fork Michael Haubenwallner 2017-10-09 18:58:24 +0200
  • 4449971295 cygwin: fix potential buffer overflow in small_sprintf Michael Haubenwallner 2017-10-09 18:57:58 +0200
  • 111b6813fb Fix multido compilation on ARM Tamar Christina 2017-09-26 14:47:04 +0100
  • 4bee8c48df cygwin: initialize variable for stack unwinding Michael Haubenwallner 2017-10-09 17:37:40 +0200
  • 7346a162f2 cygwin: disable -Wframe-address warning only on GCC 6 or later Corinna Vinschen 2017-10-09 18:08:10 +0200
  • 15de9da0b9 Fix typo with newlib-long-time_t default value. Michael Haubenwallner 2017-09-26 10:38:12 +0200
  • e7eb978881 adjust libnosys config for aarch64 to avoid linker error when switching from rdimon.specs to nosys.specs Alexander Fedotov 2017-09-29 22:10:47 +0300
  • 51c6ef6b82 cygwin: Remove workaround for GCC 6 null pointer check warnings Ken Brown 2017-09-16 22:04:20 -0400
  • 7212b571a5 cygwin: Remove comparison of 'this' to NULL in _pinfo::exists Ken Brown 2017-09-16 22:04:19 -0400
  • 5952d5f08f cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::kill Ken Brown 2017-09-16 22:04:18 -0400
  • d17c45f200 cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environ Ken Brown 2017-09-16 22:04:17 -0400
  • 6cd1978fc8 cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd Ken Brown 2017-09-16 22:04:16 -0400
  • 56f23a5107 cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandler Ken Brown 2017-09-16 22:04:15 -0400
  • d1ea8f4a46 cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_request Ken Brown 2017-09-16 22:04:14 -0400
  • 911f7d628d cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdline Ken Brown 2017-09-16 22:04:13 -0400
  • 571b7689bb cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwd Ken Brown 2017-09-16 22:04:12 -0400
  • be436ad2a3 cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::root Ken Brown 2017-09-16 22:04:11 -0400
  • 504959d8fc cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fds Ken Brown 2017-09-16 22:04:10 -0400
  • 47bbe23105 cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.cc Ken Brown 2017-09-16 22:04:09 -0400
  • 3a79700c2d RTEMS: Make pthread_mutex_t self-contained Sebastian Huber 2017-09-27 14:20:14 +0200
  • 55c5dda9b5 RTEMS: Make pthread_cond_t self-contained Sebastian Huber 2017-09-26 07:36:25 +0200
  • d902eef093 RTEMS: Make pthread_rwlock_t self-contained Sebastian Huber 2017-09-21 15:41:30 +0200
  • 9187bb23a0 RTEMS: Make pthread_barrier_t self-contained Sebastian Huber 2017-09-21 15:21:13 +0200
  • 8253c240cb RTEMS: Make sem_t self-contained Sebastian Huber 2017-09-13 13:07:31 +0200
  • 4fef7312b3 RTEMS: Optimize pthread_once_t Sebastian Huber 2017-09-19 15:08:35 +0200
  • f9b24fad7c newlib/libm/complex/cargl.c change imag() real() to cimagl() creall() Brian Inglis 2017-09-13 00:26:48 -0600
  • 1592a0be0c Fix warnings and documentation in strnstr.c Sebastian Huber 2017-09-13 14:31:01 +0200
  • 05cfd1aed8 cygwin: workaround GCC 6 changes Yaakov Selkowitz 2017-09-12 14:30:34 -0500
  • 21a39b20a5 Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows console" Yaakov Selkowitz 2017-09-11 13:21:46 -0500
  • 4de8754bac Change time_t to 64-bit by default Sebastian Huber 2017-09-07 08:24:22 +0200
  • ad45b86533 Remove harmful casts in gmtime_r() Sebastian Huber 2017-09-07 15:01:47 +0200
  • f9205f1d47 Let RTEMS provide clock() Sebastian Huber 2017-09-06 08:43:26 +0200
  • e18b7ffa48 stdio.h: Don't define unlocked macros using static inline on C++ Corinna Vinschen 2017-09-04 10:52:33 +0200
  • ff53f489fa cygwin: Document crypt_r Yaakov Selkowitz 2017-09-01 17:26:40 -0500
  • 5325111d03 Remove some dangerous advice from the FAQ Achim Gratz 2017-09-02 16:14:02 +0200
  • 51d1fb715d include: fix ffs, fls guards Yaakov Selkowitz 2017-08-29 12:55:58 -0500
  • 192986ab03 newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def Corinna Vinschen 2017-08-30 16:48:55 +0200
  • 5fc315b597 newlib: strnstr: drop traditional synopisis Corinna Vinschen 2017-08-30 16:45:36 +0200
  • 42885ea4b8 Add man page entry for strnstr.c. Sichen Zhao 2017-08-30 11:03:57 +0800
  • f22054c94d Modify strnstr.c. Sichen Zhao 2017-08-30 11:03:56 +0800
  • cdbec10e79 cygwin: add strptime %F fix to release notes Corinna Vinschen 2017-08-29 21:12:21 +0200
  • d8e2463c75 winsup/cygwin/libc/strptime.cc(__strptime) fix %F width Brian Inglis 2017-08-29 11:25:43 -0600
  • 4dfaef8141 cygwin: document %s support in strptime Corinna Vinschen 2017-08-29 11:16:13 +0200