aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* Markup fixes.Ruslan Ermilov2004-07-055-31/+31
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-1/+1
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Fixed spelling of the document date.Ruslan Ermilov2004-07-026-6/+6
* Remove unneccessary include of sys/types.h in the SYNOPSISHiten Pandya2003-10-096-6/+0
* Add XXX'ed temporary bounce-buffering.Poul-Henning Kamp2003-10-071-6/+37
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Correct an apparent typo.Matthew N. Dodd2003-06-191-1/+1
* Various cleanups of careless mistakes/omissions.Juli Mallett2003-06-104-11/+11
* Left out the critical part of my "public domain" template, a notice sayingJuli Mallett2003-06-106-0/+12
* Commit rudimentary libufs manual pages, except for that forJuli Mallett2003-06-097-0/+560
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett2003-06-092-43/+0
* Reduce diffs with code in Perforce:Juli Mallett2003-06-095-34/+34
* MFp4: Fix copy&paste English error.Juli Mallett2003-03-301-1/+1
* Close the disk file descriptor that is RO before trying to open theJuli Mallett2003-03-281-4/+1
* Clean up error reporting in block.c, so that it gives honest error stringsJuli Mallett2003-02-192-13/+22
* WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.Juli Mallett2003-01-301-0/+1
* Missing "return 0"Juli Mallett2003-01-301-0/+1
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-293-8/+30
* If we don't know where the sblock is (e.g. filling out a blank disk), thenJuli Mallett2003-01-271-0/+4
* bwrite, not sbwrite, needs to open for writing and write.Juli Mallett2003-01-232-10/+14
* API to fillout a blank disk. For e.g. newfs.Juli Mallett2003-01-232-5/+13
* Store not only the current cylinder group in the series (i.e. next that needsJuli Mallett2003-01-193-0/+3
* Don't crash when utilities are dumb and try to read less than the disk blockJuli Mallett2003-01-191-1/+1
* Add facility to read one, or a string of, cylinger groups.Juli Mallett2003-01-194-1/+87
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.Juli Mallett2003-01-192-2/+41
* Fix typo.Juli Mallett2003-01-181-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-187-104/+45
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* Use an error message closer to old dumpfs(8) in the case of truncated/noJuli Mallett2002-10-221-1/+1
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-226-1/+78
* 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