freebsd-dev/sys/miscfs
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
..
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
devfs In the words of the submitter: 1998-05-07 04:58:58 +00:00
fdesc 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
kernfs As described by the submitter: 1998-05-06 05:29:41 +00:00
nullfs As described by the submitter: 1998-05-06 05:29:41 +00:00
portal 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
union In the words of the submitter: 1998-05-07 04:58:58 +00:00