History log of /src/sys/compat/linux/common/linux_sched.h |
Revision | | Date | Author | Comments |
1.12 |
| 19-Sep-2025 |
christos | PR/59608: csaba mate: fix stack address and ignore sysvsem flag. makes the latest jvm work again.
|
1.11 |
| 28-Sep-2024 |
christos | Linux GSoC-2024: renameat2, clone3, sync_file_range, syncfs (Shivraj Jamgade)
|
1.10 |
| 19-Sep-2021 |
thorpej | branches: 1.10.10; Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.
|
1.9 |
| 19-Sep-2021 |
thorpej | Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(), timer_getoverrun(), and timer_delete()) to COMPAT_LINUX and COMPAT_LINUX32.
|
1.8 |
| 18-Nov-2011 |
christos | branches: 1.8.64; - add sigtimedwait support. - merge the siginfo population code.
|
1.7 |
| 28-Apr-2008 |
martin | branches: 1.7.34; Remove clause 3 and 4 from TNF licenses
|
1.6 |
| 17-Apr-2008 |
njoly | branches: 1.6.2; 1.6.4; Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.
|
1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.70; merge ktrace-lwp.
|
1.4 |
| 16-May-2005 |
fvdl | Implement clock_* POSIX functions.
|
1.3 |
| 05-Sep-2004 |
jdolecek | add some newer clone flags
|
1.2 |
| 04-Oct-1999 |
tron | branches: 1.2.36; Add emulation for scheduler related syscalls. Although they are dummies even under Linux the posix thread library for "glibc2" requires them.
|
1.1 |
| 12-May-1999 |
thorpej | branches: 1.1.2; Add scheduling-related definitions. Currently we have the flags passed to the __clone(2) system call.
|
1.1.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.2.36.3 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.2.36.2 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.36.1 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.70.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.6.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.34.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.8.64.2 |
| 17-Dec-2020 |
thorpej | Re-factor the code that maps the clockid_t in timer_create() and the flags in timerfd_settime() into separate functions.
|
1.8.64.1 |
| 15-Dec-2020 |
thorpej | Add Linux eventfd, timerfd, and POSIX timer calls.
|
1.10.10.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|