aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
...
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-246-4/+230
* i doesn't need to be signed here, make it unsigned.Warner Losh2010-02-111-1/+1
* Back to WARNS=3. The breakage wasn't what I thought it was :(Warner Losh2010-02-111-1/+1
* Keep Tinderbox happy.Kirk McKusick2010-02-111-1/+1
* Increased warnings weren't tested on ARM. Bump warnings back down toWarner Losh2010-02-111-1/+1
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* Allow libufs(3) functions to operate on a regular file. This makes it possib...Juli Mallett2009-06-112-2/+5
* Bail out when memory allocation is failed, rather than referencingXin LI2009-04-021-2/+6
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp2007-12-164-8/+42
* The ufs_disk_fillout(3) can take special device name (with or without /dev/Pawel Jakub Dawidek2007-03-161-7/+36
* Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek2006-10-315-2/+38
* minor style.Makefile(5) fixes:Giorgos Keramidas2005-09-261-2/+7
* Remove getino(3) manpage. It doesn't document what is here, what is here shouldJuli Mallett2005-08-311-116/+0
* Disconnect getino.3 and remove MLINK I added.Tom Rhodes2005-08-311-2/+1
* Hook getino.3 up to the build and link it to putino.3.Tom Rhodes2005-08-251-1/+2
* Fixed xrefs.Ruslan Ermilov2005-01-211-3/+3
* 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