aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Cygwin: net: Improve standars conformance commentsCorinna Vinschen1-30/+35
2018-02-16Cygwin: fhandler_socket: Add :: to potentially colliding WinSock callsCorinna Vinschen1-6/+6
2018-02-16Cygwin: socketpair: Move socketpair creation inside fhandler_socket classCorinna Vinschen3-174/+197
2018-02-16Cygwin: sockets: move common settings into set_socket_handle()Corinna Vinschen2-18/+21
2018-02-14Cygwin: socket: move socket creation inside fhandler_socket classCorinna Vinschen3-46/+166
2018-02-14Cygwin: improve O_TMPFILE handlingCorinna Vinschen3-13/+29
2018-02-14Cygwin: fix file-related functions on unix socketsCorinna Vinschen1-6/+33
2018-02-14Cygwin: improve a comment in fhandler_socket::getsocknameCorinna Vinschen1-3/+2
2018-02-12Cygwin: /proc/<pid>/stat: Fix time handlingCorinna Vinschen1-36/+19
2018-02-12Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen6-19/+25
2018-02-12Cygwin: Define MSPERSEC and fix USPERSEC commentCorinna Vinschen1-1/+3
2018-02-07Cygwin: Fix x86 compiler warningCorinna Vinschen1-1/+1
2018-02-07Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen6-2/+98
2018-02-07Cygwin: setsockopt/getsockopt: Add missing optlen checksCorinna Vinschen1-2/+21
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen13-97/+115
2018-02-06Cygwin: setsockopt/getsockopt: Clean up codeCorinna Vinschen1-118/+207
2018-02-05Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLECorinna Vinschen1-0/+2
2018-02-05Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen2-8/+84
2018-02-05Cygwin: bindresvport: check correctness of address familyCorinna Vinschen1-1/+10
2018-02-05Cygwin: bindresvport_sa: Ignore incoming port numberCorinna Vinschen1-12/+4
2018-02-05Cygwin: Use SO_EXCLUSIVEADDRUSECorinna Vinschen1-1/+1
2018-02-02Cygwin: bump version to 2.10.1Corinna Vinschen1-1/+1
2018-01-24Define internal function mythreadname() -- revisedMark Geisert5-4/+21
2018-01-22cygwin: 2.10.0 release text: fix formattingCorinna Vinschen1-11/+11
2018-01-22cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockYaakov Selkowitz1-0/+4
2018-01-19cygwin: update docs for 2.10.0Yaakov Selkowitz1-0/+27
2018-01-19cygwin: add catopen, catgets, catcloseYaakov Selkowitz5-1/+584
2018-01-19cygwin: make <sys/socket.h> completely visible from <netinet/in.h>Yaakov Selkowitz1-1/+1
2018-01-19cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz1-1/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz4-19/+19
2018-01-17ansification: remove _PTRYaakov Selkowitz1-2/+2
2018-01-17ansification: remove _PARAMSYaakov Selkowitz3-5/+5
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-1/+1
2018-01-17cygwin: add asm/bitsperlong.h, dummy asm/posix_types.h headersYaakov Selkowitz3-0/+34
2018-01-16cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz1-1/+5
2017-12-19cygwin: block devices: fix file offset after short writesnewlib-snapshot-20171222Corinna Vinschen2-2/+13
2017-12-18Cygwin: document sigtimedwait and ftell{o} patchCorinna Vinschen1-1/+4
2017-12-18Cygwin: rearrange sigwait functions, convert sigwait_common to inlineCorinna Vinschen1-45/+43
2017-12-18Cygwin: Implement sigtimedwaitMark Geisert4-4/+38
2017-12-10cygwin: add mmap fork fix to 2.10.0 release testCorinna Vinschen1-0/+3
2017-12-10cygwin: mmap: fix comment and formatting, drop unused codeCorinna Vinschen1-8/+5
2017-12-10cygwin: mmap: fix a fork failure with private, anonymous mappingsCorinna Vinschen1-0/+7
2017-12-01cygwin: document %l[ and bump API minorCorinna Vinschen2-1/+4
2017-11-30cygwin: Document latest changes, bump API minorCorinna Vinschen2-1/+6
2017-11-30cygwin: [w]mempcpy: fix global symbolCorinna Vinschen1-5/+5
2017-11-30cygwin: x86_64: implement mempcpy/wmempcpy in assemblerCorinna Vinschen1-16/+44
2017-11-30cygwin: export wmempcpyYaakov Selkowitz2-1/+3
2017-11-30cygwin: add Object Size Checking to sys/socket.hYaakov Selkowitz2-0/+24
2017-11-30cygwin: add Object Size Checking to sys/poll.hYaakov Selkowitz2-0/+30
2017-11-29cygwin: create libssp compatibility import libraryYaakov Selkowitz1-1/+4