summaryrefslogtreecommitdiffstats
path: root/sys/sys/timetc.h
Commit message (Expand)AuthorAgeFilesLines
* Isolate the Timecounter internals in their own two files.phk2000-03-201-215/+13
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-6/+6
* Fixed missing declarations of futimes(2) and lutimes(2).bde1999-12-231-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-181-4/+8
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+2
* Make even more of the PPSAPI implementations generic.phk1999-03-111-2/+1
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-081-2/+2
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-151-9/+11
* Remove the tc_cost field from timecounters.phk1998-10-231-2/+1
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-20/+20
* Add a member function more to the timecounters, this one is for usephk1998-06-071-1/+4
* Sigh, all good words are reserved words these days...phk1998-06-071-2/+2
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-071-4/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-4/+4
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-191-7/+5
* s/nanoruntime/nanouptime/gphk1998-05-171-5/+5
* Convert timespecclear() back to an expression (this time withouteivind1998-04-231-6/+3
* Wrap timerclear in do { ... } while(0)eivind1998-04-231-2/+5
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-12/+18
* Time changes mark 2:phk1998-04-041-3/+41
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+3
* Add two new functions, get{micro|nano}time.phk1998-03-261-24/+38
* Reviewed by: msmith, bde long agodufault1998-03-041-1/+7
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIXbde1998-02-251-5/+1
* Add #ifndef _POSIX_SOURCE around the timecounter definitionsjb1998-02-211-1/+3
* Replace TOD clock code with more systematic approach.phk1998-02-201-3/+73
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-2/+3
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+2
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-131-4/+4
* Add posix clock and timer definitionspeter1997-05-081-1/+8
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add NetBSD/OpenBSD compatable timeradd()/timersub() user-space macros.peter1996-12-301-1/+22
* In sys/time.h, struct timespec is defined as:nate1996-09-191-7/+7
* Merge in Lite2: make timespec struct POSIX.4 complianthsu1996-03-111-9/+9
* Finished staticizing of timevalfix().bde1995-12-261-2/+1
* Cosmetics. (sort of) Added 19 prototypes.phk1994-10-101-6/+7
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-2/+6
* Fix up some sloppy coding practices:wollman1994-08-181-2/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+126
OpenPOWER on IntegriCloud