NetBSD/sys/compat
mycroft 45a21b76f0 Fixing age old cruft:
* Rather than using mnt_maxsymlinklen to indicate that a file systems returns
  d_type fields(!), add a new internal flag, IMNT_DTYPE.

Add 3 new elements to ufsmount:
* um_maxsymlinklen, replaces mnt_maxsymlinklen (which never should have existed
  in the first place).
* um_dirblksiz, which tracks the current directory block size, eliminating the
  FS-specific checks littered throughout the code.  This may be used later to
  make the block size variable.
* um_maxfilesize, which is the maximum file size, possibly adjusted lower due
  to implementation issues.

Sync some bug fixes from FFS into ext2fs, particularly:
* ffs_lookup.c 1.21, 1.28, 1.33, 1.48
* ffs_inode.c 1.43, 1.44, 1.45, 1.66, 1.67
* ffs_vnops.c 1.84, 1.85, 1.86

Clean up some crappy pointer frobnication.
2004-08-15 07:19:54 +00:00
..
aout Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
aoutm68k Regen for statvfs changes. 2004-04-22 05:44:30 +00:00
common Fixing age old cruft: 2004-08-15 07:19:54 +00:00
darwin pass the fork flags down to the emulation fork hook, so that emulation 2004-08-08 08:42:03 +00:00
freebsd regen 2004-05-11 10:55:29 +00:00
hpux hpux_ioctl(): acquire a reference to the file. 2004-06-01 11:05:40 +00:00
ibcs2 Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
irix pass the fork flags down to the emulation fork hook, so that emulation 2004-08-08 08:42:03 +00:00
linux on Linux, unlink() fails with EISDIR if the target is directory, 2004-08-13 21:27:32 +00:00
m68k4k
mach pass the fork flags down to the emulation fork hook, so that emulation 2004-08-08 08:42:03 +00:00
netbsd32 Regen. 2004-06-17 18:30:54 +00:00
osf1 Line 175 VFS_STAVTFS -> STATVFS (tyop) 2004-04-27 21:37:49 +00:00
ossaudio
pecoff pass the whole of pecoff_opthdr, not only pecoff_imghdr. 2004-07-18 04:36:42 +00:00
sunos sunos_ioctl(): acquire a reference to the file. 2004-06-01 10:27:39 +00:00
sunos32 Constify the speedtab arrays 2004-04-25 06:23:40 +00:00
svr4 svr4_sys_ioctl(): acquire a reference to the file. 2004-06-01 10:38:39 +00:00
svr4_32 Fix statfs->statvfs fallout. 2004-04-22 14:32:09 +00:00
ultrix Constify the speedtab arrays 2004-04-25 06:23:40 +00:00
vax1k Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
Makefile