CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/24 22:51:39
Modified files:
sys/compat/linux: linux_futex.c linux_misc.c linux_misc.h
linux_time.c linux_time.h linux_types.h
syscalls.master
Log message:
Start to deal with the time_t change's effect on compat/linux:
- add Linux versions of struct rusage, timeval, and itimerval and
conversion functions for them
- add Linux versions of getrusage(), gettimeofday(), {set,get}itimer(),
and nanosleep()
- fix various inconsistencies in naming of Linux versions of types
and conversion functions
- add mappings for LINUX_CLOCK_{PROCESS,THREAD}_CPUTIME_ID to the
native versions
Originally written months ago as part of the time_t work; long
memory, prodding, and ok from pirofti@