#
e986850f |
| 01-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Fixed typos: dependant -> dependent
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
2ba5bb1f |
| 15-Feb-2001 |
Bruce Evans <bde@FreeBSD.org> |
Fixed missing and/or wrong and/or extra includes in synopsis.
|
#
ae9fd628 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: minor cleanup.
|
#
58550067 |
| 21-Nov-2000 |
Mark Murray <markm@FreeBSD.org> |
Add a consistent API to a feature that most modern CPUs have; a fast counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in
Add a consistent API to a feature that most modern CPUs have; a fast counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in the linearity caused by multiple CPUs in an SMP machine is not a problem.
This adds no code whatsoever to the FreeBSD kernel until it is actually used, and then as a single-instruction inline routine (except for the 80386 and 80486 where it is some more inline code around nanotime(9).
Reviewed by: bde, kris, jhb
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
874108ae |
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|
#
95894120 |
| 29-Oct-2009 |
Ruslan Ermilov <ru@FreeBSD.org> |
Back in 2003, get_cyclecount() was changed to use binuptime() instead of nanotime(). Reflect this change in a manpage.
Reviewed by: phk, markm
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
1f25113f |
| 16-Nov-2004 |
John Baldwin <jhb@FreeBSD.org> |
Remove some references to I386_CPU and 80386 CPUs.
|
Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
7d6ad52a |
| 01-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Fix required includes in accordance with recent source fixes.
Submitted by: bde
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
52f1d68f |
| 10-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: tidy up the markup.
This manpage should be repo-copied to get_cyclecount.9.
|
#
23257a00 |
| 07-Jan-2002 |
Chad David <davidc@FreeBSD.org> |
Removed <sys/queue.h> from the list of required include files and corrected the name of the function (get_cyclecount()).
Requested by: bde
|
#
f16b3c0d |
| 27-Dec-2001 |
Chad David <davidc@FreeBSD.org> |
Update function definitions and required include files to reflect the current state of the system.
Approved by: alfred
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
#
e986850f |
| 01-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Fixed typos: dependant -> dependent
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
2ba5bb1f |
| 15-Feb-2001 |
Bruce Evans <bde@FreeBSD.org> |
Fixed missing and/or wrong and/or extra includes in synopsis.
|
#
ae9fd628 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: minor cleanup.
|
#
58550067 |
| 21-Nov-2000 |
Mark Murray <markm@FreeBSD.org> |
Add a consistent API to a feature that most modern CPUs have; a fast counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in
Add a consistent API to a feature that most modern CPUs have; a fast counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important than time, and multiple lines in the linearity caused by multiple CPUs in an SMP machine is not a problem.
This adds no code whatsoever to the FreeBSD kernel until it is actually used, and then as a single-instruction inline routine (except for the 80386 and 80486 where it is some more inline code around nanotime(9).
Reviewed by: bde, kris, jhb
show more ...
|