summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Make sure fraction of seconds constants enforce 64 bit computationCorinna Vinschen2018-02-201-4/+4
* Cygwin: fix declaration of fhandler_socket::socketpairCorinna Vinschen2018-02-161-2/+2
* Cygwin: fix utils path handling in case cygdrive path is just '/'Corinna Vinschen2018-02-162-12/+22
* Cygwin: net: Improve standars conformance commentsCorinna Vinschen2018-02-161-30/+35
* Cygwin: fhandler_socket: Add :: to potentially colliding WinSock callsCorinna Vinschen2018-02-161-6/+6
* Cygwin: socketpair: Move socketpair creation inside fhandler_socket classCorinna Vinschen2018-02-163-174/+197
* Cygwin: sockets: move common settings into set_socket_handle()Corinna Vinschen2018-02-162-18/+21
* add forward declaration to main() to prevent warningsJaap de Wolff2018-02-161-0/+2
* adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff2018-02-161-48/+49
* add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warningsJaap de Wolff2018-02-161-0/+3
* Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff2018-02-162-15/+5
* Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously ne...Jaap de Wolff2018-02-161-0/+1
* Cygwin: socket: move socket creation inside fhandler_socket classCorinna Vinschen2018-02-143-46/+166
* Cygwin: improve O_TMPFILE handlingCorinna Vinschen2018-02-143-13/+29
* Cygwin: fix file-related functions on unix socketsCorinna Vinschen2018-02-141-6/+33
* Cygwin: improve a comment in fhandler_socket::getsocknameCorinna Vinschen2018-02-141-3/+2
* Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen2018-02-121-36/+19
* Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen2018-02-126-19/+25
* Cygwin: Define MSPERSEC and fix USPERSEC commentCorinna Vinschen2018-02-121-1/+3
* Cygwin: Fix x86 compiler warningCorinna Vinschen2018-02-071-1/+1
* Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen2018-02-076-2/+98
* Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen2018-02-071-2/+21
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-0713-97/+115
* Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen2018-02-061-118/+207
* Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLECorinna Vinschen2018-02-051-0/+2
* Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen2018-02-052-8/+84
* Cygwin: bindresvport: check correctness of address familyCorinna Vinschen2018-02-051-1/+10
* Cygwin: bindresvport_sa: Ignore incoming port numberCorinna Vinschen2018-02-051-12/+4
* Cygwin: Use SO_EXCLUSIVEADDRUSECorinna Vinschen2018-02-051-1/+1
* Cygwin: bump version to 2.10.1Corinna Vinschen2018-02-021-1/+1
* newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen2018-02-021-11/+0
* Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2018-02-012-33/+24
* epiphany: Additional setjmp() and longjmp() symsSebastian Huber2018-01-311-0/+4
* ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz2018-01-261-1/+0
* Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme2018-01-251-1/+3
* Define internal function mythreadname() -- revisedMark Geisert2018-01-245-4/+21
* cygwin: 2.10.0 release text: fix formattingCorinna Vinschen2018-01-221-11/+11
* cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockYaakov Selkowitz2018-01-221-0/+4
* cygwin: update docs for 2.10.0Yaakov Selkowitz2018-01-193-4/+56
* cygwin: add gencat toolYaakov Selkowitz2018-01-192-1/+697
* cygwin: add catopen, catgets, catcloseYaakov Selkowitz2018-01-195-1/+584
* Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz2018-01-191-0/+3
* Fix syntax error in exit.cOrlando Arias2018-01-191-1/+1
* cygwin: make <sys/socket.h> completely visible from <netinet/in.h>Yaakov Selkowitz2018-01-191-1/+1
* cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz2018-01-191-1/+0
* Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston2018-01-18108-1156/+1153
* RISC-V: isatty: return 0 on errorChih-Mao Chen2018-01-181-1/+1
* RISC-V: Fix alignment issue in sigjmp_bufKito Cheng2018-01-181-1/+3
* ansification: remove ansidecl.h from makedocYaakov Selkowitz2018-01-172-176/+51
* ansification: fix makedoc for ANSI CYaakov Selkowitz2018-01-171-2/+2