summaryrefslogtreecommitdiff
path: root/lib/libstand/nullfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
| | | | Notes: svn path=/head/; revision=84221
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-0/+6
| | | | | | | functionality for some of the filesystesms. Notes: svn path=/head/; revision=59766
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-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 Notes: svn path=/head/; revision=55137
* Nuke prototype for strerror, consumers get it from <string.h>Mike Smith1998-09-181-1/+1
| | | | | | | Fix overlooked nullopen() implementation. Notes: svn path=/head/; revision=39469
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+105
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451