summaryrefslogtreecommitdiffstats
path: root/include/time.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-301-2/+9
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-1/+14
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-11/+2
* Remove obsolete timezone() function.millert2015-04-071-2/+5
* Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert2015-03-171-6/+1
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-1/+6
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-1/+12
* Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the futureguenther2013-04-021-2/+2
* More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther2012-10-011-6/+8
* Recongnize that:kettenis2012-05-101-5/+11
* Once more the people behind POSIX didn't think and put clock_gettime(2) andkettenis2012-05-071-2/+21
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-11/+11
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-9/+23
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-4/+7
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-7/+4
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-4/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* NULL is now 0L so it is the same size as a pointer.millert2002-10-251-2/+2
* Part 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.millert2002-02-161-22/+22
* Move nanosleep() proto to from sys/time.h to time.h where it belongs.millert2001-03-091-1/+3
* Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIXmillert2000-08-221-1/+4
* Be thorough about NULL as __null for C++.espie1999-09-171-2/+2
* Define NULL to be __null for C++: better quality of implementation.espie1999-06-111-1/+5
* use UTC when abbreviating Coordinated Universal Time, not CUTaaron1999-05-141-2/+2
* Daylight Saving Time, not savingspjanzen1999-03-101-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+5
* strptime() proto; Andreas.Gunnarsson@emw.ericsson.sederaadt1998-02-081-1/+2
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+109