Date: Thu, 7 May 2009 14:24:50 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_misc.c Message-ID: <200905071424.n47EOrf0017959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-05-07 14:24:50 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: SVN rev 191883 on 2009-05-07 14:24:50Z by dchagin Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry, which is available for Glibc as sysconf(_SC_CLK_TCK). If AT_CLKTCK entry is not exported, Glibc uses 100. linux_times() shall use the value that is exported to user space. Pointyhat to: dchagin PR: kern/134251 Approved by: kib (mentor) MFC after: 2 weeks Revision Changes Path 1.234 +1 -3 src/sys/compat/linux/linux_misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905071424.n47EOrf0017959>