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