aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-7/+52
* When the RTC is adjusted, reevaluate absolute sleep times based on the RTCEric van Gyzen2017-03-141-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-2/+3
* Where appropriate, use the modern terms for the one true time baseWarner Losh2014-12-211-1/+1
* Revert r270227. GCC doesn't like the lack of LL suffix,Davide Italiano2014-08-211-3/+3
* Make Bruce happy removing the "LL abomination" from time.hDavide Italiano2014-08-201-3/+3
* Improve r264388 removing namespace pollution previously introduced inDavide Italiano2014-06-261-1/+1
* Hide internal details of sbintime_t implementation wrapping INT64_MAX intoDavide Italiano2014-04-121-0/+1
* Revert addition of sbintime and getsbintime that crept into r256963.Brooks Davis2013-10-231-18/+0
* Revert r256934, it needs work to build on mips32.Brooks Davis2013-10-231-0/+18
* Use single underscore for all parameters name and local variables inDavide Italiano2013-09-011-79/+80
* Rename a parameter in sys/time.h so that you don't get warnings for thingsDavid Chisnall2013-06-171-9/+9
* - Make callout(9) tickless, relying on eventtimers(4) as backend forDavide Italiano2013-03-041-0/+44
* Polish few spaces/tabs.Alexander Motin2013-03-021-2/+2
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.Davide Italiano2013-02-281-1/+0
* Introduce sbintime_t type -- the simplified version of struct bintime,Alexander Motin2013-02-281-0/+85
* Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-261-1/+4
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-261-4/+1
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent theJohn Baldwin2013-01-281-2/+2
* While there, remove an unneeded blank line.Ed Schouten2012-09-011-1/+0
* Fix whitespace.Ed Schouten2012-09-011-25/+25
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-0/+7
* 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