eeh
|
511e0204b1
|
Update to conform to new interface.
|
2001-04-10 18:57:49 +00:00 |
mrg
|
85b0b4096f
|
s/rv/error/ in a uprintf(). (rv isn't defined.)
|
2001-03-16 04:05:15 +00:00 |
chs
|
ac3bc537bd
|
eliminate the KERN_* error codes in favor of the traditional E* codes.
the mapping is:
KERN_SUCCESS 0
KERN_INVALID_ADDRESS EFAULT
KERN_PROTECTION_FAILURE EACCES
KERN_NO_SPACE ENOMEM
KERN_INVALID_ARGUMENT EINVAL
KERN_FAILURE various, mostly turn into KASSERTs
KERN_RESOURCE_SHORTAGE ENOMEM
KERN_NOT_RECEIVER <unused>
KERN_NO_ACCESS <unused>
KERN_PAGES_LOCKED <unused>
|
2001-03-15 06:10:32 +00:00 |
eeh
|
e330ffed34
|
Remove conflicts with changes made to COMPAT_SVR4.
|
2001-02-28 15:58:35 +00:00 |
eeh
|
82deda03bf
|
Fixup compile problems.
|
2001-02-19 19:49:35 +00:00 |
eeh
|
800c3c476d
|
Use svr4_ttold.c since it has no LP64 issues.
|
2001-02-19 15:48:59 +00:00 |
mrg
|
bc003b5676
|
use svr4_32 ttold ioctl types.
|
2001-02-18 00:27:20 +00:00 |
eeh
|
82ca5fba5b
|
Fixes to get dynamic binaries working.
|
2001-02-11 01:10:24 +00:00 |
eeh
|
967cc758a6
|
Add 32-bit svr4 emulation (for 64-bit machines).
|
2001-02-06 16:37:56 +00:00 |