Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return EINVAL in case of incorrect sigev_signo value specified instead of ↵ | dchagin | 2015-12-26 | 1 | -0/+4 |
| | | | | panicing. | ||||
* | Convert Linux signal number to the FreeBSD. | dchagin | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Delete the duplicate of linux_to_native_clockid() function. | dchagin | 2015-05-24 | 1 | -20/+3 |
| | | | | | Differential Revision: https://reviews.freebsd.org/D1521 Reviewed by: trasz | ||||
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | bz | 2014-09-18 | 1 | -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 |