aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.Juli Mallett2002-08-221-0/+9
* Initialise disk->d_ufs so that in sblock.c it's always initialisedJuli Mallett2002-08-111-0/+1
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett2002-07-112-2/+4
* No need to explicitly set NOMAN here.Ruslan Ermilov2002-07-031-1/+0
* DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG toJuli Mallett2002-07-011-1/+1
* In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett2002-07-013-1/+5
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-016-0/+534