summaryrefslogtreecommitdiffstats
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Fix copy&paste English error.jmallett2003-03-301-1/+1
* Close the disk file descriptor that is RO before trying to open thejmallett2003-03-281-4/+1
* Clean up error reporting in block.c, so that it gives honest error stringsjmallett2003-02-192-13/+22
* WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.jmallett2003-01-301-0/+1
* Missing "return 0"jmallett2003-01-301-0/+1
* API for opening (and tracking) writable file descriptors per disk.jmallett2003-01-293-8/+30
* If we don't know where the sblock is (e.g. filling out a blank disk), thenjmallett2003-01-271-0/+4
* bwrite, not sbwrite, needs to open for writing and write.jmallett2003-01-232-10/+14
* API to fillout a blank disk. For e.g. newfs.jmallett2003-01-232-5/+13
* Store not only the current cylinder group in the series (i.e. next that needsjmallett2003-01-193-0/+3
* Don't crash when utilities are dumb and try to read less than the disk blockjmallett2003-01-191-1/+1
* Add facility to read one, or a string of, cylinger groups.jmallett2003-01-194-1/+87
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.jmallett2003-01-192-2/+41
* Fix typo.jmallett2003-01-181-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify thejmallett2003-01-187-104/+45
* 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