summaryrefslogtreecommitdiffstats
path: root/include/time.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Add C11's timespec_get(3); minor bump for libc.guenther1-2/+9
2017-09-05New POSIX xlocale implementation written from scratch.schwarze1-1/+14
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andmillert1-11/+2
2015-04-07Remove obsolete timezone() function.millert1-2/+5
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert1-6/+1
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-1/+6
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther1-1/+12
2013-04-02Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futureguenther1-2/+2
2012-10-01More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther1-6/+8
2012-05-10Recongnize that:kettenis1-5/+11
2012-05-07Once more the people behind POSIX didn't think and put clock_gettime(2) andkettenis1-2/+21
2011-07-03As pointed out by Richard Guenther our definitionjsg1-1/+3
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.miod1-2/+2
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_millert1-11/+11
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert1-9/+23
2003-08-01add __bounded__ attributes for userland headers; enabled with -Wboundedavsm1-4/+7
2003-06-26backout the __bounded__ attributes for a while; requested by deraadt@avsm1-7/+4
2003-06-26Mark various standard library functions with the __bounded__ attribute.avsm1-4/+7
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-10-25NULL is now 0L so it is the same size as a pointer.millert1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-22/+22
2001-03-09Move nanosleep() proto to from sys/time.h to time.h where it belongs.millert1-1/+3
2000-08-22Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIXmillert1-1/+4
1999-09-17Be thorough about NULL as __null for C++.espie1-2/+2
1999-06-11Define NULL to be __null for C++: better quality of implementation.espie1-1/+5
1999-05-14use UTC when abbreviating Coordinated Universal Time, not CUTaaron1-2/+2
1999-03-10Daylight Saving Time, not savingspjanzen1-2/+2
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-1/+5
1998-02-08strptime() proto; Andreas.Gunnarsson@emw.ericsson.sederaadt1-1/+2
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirniklas1-0/+1
1995-10-18initial import of NetBSD treederaadt1-0/+109