freebsd-dev/sys/fs
Doug Rabson ecbb00a262 This commit fixes various 64bit portability problems required for
FreeBSD/alpha.  The most significant item is to change the command
argument to ioctl functions from int to u_long.  This change brings us
inline with various other BSD versions.  Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.

The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
1998-06-07 17:13:14 +00:00
..
cd9660 This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs As described by the submitter: 1998-05-06 05:29:41 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs Fix priority bug in previous commit. 1998-05-18 10:24:26 +00:00
nullfs As described by the submitter: 1998-05-06 05:29:41 +00:00
portalfs Cleanup after Garret, include unpch.h to get at various macros.. 1998-05-17 09:37:39 +00:00
procfs This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
specfs This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
umapfs As described by the submitter: 1998-05-06 05:29:41 +00:00
unionfs In the words of the submitter: 1998-05-07 04:58:58 +00:00