Author | SHA1 | Message | Date |
---|---|---|---|
millert | b68c09e067 | 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. | 23 years ago |
espie | f851e80d96 | Be thorough about NULL as __null for C++. | 25 years ago |
d | 31570910f0 |
Add thread-safety to libc, so that libc_r will build (on i386 at least).
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 |
26 years ago |
millert | c10d7a59ff | protos for strlcat, strlcpy | 26 years ago |
deraadt | 04069432b8 | move proto to unistd.h | 27 years ago |
niklas | 2a0bf72166 |
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags. |
27 years ago |
deraadt | 47b73ff83c | initial import of NetBSD tree | 29 years ago |