index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdio.h
Age
Commit message (
Expand
)
Author
2000-02-22
Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow
Todd C. Miller
2000-02-21
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Todd C. Miller
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
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
1996-10-28
Do not enable putc() macro implementation if _POSIX_SOURCE is defined;
Thorsten Lockert
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
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