Peter Wemm
|
b23619e02a
|
Deorbit suibyte(). It was only used for split address space systems
for supporting UIO_USERISPACE (ie: it wasn't used).
|
2002-06-20 07:13:35 +00:00 |
|
Benno Rice
|
7ed61facaa
|
Use correct types in [sf]uword32.
|
2002-05-27 10:50:47 +00:00 |
|
Doug Rabson
|
396a429cfd
|
Add declarations of suword32 and suword64. Add implementations of one or
the other (or both) to all the platforms. Similar for fuword32 and
fuword64.
|
2002-05-26 16:03:13 +00:00 |
|
Benno Rice
|
8c2b091ea2
|
- Add a prototype for the setfault() function.
- Remove some stray printf()s.
|
2002-05-09 14:11:17 +00:00 |
|
Benno Rice
|
d809b79220
|
- Add back calls to setfault that were removed when these functions were moved.
|
2002-04-29 09:28:56 +00:00 |
|
Benno Rice
|
bf76ba7826
|
Collect all functions for copying to and from userspace into the one file.
This allows me to reimplement [sf]u{byte,word} as separate functions and not
as calls to copy{in,out}.
|
2002-03-21 23:45:59 +00:00 |
|