summaryrefslogtreecommitdiffstats
path: root/sys/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* Complete MFC of r270233, also unbreak the build.davide2014-08-201-0/+1
* Use single underscore for all parameters name and local variables indavide2013-09-011-79/+80
* Rename a parameter in sys/time.h so that you don't get warnings for thingstheraven2013-06-171-9/+9
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-0/+44
* Polish few spaces/tabs.mav2013-03-021-2/+2
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.davide2013-02-281-1/+0
* Introduce sbintime_t type -- the simplified version of struct bintime,mav2013-02-281-0/+85
* Revert r247300 for now. I'll post a new changeset for review.delphij2013-02-261-1/+4
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. Thisdelphij2013-02-261-4/+1
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-2/+2
* While there, remove an unneeded blank line.ed2012-09-011-1/+0
* Fix whitespace.ed2012-09-011-25/+25
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-0/+7
* Remove timeval2timespec and its converse, since we already havejonathan2011-08-091-18/+0
* Create timeval2timespec() and timespec2timeval().jonathan2011-08-081-0/+18
* 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
OpenPOWER on IntegriCloud