Age | Commit message (Expand) | Author |
2022-10-25 | Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it. | Todd C. Miller |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2015-04-07 | Remove obsolete timezone() function. | Todd C. Miller |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-04-02 | Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future | Philip Guenther |
2012-10-01 | More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, | Philip Guenthe |
2012-05-10 | Recongnize that: | Mark Kettenis |
2012-05-07 | Once more the people behind POSIX didn't think and put clock_gettime(2) and | Mark Kettenis |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-03-09 | Move nanosleep() proto to from sys/time.h to time.h where it belongs. | Todd C. Miller |
2000-08-22 | Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX | Todd C. Miller |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1999-06-11 | Define NULL to be __null for C++: better quality of implementation. | Marc Espie |
1999-05-14 | use UTC when abbreviating Coordinated Universal Time, not CUT | Aaron Campbell |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-02-08 | strptime() proto; Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |