1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/fs
Nathan Whitehorn 841c0c7ec7 Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32
option to COMPAT_FREEBSD32, removes some IA32-specific code from MI parts
of the kernel and enhances the freebsd32 compatibility code to support
big-endian platforms.

Reviewed by:	kib, jhb
2010-03-11 14:49:06 +00:00
..
cd9660 On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit aligned 2010-01-23 22:38:01 +00:00
coda
deadfs
devfs Properly use dev_refl()/dev_rel() in kern.devname. 2010-01-31 15:19:16 +00:00
ext2fs Fix common misspelling of hierarchy 2010-02-20 10:19:19 +00:00
fdescfs
fifofs
hpfs
msdosfs When returning error from msdosfs_lookup(), make sure that *vpp is NULL. 2010-03-03 21:59:45 +00:00
nfs
nfsclient Patch the experimental NFS client so that there is a timeout 2010-01-31 19:12:24 +00:00
nfsserver Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x: 2010-03-11 11:33:04 +00:00
ntfs
nullfs
nwfs Don't touch v_interlock; use VI_* macros instead. 2010-01-27 19:30:44 +00:00
portalfs
procfs Provide groundwork for 32-bit binary compatibility on non-x86 platforms, 2010-03-11 14:49:06 +00:00
pseudofs Truncate read request rather than returning EIO if the request is 2010-01-22 08:45:12 +00:00
smbfs
tmpfs Add "maxfilesize" mount option for tmpfs to allow specifying the 2010-01-29 12:09:14 +00:00
udf
unionfs