aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/sys
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen1-1/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen1-47/+0
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown1-1/+3
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown2-20/+0
2022-05-29Cygwin: remove 32-bit only clipboard codeKen Brown1-19/+4
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown1-3/+0
2022-05-29Cygwin: remove some 32-bit only path conversion functionsKen Brown1-23/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-6/+6
2022-05-29Cygwin: simplify some function namesKen Brown1-2/+0
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-2/+0
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen1-2/+2
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen1-2/+2
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano1-0/+1
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano1-0/+2
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano1-0/+1
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger3-3/+3
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert1-0/+49
2021-02-02fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana1-0/+1
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert1-0/+1
2019-09-14Cygwin: fix CPU_SET macro visibilityMark Geisert1-0/+3
2019-09-03Cygwin: sys/wait.h: Add _wait prototype to avoid compiler warningCorinna Vinschen1-0/+4
2019-08-05Cygwin: Implement CPU_SET(3) macrosMark Geisert1-2/+62
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown1-3/+8
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown1-3/+3
2019-06-28Cygwin: Fix return value of sched_getaffinityMark Geisert1-0/+10
2019-06-27sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2-2/+28
2019-03-23Cygwin: sys/cygwin.h: fix formattingCorinna Vinschen1-3/+3
2019-03-23Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen1-0/+2
2019-02-19Cygwin: sys/mount.h: fix commentCorinna Vinschen1-1/+1
2019-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen1-1/+1
2019-02-02Cygwin: kill(1): introduce a -W optionCorinna Vinschen1-0/+2
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-2/+1
2019-01-26Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen1-5/+12
2019-01-15Cygwin: timers: implement timerfdCorinna Vinschen1-0/+45
2019-01-13Cygwin: signal: implement signalfdCorinna Vinschen1-0/+54
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen1-20/+24
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber1-32/+0
2018-08-24Cygwin: Remove union waitCorinna Vinschen1-70/+4
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-0/+2
2018-03-09Cygwin: fix socketpair prototypeCorinna Vinschen1-1/+1
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen1-2/+3
2018-01-19cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz1-1/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz2-3/+3
2018-01-17ansification: remove _PARAMSYaakov Selkowitz1-1/+1
2017-11-30cygwin: add Object Size Checking to sys/socket.hYaakov Selkowitz1-0/+4
2017-11-30cygwin: add Object Size Checking to sys/poll.hYaakov Selkowitz1-0/+4
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen2-7/+7
2017-08-17headers: avoid bareword attributesEric Blake1-1/+1
2017-08-02Add elf.h to newlibYaakov Selkowitz5-1732/+0