Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
1997-11-29 | Add __attribute__ for asprintf. | Todd C. Miller | |
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller | |
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code). | |||
1996-10-28 | Do not enable putc() macro implementation if _POSIX_SOURCE is defined; | Thorsten Lockert | |
it is not fully compliant | |||
1996-07-26 | export non-constipated sys_errlist[] to userland | Theo de Raadt | |
1996-07-25 | Partially revert back to the old behaviour of declaring sys_errlist here. | Jason Downs | |
sys/errno.h can declare it as well. | |||
1996-05-01 | typo in __STRICT_ANSI__ | Theo de Raadt | |
1996-03-24 | Prefix "long long" with "/* LONGLONG */" to shut up lint(1) | Thorsten Lockert | |
1996-01-29 | from netbsd; move sys_nerr/sys_errlist decls to errno.h | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |