summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/ufs2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-1/+54
* Add missing OpenBSD CVS tagsreyk2016-11-271-0/+2
* Fix signedness warnings with careful casts and replace a re-defined variable.reyk2016-11-251-8/+8
* Adjust type of link_len to match type of di_size in underlying struct, andkspillner2015-07-171-5/+4
* use NULL instead of (foo *)0; Kent R. Spillnerderaadt2014-07-221-4/+4
* remove unneccessary casts; Kent R. Spillnerderaadt2014-07-221-1/+1
* Fix typo: d_addrt -> daddr_tdcoppa2014-04-291-1/+1
* Add ufs2 support and get one step closer to making ffs2 bootable. This work was done by Pedro Martelletto for bitrig. One small tweak to make it buildable with -Werror. "Please commit" miod@bmercer2014-04-161-0/+712