| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change prototypes for gmtime_r() and localtime_r() in accordance with | Jeffrey Hsu | 1996-11-11 | 1 | -3/+3 |
* | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -0/+7 |
* | Define CLK_TCK right. | Bruce Evans | 1995-02-08 | 1 | -1/+1 |
* | Define CLOCKS_PER_SEC. | Bruce Evans | 1995-02-03 | 1 | -2/+11 |
* | Declare useful functions (timelocal() and timegm()) | Andrey A. Chernov | 1994-12-26 | 1 | -0/+2 |
* | BSD 4.4 Lite Include Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+104 |