summaryrefslogtreecommitdiff
path: root/lib/libufs/Makefile
AgeCommit message (Expand)Author
2025-09-12packages: Use LIB_PACKAGE for zfs and ufs packagesLexi Winter
2025-05-05add packages for libufs, libzfsLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-17Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2022-08-13Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-06-17Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI
2018-11-13In preparation for adding inode check-hashes, clean up andKirk McKusick
2018-01-26Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick
2018-01-17Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick
2017-09-22Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-02-04First pass through library packaging.Glen Barber
2015-05-21Remove the stray DEBUG_FLAGS=-g line that snuck in with theWarner Losh
2011-08-28Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov
2010-04-24 - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson
2010-02-11Back to WARNS=3. The breakage wasn't what I thought it was :(Warner Losh
2010-02-11Increased warnings weren't tested on ARM. Bump warnings back down toWarner Losh
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2007-12-16Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp
2006-10-31Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek
2005-09-26minor style.Makefile(5) fixes:Giorgos Keramidas
2005-08-31Disconnect getino.3 and remove MLINK I added.Tom Rhodes
2005-08-25Hook getino.3 up to the build and link it to putino.3.Tom Rhodes
2003-08-18style.Makefile(5)David E. O'Brien
2003-08-17Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow
2003-06-09Commit rudimentary libufs manual pages, except for that forJuli Mallett
2003-01-30WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.Juli Mallett
2003-01-19Add facility to read one, or a string of, cylinger groups.Juli Mallett
2003-01-18Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett
2002-10-22Add the concept of a per-disk error string, and a function which prints itJuli Mallett
2002-07-03No need to explicitly set NOMAN here.Ruslan Ermilov
2002-07-01DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG toJuli Mallett
2002-07-01Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett