summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* add missing header for closechl2008-05-031-1/+2
* _file is only a short, so prevent truncation if we happen to hitotto2008-04-211-1/+11
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+89