summaryrefslogtreecommitdiffstats
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.rmh2011-12-081-5/+48
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-0/+1
* Replace ERROR() macro with inline function. In-tree gcc cannot toleratekib2011-02-121-28/+24
* Search beyond the first 1/8th of inodes.emaste2010-05-011-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-246-4/+230
* i doesn't need to be signed here, make it unsigned.imp2010-02-111-1/+1
* Back to WARNS=3. The breakage wasn't what I thought it was :(imp2010-02-111-1/+1
* Keep Tinderbox happy.mckusick2010-02-111-1/+1
* Increased warnings weren't tested on ARM. Bump warnings back down toimp2010-02-111-1/+1
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+1
* Allow libufs(3) functions to operate on a regular file. This makes it possib...jmallett2009-06-112-2/+5
* Bail out when memory allocation is failed, rather than referencingdelphij2009-04-021-2/+6
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabphk2007-12-164-8/+42
* The ufs_disk_fillout(3) can take special device name (with or without /dev/pjd2007-03-161-7/+36
* Implement cgwrite1(3) function which stored a given cylinder group on disk.pjd2006-10-315-2/+38
* minor style.Makefile(5) fixes:keramida2005-09-261-2/+7
* Remove getino(3) manpage. It doesn't document what is here, what is here shouldjmallett2005-08-311-116/+0
* Disconnect getino.3 and remove MLINK I added.trhodes2005-08-311-2/+1
* Hook getino.3 up to the build and link it to putino.3.trhodes2005-08-251-1/+2
* Fixed xrefs.ru2005-01-211-3/+3
* Markup fixes.ru2004-07-055-31/+31
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-1/+1
* Removed trailing whitespace.ru2004-07-021-1/+1
* Fixed spelling of the document date.ru2004-07-026-6/+6
* Remove unneccessary include of sys/types.h in the SYNOPSIShmp2003-10-096-6/+0
* Add XXX'ed temporary bounce-buffering.phk2003-10-071-6/+37
* style.Makefile(5)obrien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Correct an apparent typo.mdodd2003-06-191-1/+1
* Various cleanups of careless mistakes/omissions.jmallett2003-06-104-11/+11
* Left out the critical part of my "public domain" template, a notice sayingjmallett2003-06-106-0/+12
* Commit rudimentary libufs manual pages, except for that forjmallett2003-06-097-0/+560
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I dojmallett2003-06-092-43/+0
* Reduce diffs with code in Perforce:jmallett2003-06-095-34/+34
* 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
OpenPOWER on IntegriCloud