summaryrefslogtreecommitdiff
path: root/lib/libufs
AgeCommit message (Expand)Author
2025-09-12packages: Use LIB_PACKAGE for zfs and ufs packagesLexi Winter
2025-05-05add packages for libufs, libzfsLexi Winter
2025-01-30Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick
2025-01-27Standardize the definition of a UFS dinode.Kirk McKusick
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-16man filesystems: fix xrefs after move to section 4Alexander Ziaee
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-17Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-12Fix for tunefs(8) unable to add a UFS/FFS soft update journal.Kirk McKusick
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
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-07-24Add d_sblockloc to libufs(3) disk structure to allow options to be added.Kirk McKusick
2021-11-14Consolodate four copies of the STDSB define into a single place.Kirk McKusick
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-09-19Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick
2020-06-23Correctly describe the return values for the libufs library sbget()Kirk McKusick
2020-06-23The libufs library needs to track and free the new fs_si structureKirk McKusick
2020-06-23Align comments in struct uufsd structure. No semantic change.Kirk McKusick
2019-12-11Update Makefile.depend filesSimon J. Gerraty
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-12-11Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick
2018-12-06Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick
2018-11-26Bring up to date with recently added functions berase(3), getinode(3),Kirk McKusick
2018-11-13In preparation for adding inode check-hashes, clean up andKirk McKusick
2018-04-17Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala
2018-04-11Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"Kirk McKusick
2018-04-08The ufs_disk_write() function is used to upgrade a read-only descriptorKirk McKusick
2018-04-08Defensive programming when reading inodes in getino().Kirk McKusick
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2018-03-02This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick
2018-02-16Fix a memory leak introduced in r328426.Mark Johnston
2018-02-02In the sbwrite(3) function, ensure that the file descriptor has beenKirk McKusick
2018-02-02Fix punctuation.Kirk 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-12-26Missing disk close in libufs.Kirk McKusick
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-22Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-05-18libufs: Simplify generation number calculation.Pedro F. Giffuni