Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller | |
OK mickey@ and discussed with deraadt@ | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-03-09 | Move nanosleep() proto to from sys/time.h to time.h where it belongs. | Todd C. Miller | |
Problem noted by Jean-Baptiste Marchand | |||
2000-08-22 | Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX | Todd C. Miller | |
section. | |||
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 | |
__null is a magic constant of integral type that converts to a null pointer as should be, but warns for ambiguity when used to resolved an overload between an integral type and a pointer type. | |||
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 | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
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 | |
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |