aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime,Alfred Perlstein2003-10-261-6/+6
* constify the second args to timevaladd() and timevalsub().Alfred Perlstein2003-10-261-2/+2
* Implement CLOCK_MONOTONIC.Poul-Henning Kamp2003-02-231-0/+1
* Move struct timeval to its own header so that it can be shared betweenMike Barcroft2002-12-311-9/+1
* add generic rate limiting support from netbsd; ratelimit is purely time based,Sam Leffler2002-12-201-0/+2
* Introduce a "time_uptime" global variable which holds the time since bootPoul-Henning Kamp2002-11-011-0/+1
* Fix visibility issues; use <sys/timespec.h>.Garrett Wollman2002-06-151-19/+3
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inBruce Evans2002-05-051-0/+1
* Brucifixion ? Yes, out that door, row on the left, one patch each.Poul-Henning Kamp2002-04-301-22/+15
* Various cleanup and sorting of clock reading functions. Add the twoPoul-Henning Kamp2002-04-261-6/+35
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)Poul-Henning Kamp2002-04-151-1/+0
* Various style issues from a recent brucification:Poul-Henning Kamp2002-03-201-9/+28
* Remove __PAlfred Perlstein2002-03-191-21/+21
* Fix world breakage (compiling libstdc++):Peter Wemm2002-02-081-2/+2
* Remove the inline assembly optimized versins of bintime_*() functions,Poul-Henning Kamp2002-02-071-30/+0
* Revise timercounters to use binary fixed point format internally.Poul-Henning Kamp2002-02-071-0/+108
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* Polish getnano{up}*time() prototypes.Poul-Henning Kamp2001-05-231-2/+2
* Paranthesise macros. This fixes an unlikely bug and silences lint.Mark Murray2001-03-211-2/+2
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-84/+0
* 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