summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-335/+0
* Start to deal with the time_t change's effect on compat/linux:guenther2013-10-251-21/+223
* compat_linux: Add support for future time_t and ino_t size enlargements.pirofti2013-05-101-3/+8
* Add linux_to_native_timespec() for future futex use. Okay tedu@.pirofti2011-07-051-1/+8
* Move timespec utility functions to a header file.pirofti2011-04-051-7/+6
* Add time related syscalls clock_gettime() and clock_getres().pirofti2011-02-101-0/+122