aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick2023-11-177-73/+71
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* Fix for tunefs(8) unable to add a UFS/FFS soft update journal.Kirk McKusick2022-11-121-0/+4
* pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-134-21/+108
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-314-13/+57
* Add d_sblockloc to libufs(3) disk structure to allow options to be added.Kirk McKusick2022-07-253-3/+21
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-6/+0
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-215-0/+10
* Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-197-31/+88
* Correctly describe the return values for the libufs library sbget()Kirk McKusick2020-06-231-10/+12
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-233-6/+7
* Align comments in struct uufsd structure. No semantic change.Kirk McKusick2020-06-231-20/+18
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* 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
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-112-1/+8
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-062-1/+7
* Bring up to date with recently added functions berase(3), getinode(3),Kirk McKusick2018-11-261-1/+6
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-134-22/+153
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-1/+4
* Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"Kirk McKusick2018-04-111-1/+1
* The ufs_disk_write() function is used to upgrade a read-only descriptorKirk McKusick2018-04-081-4/+7
* Defensive programming when reading inodes in getino().Kirk McKusick2018-04-081-4/+12
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-021-1/+0
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-0/+1
* In the sbwrite(3) function, ensure that the file descriptor has beenKirk McKusick2018-02-021-0/+7
* Fix punctuation.Kirk McKusick2018-02-021-1/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-112/+216
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-175-41/+155
* Missing disk close in libufs.Kirk McKusick2017-12-261-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-266-6/+18
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-223-2/+12
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* libufs: Simplify generation number calculation.Pedro F. Giffuni2016-05-181-1/+1
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0