aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* Remove timeval2timespec and its converse, since we already haveJonathan Anderson2011-08-091-18/+0
* Create timeval2timespec() and timespec2timeval().Jonathan Anderson2011-08-081-0/+18
* Certain static code analysis tools (FlexeLint being one) are veryPoul-Henning Kamp2010-10-041-2/+2
* Add few more bintime math macros.Alexander Motin2010-09-081-0/+19
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-1/+1
* Implement flexible BPF timestamping framework.Jung-uk Kim2010-06-151-0/+1
* HZ is now 1000 on most platforms, update a comment.Ruslan Ermilov2009-10-291-1/+1
* Namespace: adjtime(), futimes(), futimesat(), lutimes(), and settimeofday()David Schultz2009-03-141-5/+13
* Remove some DTrace hook definitions that are now in dtrace_bsd.hJohn Birrell2008-05-181-2/+0
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-0/+7
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+1
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measureDavid Xu2008-01-181-0/+1
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately theJohn Birrell2007-11-281-23/+0
* Solaris compatibility only: Be specific about the fact thatJohn Birrell2006-10-031-1/+1
* Add some OpenSolaris compatibility definitions which are only visibleJohn Birrell2006-08-041-0/+25
* Add several aliases for existing clockid_t names to indicate that theRobert Watson2005-11-271-1/+8
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentAndre Oppermann2005-11-181-0/+1
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.David Schultz2005-04-021-4/+3
* move kern_nanosleep to sys/syscallsubr.hPaul Saab2005-01-191-4/+0
* - rename nanosleep1 to kern_nanosleepPaul Saab2005-01-191-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.Poul-Henning Kamp2004-02-291-0/+1
* 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