summaryrefslogtreecommitdiffstats
path: root/lib/libufs/sblock.c
Commit message (Collapse)AuthorAgeFilesLines
* In getino, have our DEBUG message in the unhandled case mention that itjmallett2002-07-011-0/+2
| | | | | | does not know what sort of UFS filesystem this is. Add some DEBUG(NULL)'s to function entry points.
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-011-0/+122
the build. It is here to compartmentalise functionality currently duplicated in many notable programs in the base system. It currently handles block reads and writes, as well as reading and writing of the filesystem superblock, and the reading/lookup of inode data. It supports both UFS and UFS2. I will be maintaining it, and porting programs to use it, however for now, it is simply being built as part of world.
OpenPOWER on IntegriCloud