summaryrefslogtreecommitdiffstats
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* Add CLOCK_PROCESS_CPUTIME_ID to <time.h>, to synchronize the CLOCK_*dim2013-01-141-0/+1
* Add missing prototype for clock_getcpuclockid.davidxu2012-09-101-0/+11
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-281-1/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-041-0/+4
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-141-4/+0
* Cleanup of xlocale:theraven2012-02-141-0/+4
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-221-0/+1
* Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility.jb2006-04-151-0/+8
* Add POSIX timer interfaces.davidxu2005-10-301-1/+9
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.das2005-04-021-1/+20
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+1
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-4/+4
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-4/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-15/+17
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-141-1/+2
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-141-1/+2
* The thread-safe time functions appear to have been introduced as ofwollman2002-06-271-6/+7
* Resort namespace blocks into a more sensible order. Delete a redundantwollman2002-06-271-8/+7
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-171-11/+0
* Clean up a bit of namespace pollution which crept in with the last rev.wollman2002-06-171-1/+1
* Partially fix namespace visibility issues by using new visibility macros.wollman2002-06-151-25/+19
* Breath deep and take __P out of the system include files.imp2002-03-231-31/+31
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-8/+8
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+4
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-281-0/+7
* It's not CUT (the french would accept that back in 1879) and TUC wasn'tphk2001-03-311-1/+5
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.dt1999-01-041-7/+4
* Change return type of strptime from const char* to char*.dt1998-09-121-1/+1
* Add extern declaration for `tzname[]' to make this header comply betterjkoshy1998-08-211-0/+4
* ctime_r and asctime_r are not implemented.phk1998-04-191-2/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+7
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+1
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-131-7/+27
* Add clockid_t definition like in sys/types.h to allow time.hache1997-05-131-0/+5
* Oops, move clock_*() and nanosleep() to time.hpeter1997-05-121-0/+4
* Change prototypes for gmtime_r() and localtime_r() in accordance withhsu1996-11-111-3/+3
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+7
* Define CLK_TCK right.bde1995-02-081-1/+1
* Define CLOCKS_PER_SEC.bde1995-02-031-2/+11
* Declare useful functions (timelocal() and timegm())ache1994-12-261-0/+2
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+104
OpenPOWER on IntegriCloud