History log of /freebsd-12.1/sys/compat/linux/linux_timer.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# bfb5568a 26-Dec-2015 Dmitry Chagin <[email protected]>

Return EINVAL in case of incorrect sigev_signo value specified instead of panicing.


Revision tags: release/10.2.0
# 5885e5ab 24-May-2015 Dmitry Chagin <[email protected]>

Convert Linux signal number to the FreeBSD.


# 16ac71bc 24-May-2015 Dmitry Chagin <[email protected]>

Delete the duplicate of linux_to_native_clockid() function.

Differential Revision: https://reviews.freebsd.org/D1521
Reviewed by: trasz


Revision tags: release/10.1.0
# 0a041f3b 18-Sep-2014 Bjoern A. Zeeb <[email protected]>

Implement most of timer_{create,settime,gettime,getoverrun,delete}
for amd64/linux32. Fix the entirely bogus (untested) version from
r161310 for i386/linux using the same shared code in compat/linux

Implement most of timer_{create,settime,gettime,getoverrun,delete}
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

show more ...