History log of /netbsd-src/sys/compat/linux/common/linux_sched.h (Results 1 – 11 of 11)
Revision Date Author Comments
# a3740e15 28-Sep-2024 christos <christos@NetBSD.org>

Linux GSoC-2024: renameat2, clone3, sync_file_range, syncfs (Shivraj Jamgade)


# 185d6cd7 19-Sep-2021 thorpej <thorpej@NetBSD.org>

Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.


# 555b1851 19-Sep-2021 thorpej <thorpej@NetBSD.org>

Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(),
timer_getoverrun(), and timer_delete()) to COMPAT_LINUX and COMPAT_LINUX32.


# f72d02ff 18-Nov-2011 christos <christos@NetBSD.org>

- add sigtimedwait support.
- merge the siginfo population code.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# c007e33a 17-Apr-2008 njoly <njoly@NetBSD.org>

Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 046b9a57 16-May-2005 fvdl <fvdl@NetBSD.org>

Implement clock_* POSIX functions.


# bae3c8fb 05-Sep-2004 jdolecek <jdolecek@NetBSD.org>

add some newer clone flags


# 9b451861 04-Oct-1999 tron <tron@NetBSD.org>

Add emulation for scheduler related syscalls. Although they are dummies
even under Linux the posix thread library for "glibc2" requires them.


# e2c674e2 12-May-1999 thorpej <thorpej@NetBSD.org>

Add scheduling-related definitions. Currently we have the flags passed
to the __clone(2) system call.