aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-28Fix compile error due to new strnstr()Sebastian Huber1-43/+0
2017-08-25cygwin: export strnstrCorinna Vinschen4-3/+5
2017-08-25newlib: rebuild string/Makefile.inCorinna Vinschen1-27/+49
2017-08-25Port strnstr.c to newlib.Sichen Zhao2-0/+4
2017-08-25Import strnstr.c from FreeBSD.Sichen Zhao1-0/+65
2017-08-25Revert "headers: avoid bareword attributes" for clangEric Blake1-14/+16
2017-08-25RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber1-0/+3
2017-08-25Make _CLOCK_T_ system configurableSebastian Huber1-0/+3
2017-08-25newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis1-2/+32
2017-08-25winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis1-0/+20
2017-08-24move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556131-4/+5
2017-08-23cygwin: only expose /dev/con{in,out,sole} when started from a Windows consoleCorinna Vinschen1-1/+1
2017-08-21Add myself to RISC-V Port MaintainerKito Cheng1-0/+1
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng16-16/+16
2017-08-19Document renameat2Ken Brown3-0/+10
2017-08-19cygwin: Implement renameat2Ken Brown5-7/+54
2017-08-17Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng9-0/+4340
2017-08-17Add RISC-V port for libmKito Cheng20-1/+7315
2017-08-17headers: avoid bareword attributesEric Blake2-15/+15
2017-08-17headers: avoid bareword attributesEric Blake4-5/+5
2017-08-17Fix crt0 init fini codeSzabolcs Nagy1-4/+0
2017-08-16Add RISC-V port for newlibKito Cheng25-2/+7198
2017-08-15fix typo in AArch64 crt0Alexander Fedotov-B556131-1/+1
2017-08-14use stack from linker script when nosysAlexander Fedotov-B556131-1/+18
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen1-9/+36
2017-08-09Don't fetch command line options without semi-hostingYao Qi1-0/+6
2017-08-09Fix crt0 overwriting.Tamar Christina4-1/+10
2017-08-07Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown1-2/+2
2017-08-07Proper locking for getchar() and putchar()Sebastian Huber1-7/+32
2017-08-03cygwin: pthread timed locks: actually timeout on timeoutCorinna Vinschen1-4/+26
2017-08-03cygwin: pthread_rwlock_rdlock: don't set errno, just return error codeCorinna Vinschen1-1/+1
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen7-11/+84
2017-08-03cygwin: Bump DLL version to 2.9.0Corinna Vinschen4-4/+20
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen5-4/+35
2017-08-03cygwin: simplify pthread timedwait handlingCorinna Vinschen2-66/+60
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen1-2/+1
2017-08-03Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen2-17/+11
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen2-11/+17
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay3-0/+160
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay3-0/+161
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay3-0/+154
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay3-0/+182
2017-08-02cygwin: add explicit_bzero, elf.h changes to releaseYaakov Selkowitz1-0/+4
2017-08-02Add elf.h to newlibYaakov Selkowitz8-1890/+3146
2017-08-02cygwin: Export explicit_bzeroYaakov Selkowitz3-1/+4
2017-08-01cygwin: generate Alt-Numpad characters independent of NumLock stateCorinna Vinschen1-1/+7
2017-07-31cygwin: add console issues to release notesCorinna Vinschen1-0/+6
2017-07-31cygwin: select: use UNICODE console functionsCorinna Vinschen1-2/+2
2017-07-31cygwin: console: Use memset to clear an arrayCorinna Vinschen1-3/+2
2017-07-31cygwin: clear screen using wide char functionCorinna Vinschen1-1/+1