summaryrefslogtreecommitdiffstats
path: root/lib/libstand/ext2fs.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't add integers to void pointers.stefanf2004-10-031-1/+1
|
* Clean up error handling in libstand filesystem code to be more consistent:jhb2004-01-211-0/+1
| | | | | | | | | | | | | | | - bzipfs and gzipfs now properly return errno values directly from their read routines rather than returning -1. - missing errno values on error returns for the seek routines on almost all filesystems were added. - fstat() now returns -1 if an error occurs rather than ignoring it. - nfs's readdir() routine now reports valid errno values if an error or EOF occurs rather than EPERM (It was just returning 0 for success and 1 for failure). - nullfs used the wrong semantics for every function besides close() and seek(). Getting it right for close() appears to be an accident at that. - read() for buffered files no longer returns 0 (EOF) if an error occurs, but returns -1 instead.
* Use an explicitly-sized type instead of daddr_t for on-disk blockiedowse2002-05-191-2/+2
| | | | numbers.
* Add __FBSDID()s to libstanddillon2001-09-301-2/+4
|
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | Compatability is not an existing english word.
* Add ext2fs support to the loader.jlemon2000-04-291-0/+903
OpenPOWER on IntegriCloud