summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* Return EINVAL in case of incorrect sigev_signo value specified instead of ↵dchagin2015-12-261-0/+4
| | | | panicing.
* Convert Linux signal number to the FreeBSD.dchagin2015-05-241-2/+2
|
* Delete the duplicate of linux_to_native_clockid() function.dchagin2015-05-241-20/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1521 Reviewed by: trasz
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-0/+182
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
OpenPOWER on IntegriCloud