aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* Make CLOCK_REALTIME and TIMER_ABSTIME available for XOPEN_SOURCE >= 500.Konstantin Belousov2020-07-141-6/+8
* Correctly check for C++17 and higher when declaring timespec_get()Dimitry Andric2019-12-091-1/+1
* Fix C11 and POSIX 1003.1b-1993 compliance in time.hBrooks Davis2018-09-181-0/+4
* Bring in timespce_get form NetBSD.Warner Losh2018-08-101-0/+5
* Add time2posix and posix2time to time.hEitan Adler2018-05-251-0/+2
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add clock_nanosleep()Eric van Gyzen2017-03-191-1/+1
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-021-0/+1
* Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_*Dimitry Andric2013-01-141-0/+1
* Add missing prototype for clock_getcpuclockid.David Xu2012-09-101-0/+11
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-281-1/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-0/+4
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-4/+0
* Cleanup of xlocale:David Chisnall2012-02-141-0/+4
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu2008-03-221-0/+1
* Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility.John Birrell2006-04-151-0/+8
* Add POSIX timer interfaces.David Xu2005-10-301-1/+9
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.David Schultz2005-04-021-1/+20
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-071-4/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-4/+4
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-4/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-15/+17
* - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-141-1/+2
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-141-1/+2
* The thread-safe time functions appear to have been introduced as ofGarrett Wollman2002-06-271-6/+7
* Resort namespace blocks into a more sensible order. Delete a redundantGarrett Wollman2002-06-271-8/+7
* Move dillon's time conversion functions to a new header <timeconv.h>.Garrett Wollman2002-06-171-11/+0
* Clean up a bit of namespace pollution which crept in with the last rev.Garrett Wollman2002-06-171-1/+1
* Partially fix namespace visibility issues by using new visibility macros.Garrett Wollman2002-06-151-25/+19
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-31/+31
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-8/+8
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+4
* Add routines to convert time_t to/from fixed-bit fields. These routinesMatthew Dillon2001-10-281-0/+7
* It's not CUT (the french would accept that back in 1879) and TUC wasn'tPoul-Henning Kamp2001-03-311-1/+5
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-041-7/+4
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-121-1/+1
* Add extern declaration for `tzname[]' to make this header comply betterJoseph Koshy1998-08-211-0/+4
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-191-2/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+7
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-0/+1
* struct timespec needs to be useable with just <time.h>, but needs to notPeter Wemm1997-05-131-7/+27
* Add clockid_t definition like in sys/types.h to allow time.hAndrey A. Chernov1997-05-131-0/+5
* Oops, move clock_*() and nanosleep() to time.hPeter Wemm1997-05-121-0/+4
* Change prototypes for gmtime_r() and localtime_r() in accordance withJeffrey Hsu1996-11-111-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+7
* Define CLK_TCK right.Bruce Evans1995-02-081-1/+1
* Define CLOCKS_PER_SEC.Bruce Evans1995-02-031-2/+11
* Declare useful functions (timelocal() and timegm())Andrey A. Chernov1994-12-261-0/+2