summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: fix potential buffer overflow in forkMichael Haubenwallner2017-10-101-7/+2
* cygwin: fix potential buffer overflow in small_sprintfMichael Haubenwallner2017-10-101-2/+2
* Fix multido compilation on ARMTamar Christina2017-10-091-2/+2
* cygwin: initialize variable for stack unwindingMichael Haubenwallner2017-10-091-1/+1
* cygwin: disable -Wframe-address warning only on GCC 6 or laterCorinna Vinschen2017-10-092-1/+9
* Fix typo with newlib-long-time_t default value.Michael Haubenwallner2017-10-092-2/+2
* adjust libnosys config for aarch64 to avoid linker error when switching from ...Alexander Fedotov2017-10-092-0/+4
* cygwin: Remove workaround for GCC 6 null pointer check warningsKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown2017-10-095-8/+13
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::killKen Brown2017-10-091-3/+12
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandlerKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_requestKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown2017-10-093-3/+3
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown2017-10-092-2/+2
* cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.ccKen Brown2017-10-091-15/+40
* RTEMS: Make pthread_mutex_t self-containedSebastian Huber2017-10-051-2/+28
* RTEMS: Make pthread_cond_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Make pthread_rwlock_t self-containedSebastian Huber2017-10-051-2/+7
* RTEMS: Make pthread_barrier_t self-containedSebastian Huber2017-10-051-1/+7
* RTEMS: Make sem_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Optimize pthread_once_tSebastian Huber2017-10-052-7/+6
* newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()newlib-snapshot-20170922Brian Inglis2017-09-191-1/+1
* Fix warnings and documentation in strnstr.cSebastian Huber2017-09-191-4/+3
* cygwin: workaround GCC 6 changesYaakov Selkowitz2017-09-123-2/+6
* Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows...Yaakov Selkowitz2017-09-111-1/+1
* Change time_t to 64-bit by defaultSebastian Huber2017-09-077-3/+60
* Remove harmful casts in gmtime_r()Sebastian Huber2017-09-071-2/+2
* Let RTEMS provide clock()Sebastian Huber2017-09-071-1/+1
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* cygwin: Document crypt_rYaakov Selkowitz2017-09-021-0/+1
* Remove some dangerous advice from the FAQAchim Gratz2017-09-021-4/+8
* include: fix ffs, fls guardsYaakov Selkowitz2017-08-301-2/+4
* newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2017-08-302-2/+2
* newlib: strnstr: drop traditional synopisisCorinna Vinschen2017-08-301-7/+0
* Add man page entry for strnstr.c.Sichen Zhao2017-08-302-0/+43
* Modify strnstr.c.Sichen Zhao2017-08-301-55/+10
* cygwin: add strptime %F fix to release notesCorinna Vinschen2017-08-291-0/+3
* winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis2017-08-291-2/+4
* cygwin: document %s support in strptimeCorinna Vinschen2017-08-292-0/+6
* Fix compile error due to new strnstr()Sebastian Huber2017-08-281-43/+0
* cygwin: export strnstrCorinna Vinschen2017-08-254-3/+5
* newlib: rebuild string/Makefile.inCorinna Vinschen2017-08-251-27/+49
* Port strnstr.c to newlib.Sichen Zhao2017-08-252-0/+4
* Import strnstr.c from FreeBSD.Sichen Zhao2017-08-251-0/+65
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber2017-08-251-0/+3