| Commit message (Expand) | Author | Age | Files | Lines |
| * | time.h: Fix visibility check for C11 and C23 features. | Dag-Erling Smørgrav | 2023-09-07 | 1 | -2/+2 |
| * | libc: Add timespec_getres(3) as per C23. | Dag-Erling Smørgrav | 2023-08-24 | 1 | -1/+7 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | libc: Remove prototype and documentation for tzsetwall(). | Dag-Erling Smørgrav | 2023-03-07 | 1 | -1/+0 |
| * | time.h: reduce CLOCK_ namespace pollution, move to _clock_id.h | Warner Losh | 2021-07-30 | 1 | -29/+1 |
| * | Make CLOCK_REALTIME and TIMER_ABSTIME available for XOPEN_SOURCE >= 500. | Konstantin Belousov | 2020-07-14 | 1 | -6/+8 |
| * | Correctly check for C++17 and higher when declaring timespec_get() | Dimitry Andric | 2019-12-09 | 1 | -1/+1 |
| * | Fix C11 and POSIX 1003.1b-1993 compliance in time.h | Brooks Davis | 2018-09-18 | 1 | -0/+4 |
| * | Bring in timespce_get form NetBSD. | Warner Losh | 2018-08-10 | 1 | -0/+5 |
| * | Add time2posix and posix2time to time.h | Eitan Adler | 2018-05-25 | 1 | -0/+2 |
| * | Do not include float interfaces when using libsa. | Warner Losh | 2018-02-23 | 1 | -0/+2 |
| * | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
| * | Add clock_nanosleep() | Eric van Gyzen | 2017-03-19 | 1 | -1/+1 |
| * | Export the mq_getfd_np() symbol from librt.so, which allows to get | Konstantin Belousov | 2016-10-02 | 1 | -0/+1 |
| * | Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_* | Dimitry Andric | 2013-01-14 | 1 | -0/+1 |
| * | Add missing prototype for clock_getcpuclockid. | David Xu | 2012-09-10 | 1 | -0/+11 |
| * | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 1 | -1/+1 |
| * | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | David Chisnall | 2012-03-04 | 1 | -0/+4 |
| * | Revert r231673 and r231682 for now, until we can run a full make | Dimitry Andric | 2012-02-14 | 1 | -4/+0 |
| * | Cleanup of xlocale: | David Chisnall | 2012-02-14 | 1 | -0/+4 |
| * | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 1 | -5/+1 |
| * | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | David Xu | 2008-03-22 | 1 | -0/+1 |
| * | Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility. | John Birrell | 2006-04-15 | 1 | -0/+8 |
| * | Add POSIX timer interfaces. | David Xu | 2005-10-30 | 1 | -1/+9 |
| * | Define CLOCK_* and TIMER_* in time.h, where they are supposed to be. | David Schultz | 2005-04-02 | 1 | -1/+20 |
| * | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar | 2003-12-07 | 1 | -4/+1 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -4/+4 |
| * | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | Mike Barcroft | 2002-09-03 | 1 | -4/+2 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -15/+17 |
| * | - Add the 'restrict' qualifier to the function definition of | Robert Drehmel | 2002-08-14 | 1 | -1/+2 |
| * | - Add the C99 'restrict' qualifier using the '__restrict' macro to | Robert Drehmel | 2002-08-14 | 1 | -1/+2 |
| * | The thread-safe time functions appear to have been introduced as of | Garrett Wollman | 2002-06-27 | 1 | -6/+7 |
| * | Resort namespace blocks into a more sensible order. Delete a redundant | Garrett Wollman | 2002-06-27 | 1 | -8/+7 |
| * | Move dillon's time conversion functions to a new header <timeconv.h>. | Garrett Wollman | 2002-06-17 | 1 | -11/+0 |
| * | Clean up a bit of namespace pollution which crept in with the last rev. | Garrett Wollman | 2002-06-17 | 1 | -1/+1 |
| * | Partially fix namespace visibility issues by using new visibility macros. | Garrett Wollman | 2002-06-15 | 1 | -25/+19 |
| * | Breath deep and take __P out of the system include files. | Warner Losh | 2002-03-23 | 1 | -31/+31 |
| * | I've been meaning to do this for a while. Add an underscore to the | Matthew Dillon | 2002-01-19 | 1 | -8/+8 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+4 |
| * | Add routines to convert time_t to/from fixed-bit fields. These routines | Matthew Dillon | 2001-10-28 | 1 | -0/+7 |
| * | It's not CUT (the french would accept that back in 1879) and TUC wasn't | Poul-Henning Kamp | 2001-03-31 | 1 | -1/+5 |
| * | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | Dmitrij Tejblum | 1999-01-04 | 1 | -7/+4 |
| * | Change return type of strptime from const char* to char*. | Dmitrij Tejblum | 1998-09-12 | 1 | -1/+1 |
| * | Add extern declaration for `tzname[]' to make this header comply better | Joseph Koshy | 1998-08-21 | 1 | -0/+4 |
| * | ctime_r and asctime_r are not implemented. | Poul-Henning Kamp | 1998-04-19 | 1 | -2/+2 |
| * | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | Peter Dufault | 1998-03-28 | 1 | -1/+7 |
| * | Import strptime(3) into libc. We've got permission by Kevin Ruddy to | Joerg Wunsch | 1997-08-09 | 1 | -0/+1 |
| * | struct timespec needs to be useable with just <time.h>, but needs to not | Peter Wemm | 1997-05-13 | 1 | -7/+27 |
| * | Add clockid_t definition like in sys/types.h to allow time.h | Andrey A. Chernov | 1997-05-13 | 1 | -0/+5 |
| * | Oops, move clock_*() and nanosleep() to time.h | Peter Wemm | 1997-05-12 | 1 | -0/+4 |