Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp | Todd C. Miller | |
Really, there should be a way to make configurable by the admin at runtime (say, a gettmpdir() function). | |||
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller | |
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack. | |||
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller | |
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie | |
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 | |