| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use the kern_clock_nanosleep() to implement Linux clock_nanosleep() with
the proper handling of the TIMER_ABSTIME flag.
|
|
|
|
| |
Implement timerfd family syscalls.
|
|
|
|
|
| |
Return EOVERFLOW error in case then the size of tv_sec field of struct timespec
in COMPAT_LINUX32 Linuxulator's not equal to the size of native tv_sec.
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1521
Reviewed by: trasz
|
|
|
|
|
|
|
| |
args->timeout handling before acquiring the futex key at FUTEX_WAIT path.
Differential Revision: https://reviews.freebsd.org/D1520
Reviewed by: trasz
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1465
Reviewd by: trasz
|
|
for amd64/linux32. Fix the entirely bogus (untested) version from
r161310 for i386/linux using the same shared code in compat/linux.
It is unclear to me if we could support more clock mappings but
the current set allows me to successfully run commercial
32bit linux software under linuxolator on amd64.
Reviewed by: jhb
Differential Revision: D784
MFC after: 3 days
Sponsored by: DARPA, AFRL
|