acadia-newlib/winsup/cygwin/include/sys
Mark Geisert 362b98b49a Cygwin: Implement CPU_SET(3) macros
This patch supplies an implementation of the CPU_SET(3) processor
affinity macros as documented on the relevant Linux man page.

There is a mostly superset implementation of cpusets under newlib's
libc/sys/RTEMS/include/sys that has Linux and FreeBSD compatibility
and is built on top of FreeBSD bitsets.  This Cygwin implementation
and the RTEMS one could be combined if desired at some future point.
2019-08-05 13:22:04 +02:00
..
_pthreadtypes.h sched: Move Cygwin cpuset definitions into Cygwin-specific header 2019-06-27 20:19:31 +02:00
acl.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
copying.dj white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
cpuset.h Cygwin: Implement CPU_SET(3) macros 2019-08-05 13:22:04 +02:00
cygwin.h Cygwin: sys/cygwin.h: fix formatting 2019-03-23 17:50:47 +01:00
dirent.h Move common <sys/dirent.h> content to <dirent.h> 2018-10-11 08:29:16 +02:00
file.h ansification: remove _PARAMS 2018-01-17 11:47:13 -06:00
ioctl.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
ipc.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
kd.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
lock.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
mman.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
mount.h Cygwin: sys/mount.h: fix comment 2019-02-19 19:34:40 +01:00
msg.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
mtio.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
param.h Remove leftover useless copyright hints 2016-06-25 13:36:52 +02:00
poll.h cygwin: add Object Size Checking to sys/poll.h 2017-11-30 04:06:47 -06:00
procfs.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
quota.h * Makefile.in (DLL_OFILES): Add quotactl.o. 2014-10-17 08:19:27 +00:00
random.h Export getentropy and getrandom calls 2016-12-16 23:10:19 +01:00
resource.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
sem.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
shm.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
signalfd.h Cygwin: signal: implement signalfd 2019-01-13 23:13:33 +01:00
smallprint.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
socket.h Cygwin: fix socketpair prototype 2018-03-09 14:17:39 +01:00
soundcard.h
statfs.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
statvfs.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
stdio.h ansification: remove _EXFUN, _EXFUN_NOTHROW 2018-01-17 11:47:29 -06:00
strace.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
sysinfo.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
syslimits.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
syslog.h Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitution 2018-03-25 12:38:14 +02:00
sysmacros.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
sysproto.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
termio.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
termios.h Cygwin: Add IUTF8 termios iflag 2017-01-31 15:36:24 +01:00
timerfd.h Cygwin: timers: implement timerfd 2019-01-15 22:02:33 +01:00
ttychars.h
ucontext.h headers: avoid bareword attributes 2017-08-17 07:10:03 -05:00
uio.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
un.h Cygwin: cleanup header including within network-releated files 2018-02-28 18:56:13 +01:00
utime.h ansification: remove _EXFUN, _EXFUN_NOTHROW 2018-01-17 11:47:29 -06:00
utmp.h Cygwin: unbreak the build with GCC 7 2019-07-19 14:14:33 -04:00
utsname.h Cygwin: uname: Raise size of utsname fields and revamp uname(2) output 2019-01-26 18:37:25 +01:00
vfs.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
wait.h Cygwin: Remove union wait 2018-08-24 20:57:47 +02:00
xattr.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00