summaryrefslogtreecommitdiffstats
path: root/sys/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* Certain static code analysis tools (FlexeLint being one) are veryphk2010-10-041-2/+2
* Add few more bintime math macros.mav2010-09-081-0/+19
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Implement flexible BPF timestamping framework.jkim2010-06-151-0/+1
* HZ is now 1000 on most platforms, update a comment.ru2009-10-291-1/+1
* Namespace: adjtime(), futimes(), futimesat(), lutimes(), and settimeofday()das2009-03-141-5/+13
* Remove some DTrace hook definitions that are now in dtrace_bsd.hjb2008-05-181-2/+0
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-0/+7
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+1
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measuredavidxu2008-01-181-0/+1
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-281-23/+0
* Solaris compatibility only: Be specific about the fact thatjb2006-10-031-1/+1
* Add some OpenSolaris compatibility definitions which are only visiblejb2006-08-041-0/+25
* Add several aliases for existing clockid_t names to indicate that therwatson2005-11-271-1/+8
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentandre2005-11-181-0/+1
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.das2005-04-021-4/+3
* move kern_nanosleep to sys/syscallsubr.hps2005-01-191-4/+0
* - rename nanosleep1 to kern_nanosleepps2005-01-191-0/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.phk2004-02-291-0/+1
* constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime,alfred2003-10-261-6/+6
* constify the second args to timevaladd() and timevalsub().alfred2003-10-261-2/+2
* Implement CLOCK_MONOTONIC.phk2003-02-231-0/+1
* Move struct timeval to its own header so that it can be shared betweenmike2002-12-311-9/+1
* add generic rate limiting support from netbsd; ratelimit is purely time based,sam2002-12-201-0/+2
* Introduce a "time_uptime" global variable which holds the time since bootphk2002-11-011-0/+1
* Fix visibility issues; use <sys/timespec.h>.wollman2002-06-151-19/+3
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inbde2002-05-051-0/+1
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-301-22/+15
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-261-6/+35
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)phk2002-04-151-1/+0
* Various style issues from a recent brucification:phk2002-03-201-9/+28
* Remove __Palfred2002-03-191-21/+21
* Fix world breakage (compiling libstdc++):peter2002-02-081-2/+2
* Remove the inline assembly optimized versins of bintime_*() functions,phk2002-02-071-30/+0
* Revise timercounters to use binary fixed point format internally.phk2002-02-071-0/+108
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Polish getnano{up}*time() prototypes.phk2001-05-231-2/+2
* Paranthesise macros. This fixes an unlikely bug and silences lint.markm2001-03-211-2/+2
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-84/+0
* 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
OpenPOWER on IntegriCloud