CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/17 13:11:54
Modified files:
include : time.h unistd.h
lib/libc : shlib_version
lib/libc/gen : Makefile.inc
lib/libc/sys : clock_gettime.2
lib/libpthread/include: pthread.h
lib/libpthread/man: Makefile.inc pthreads.3
lib/librthread : Makefile shlib_version
sys/kern : kern_exec.c kern_time.c
sys/sys : _time.h types.h
usr.bin/kdump : kdump_subr.h mksubr
Added files:
lib/libc/gen : clock_getcpuclockid.3 clock_getcpuclockid.c
lib/libpthread/man: pthread_getcpuclockid.3
lib/librthread : rthread_getcpuclockid.c
Log message:
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@