summaryrefslogtreecommitdiffstats
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* Use an error message closer to old dumpfs(8) in the case of truncated/nojmallett2002-10-221-1/+1
* Add the concept of a per-disk error string, and a function which prints itjmallett2002-10-226-1/+78
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.jmallett2002-08-221-0/+9
* Initialise disk->d_ufs so that in sblock.c it's always initialisedjmallett2002-08-111-0/+1
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumjmallett2002-07-112-2/+4
* No need to explicitly set NOMAN here.ru2002-07-031-1/+0
* DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG tojmallett2002-07-011-1/+1
* In getino, have our DEBUG message in the unhandled case mention that itjmallett2002-07-013-1/+5
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-016-0/+534
OpenPOWER on IntegriCloud