summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getmntinfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* remove null check before free. from Michael McConvilletedu2015-09-141-3/+2
| | | | ok semarie
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
| | | | malloc/calloc/realloc* returns.
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
| | | | review by millert, binary checking process with doug, concept with guenther
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-4/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* getfsstat now takes a size_t, not long, for the length parametermillert1999-06-011-3/+2
|
* when malloc fails set bufsize to 0 or all other calls to getmntinfo will failart1999-01-081-2/+4
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+76