summaryrefslogtreecommitdiff
path: root/lib/libufs/inode.c
AgeCommit message (Expand)Author
2025-01-30Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick
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$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2018-12-11Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick
2018-11-13In preparation for adding inode check-hashes, clean up andKirk McKusick
2018-04-11Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"Kirk 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
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2010-04-24 - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson
2003-06-19Correct an apparent typo.Matthew N. Dodd
2003-06-09Reduce diffs with code in Perforce:Juli Mallett
2003-01-18Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett
2002-07-11Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett
2002-07-01In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett
2002-07-01Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett