Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r283476: | dchagin | 2016-01-09 | 1 | -2/+2 |
| | | | | Convert Linux signal number to the FreeBSD. | ||||
* | MFC r283464: | dchagin | 2016-01-09 | 1 | -20/+3 |
| | | | | Delete the duplicate of linux_to_native_clockid() function. | ||||
* | MFC r271743: | bz | 2014-09-23 | 1 | -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) |