summaryrefslogtreecommitdiffstats
path: root/lib/libstand/nullfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
|
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-0/+6
| | | | functionality for some of the filesystesms.
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.peter1999-12-271-2/+3
| | | | | | Fix some ctype problems - isascii() caused a warning if fed an unsigned char - it's always > 0 and libstand is compiled with -Wall. Missing prototype/include in printf.c
* Nuke prototype for strerror, consumers get it from <string.h>msmith1998-09-181-1/+1
| | | | Fix overlooked nullopen() implementation.
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+105
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud