| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement cgwrite1(3) function which stored a given cylinder group on disk. | pjd | 2006-10-31 | 5 | -2/+38 |
* | minor style.Makefile(5) fixes: | keramida | 2005-09-26 | 1 | -2/+7 |
* | Remove getino(3) manpage. It doesn't document what is here, what is here should | jmallett | 2005-08-31 | 1 | -116/+0 |
* | Disconnect getino.3 and remove MLINK I added. | trhodes | 2005-08-31 | 1 | -2/+1 |
* | Hook getino.3 up to the build and link it to putino.3. | trhodes | 2005-08-25 | 1 | -1/+2 |
* | Fixed xrefs. | ru | 2005-01-21 | 1 | -3/+3 |
* | Markup fixes. | ru | 2004-07-05 | 5 | -31/+31 |
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 1 | -1/+1 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 |
* | Fixed spelling of the document date. | ru | 2004-07-02 | 6 | -6/+6 |
* | Remove unneccessary include of sys/types.h in the SYNOPSIS | hmp | 2003-10-09 | 6 | -6/+0 |
* | Add XXX'ed temporary bounce-buffering. | phk | 2003-10-07 | 1 | -6/+37 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Correct an apparent typo. | mdodd | 2003-06-19 | 1 | -1/+1 |
* | Various cleanups of careless mistakes/omissions. | jmallett | 2003-06-10 | 4 | -11/+11 |
* | Left out the critical part of my "public domain" template, a notice saying | jmallett | 2003-06-10 | 6 | -0/+12 |
* | Commit rudimentary libufs manual pages, except for that for | jmallett | 2003-06-09 | 7 | -0/+560 |
* | Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do | jmallett | 2003-06-09 | 2 | -43/+0 |
* | Reduce diffs with code in Perforce: | jmallett | 2003-06-09 | 5 | -34/+34 |
* | MFp4: Fix copy&paste English error. | jmallett | 2003-03-30 | 1 | -1/+1 |
* | Close the disk file descriptor that is RO before trying to open the | jmallett | 2003-03-28 | 1 | -4/+1 |
* | Clean up error reporting in block.c, so that it gives honest error strings | jmallett | 2003-02-19 | 2 | -13/+22 |
* | WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again. | jmallett | 2003-01-30 | 1 | -0/+1 |
* | Missing "return 0" | jmallett | 2003-01-30 | 1 | -0/+1 |
* | API for opening (and tracking) writable file descriptors per disk. | jmallett | 2003-01-29 | 3 | -8/+30 |
* | If we don't know where the sblock is (e.g. filling out a blank disk), then | jmallett | 2003-01-27 | 1 | -0/+4 |
* | bwrite, not sbwrite, needs to open for writing and write. | jmallett | 2003-01-23 | 2 | -10/+14 |
* | API to fillout a blank disk. For e.g. newfs. | jmallett | 2003-01-23 | 2 | -5/+13 |
* | Store not only the current cylinder group in the series (i.e. next that needs | jmallett | 2003-01-19 | 3 | -0/+3 |
* | Don't crash when utilities are dumb and try to read less than the disk block | jmallett | 2003-01-19 | 1 | -1/+1 |
* | Add facility to read one, or a string of, cylinger groups. | jmallett | 2003-01-19 | 4 | -1/+87 |
* | Hunt for a disk to operate on, if we're passed a partition mountpoint, etc. | jmallett | 2003-01-19 | 2 | -2/+41 |
* | Fix typo. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | jmallett | 2003-01-18 | 7 | -104/+45 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -1/+1 |
* | Use an error message closer to old dumpfs(8) in the case of truncated/no | jmallett | 2002-10-22 | 1 | -1/+1 |
* | Add the concept of a per-disk error string, and a function which prints it | jmallett | 2002-10-22 | 6 | -1/+78 |
* | Wrap the header to prevent multiple inclusion, and mark the DECLS section. | jmallett | 2002-08-22 | 1 | -0/+9 |
* | Initialise disk->d_ufs so that in sblock.c it's always initialised | jmallett | 2002-08-11 | 1 | -0/+1 |
* | Fill out (zero) and fill in (when doing getino()) the minimum and maximum | jmallett | 2002-07-11 | 2 | -2/+4 |
* | No need to explicitly set NOMAN here. | ru | 2002-07-03 | 1 | -1/+0 |
* | DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to | jmallett | 2002-07-01 | 1 | -1/+1 |
* | In getino, have our DEBUG message in the unhandled case mention that it | jmallett | 2002-07-01 | 3 | -1/+5 |
* | Add libufs, a library for dealing with UFS filesystems from userland to | jmallett | 2002-07-01 | 6 | -0/+534 |