summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana2021-02-021-0/+1
* Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert2020-01-131-0/+1
* Cygwin: fix CPU_SET macro visibilityMark Geisert2019-09-141-0/+3
* Cygwin: sys/wait.h: Add _wait prototype to avoid compiler warningCorinna Vinschen2019-09-031-0/+4
* Cygwin: Implement CPU_SET(3) macrosMark Geisert2019-08-051-2/+62
* Cygwin: unbreak the build with GCC 7Ken Brown2019-07-191-3/+8
* Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown2019-07-161-3/+3
* Cygwin: Fix return value of sched_getaffinityMark Geisert2019-06-281-0/+10
* sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2019-06-272-2/+28
* Cygwin: sys/cygwin.h: fix formattingCorinna Vinschen2019-03-231-3/+3
* Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen2019-03-231-0/+2
* Cygwin: sys/mount.h: fix commentCorinna Vinschen2019-02-191-1/+1
* Cygwin: mount: define binary mount as defaultCorinna Vinschen2019-02-181-1/+1
* Cygwin: kill(1): introduce a -W optionCorinna Vinschen2019-02-021-0/+2
* Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen2019-02-011-2/+1
* Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen2019-01-261-5/+12
* Cygwin: timers: implement timerfdCorinna Vinschen2019-01-151-0/+45
* Cygwin: signal: implement signalfdCorinna Vinschen2019-01-131-0/+54
* Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen2019-01-061-20/+24
* Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber2018-10-111-32/+0
* Cygwin: Remove union waitCorinna Vinschen2018-08-241-70/+4
* Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen2018-03-251-0/+2
* Cygwin: fix socketpair prototypeCorinna Vinschen2018-03-091-1/+1
* Cygwin: cleanup header including within network-releated filesCorinna Vinschen2018-02-281-2/+3
* cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>Yaakov Selkowitz2018-01-191-1/+0
* ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz2018-01-172-3/+3
* ansification: remove _PARAMSYaakov Selkowitz2018-01-171-1/+1
* cygwin: add Object Size Checking to sys/socket.hYaakov Selkowitz2017-11-301-0/+4
* cygwin: add Object Size Checking to sys/poll.hYaakov Selkowitz2017-11-301-0/+4
* cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen2017-11-272-7/+7
* headers: avoid bareword attributesEric Blake2017-08-171-1/+1
* Add elf.h to newlibYaakov Selkowitz2017-08-025-1732/+0
* Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek2017-07-071-1/+1
* cygwin: export strverscmp, add versionsortYaakov Selkowitz2017-06-191-0/+1
* declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney2017-03-271-0/+2
* Cygwin: Add IUTF8 termios iflagCorinna Vinschen2017-01-311-0/+1
* Export getentropy and getrandom callsCorinna Vinschen2016-12-161-0/+29
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-171-0/+59
* Remove leftover useless copyright hintsCorinna Vinschen2016-06-252-6/+0
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-2337-80/+0
* cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz2016-06-031-0/+1
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-131-3/+1
* Fix FIONBIO commentsCorinna Vinschen2016-03-241-1/+2
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-3/+10
* Support profiling of multi-threaded apps.Mark Geisert2016-03-101-0/+2
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+84
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-091-1/+3
* Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen2016-01-071-1/+1
* Introduce the 'usertemp' filesystem typeJohannes Schindelin2015-12-071-1/+2
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-071-41/+0