aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/timetc.h
Commit message (Expand)AuthorAgeFilesLines
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-215/+13
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* Fixed missing declarations of futimes(2) and lutimes(2).Bruce Evans1999-12-231-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwareBruce Evans1999-07-181-4/+8
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thePoul-Henning Kamp1999-04-251-1/+2
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-2/+1
* Integrate the new "nanokernel" PLL from Dave Mills.Poul-Henning Kamp1999-03-081-2/+2
* Wrap two macros into do { ... } while (0), and fix the way they're usedDag-Erling Smørgrav1998-12-151-9/+11
* Remove the tc_cost field from timecounters.Poul-Henning Kamp1998-10-231-2/+1
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-091-20/+20
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-071-1/+4
* Sigh, all good words are reserved words these days...Poul-Henning Kamp1998-06-071-2/+2
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-071-4/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-4/+4
* Change a data type internal to the timecounters, and remove the "delta"Poul-Henning Kamp1998-05-191-7/+5
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-5/+5
* Convert timespecclear() back to an expression (this time withoutEivind Eklund1998-04-231-6/+3
* Wrap timerclear in do { ... } while(0)Eivind Eklund1998-04-231-2/+5
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-12/+18
* Time changes mark 2:Poul-Henning Kamp1998-04-041-3/+41
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+3
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-24/+38
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-1/+7
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIXBruce Evans1998-02-251-5/+1
* Add #ifndef _POSIX_SOURCE around the timecounter definitionsJohn Birrell1998-02-211-1/+3
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-201-3/+73
* wash, sort and put in order various nits from the i586_ctr -> tscPoul-Henning Kamp1997-12-281-2/+3
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.John Hay1997-06-241-1/+2
* struct timespec needs to be useable with just <time.h>, but needs to notPeter Wemm1997-05-131-4/+4
* Add posix clock and timer definitionsPeter Wemm1997-05-081-1/+8
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros.Peter Wemm1996-12-301-1/+22
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-7/+7
* Merge in Lite2: make timespec struct POSIX.4 compliantJeffrey Hsu1996-03-111-9/+9
* Finished staticizing of timevalfix().Bruce Evans1995-12-261-2/+1
* Cosmetics. (sort of) Added 19 prototypes.Poul-Henning Kamp1994-10-101-6/+7
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-2/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+126