Ruslan Ermilov 8ad58ac6ee Revert back to always using *(int *)arg for now. While this
is incorrect, and causes endianness bugs on 64-bit big-endian
machines (sparc64), it's the best choice for now, as many of
these IOCTLs are used inside the kernel, and bogusly pass an
argument as "int *" which results in unaligned access panics
on sparc64 when attempting to dereference them via *(intptr_t *).

(Several of us are working on a real fix, which is uneasy.)
2006-09-20 11:43:36 +00:00
..
2006-09-17 13:29:36 +00:00
2006-09-18 17:23:35 +00:00
2006-09-15 10:44:55 +00:00
2006-05-26 13:54:27 +00:00
2006-09-15 11:01:23 +00:00
2006-09-03 22:24:08 +00:00