aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-2/+10
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+7
* Remove unused variables.Warner Losh2018-06-131-2/+1
* Add st_mtime, st_ino and st_dev for ufs_statSimon J. Gerraty2018-06-091-0/+16
* 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-2/+1
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-231-5/+6
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-0/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-25/+30
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+861