aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+0
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-195-6/+6
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | Remove the stray DEBUG_FLAGS=-g line that snuck in with theWarner Losh2015-05-211-1/+0
| |/ |/|
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-235-6/+6
|/
* Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.Robert Millan2011-12-081-5/+48
* Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov2011-08-281-0/+1
* Replace ERROR() macro with inline function. In-tree gcc cannot tolerateKonstantin Belousov2011-02-121-28/+24
* Search beyond the first 1/8th of inodes.Ed Maste2010-05-011-1/+1