summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283476:dchagin2016-01-091-2/+2
| | | | Convert Linux signal number to the FreeBSD.
* MFC r283464:dchagin2016-01-091-20/+3
| | | | Delete the duplicate of linux_to_native_clockid() function.
* MFC r271743:bz2014-09-231-0/+182
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 Sponsored by: DARPA, AFRL Approved by: re (gjb)
OpenPOWER on IntegriCloud