summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/ufsread.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-1/+1
* Use __FBSDID().obrien2003-08-251-4/+3
* Only apply rev 1.10 (which hacks around the i386 boot2 being too big forobrien2003-02-251-0/+5
* Revert to old (broken for over 1.5Tb filesystems) version of cgbasemckusick2003-02-241-0/+2
* Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2phk2002-12-141-91/+33
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-3/+0
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-41/+174
* Make sparc64 share ufsread.c with i386.phk2002-06-051-4/+10
* Indent this file more like style(9).phk2002-06-051-108/+108
* Preparation for UFS2 commit:phk2002-06-051-0/+183
OpenPOWER on IntegriCloud