aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+2
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-2/+3
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-0/+2
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-171-0/+3
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Remove the stray DEBUG_FLAGS=-g line that snuck in with theWarner Losh2015-05-211-1/+0
* Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov2011-08-281-0/+1
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-2/+5
* Back to WARNS=3. The breakage wasn't what I thought it was :(Warner Losh2010-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
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp2007-12-161-0/+1
* Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek2006-10-311-0/+1
* minor style.Makefile(5) fixes:Giorgos Keramidas2005-09-261-2/+7
* 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
* 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
* Commit rudimentary libufs manual pages, except for that forJuli Mallett2003-06-091-0/+7
* WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.Juli Mallett2003-01-301-0/+1
* Add facility to read one, or a string of, cylinger groups.Juli Mallett2003-01-191-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-1/+1
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-221-1/+1
* 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
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+12