summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_time.c
AgeCommit message (Expand)Author
2013-10-25Start to deal with the time_t change's effect on compat/linux:Philip Guenther
2013-05-10compat_linux: Add support for future time_t and ino_t size enlargements.Paul Irofti
2011-07-05Add linux_to_native_timespec() for future futex use. Okay tedu@.Paul Irofti
2011-04-05Move timespec utility functions to a header file.Paul Irofti
2011-02-10Add time related syscalls clock_gettime() and clock_getres().Paul Irofti