aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+104