summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import Linux's linux/include/asm-sparc64/bitopts.h.vendor/ext2fsDavid E. O'Brien2003-02-231-0/+248
| | | | | | | This is taken from the 2.4.3 Linux sources as shipped on Red Hat 7.1 Alpha. Notes: svn path=/vendor-sys/ext2fs/dist/; revision=111368
* Update the vendor branch of ext2fs to Linux 2.3.35. This is neededvendor/ext2fs/2.3.35Bruce Evans2000-01-018-686/+1123
| | | | | | | | | | | | | | mainly to get control over new features. E.g., ext2fs filesystems may now have a type field in directory entries (like ufs has had for 20 years or so). Current versions of FreeBSD ext2fs panic on this. ext2fs filesystem code is supposed to check the feature flags in the superblock and take appropriate actions for unsupported features. The other new features are sparse superblocks, large file support, and btree'd directories. Notes: svn path=/vendor-sys/ext2fs/dist/; revision=55296 svn path=/vendor-sys/ext2fs/2.3.35/; revision=55297; tag=vendor/ext2fs/2.3.35
* Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsBruce Evans2000-01-011-0/+135
| | | | | | | | | | | | files seem to be based on. Don't bother importing <asm-i386/string.h> just to get the Linux implementation of memscan() which is appended to our i386-bitops.h. The BSD skpc() should have been used instead of memscan(). Obtained from: Linux 1.2.2 distribution Notes: svn path=/vendor-sys/ext2fs/dist/; revision=55294
* Import the Linux ext2fs files that our GPL'ed ext2fs files seem to beBruce Evans2000-01-017-0/+2547
based on. Obtained from: Linux 1.2.2 distribution Notes: svn path=/vendor-sys/ext2fs/dist/; revision=55289