DragonFly submit List (threaded) for 2009-04
DragonFly BSD
DragonFly submit List (threaded) for 2009-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

kern_time syscall separation


From: Mohd Farid Kamarudin <mokamaru@xxxxxxxxx>
Date: Wed, 29 Apr 2009 00:02:41 +0800

Hello,

Attached patch separates 3 syscalls: sys_clock_gettime,
sys_clock_settime and sys_clock_getres into 2-level functions.
The new functions introduced are kern_clock_gettime,
kern_clock_settime and kern_clock_getres.

This is useful especially for linux emulation codes where they call
the kern_clock* version directly instead of having to do the stackgap,
and then sys_clock*.

Regards,
M. Farid Kamarudin

Attachment: kern_time.patch
Description: Binary data



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]