Subject: Re: ibcs2/svr4 compat questions
To: John Kohl <jtk@kolvir.arlington-heights.ma.us>
From: Christos Zoulas <christos@deshaw.com>
List: port-i386
Date: 09/18/1997 10:20:18
On Sep 17, 6:32pm, jtk@kolvir.arlington-heights.ma.us (John Kohl) wrote:
-- Subject: Re: ibcs2/svr4 compat questions
| % ls -l /dev/UPS
| lrwxr-xr-x 1 root wheel 5 Sep 13 14:34 /dev/UPS -> tty01
|
| The terminal ioctl is something unimplemented, I suspect...and once I
| create /dev/socksys the whole thing hangs anyway and never even gets to the
| /dev/UPS stuff.
|
What does fd=3 refer to at this point?
| 5532 ls3 CALL ioctl(0x3,_IOW('I',0x42,0x1c),0xf7bfd8b8)
| 5532 ls3 RET ioctl 0
| 5532 ls3 CALL ioctl(0x3,_IOW('S',0x9,0x4),0x1)
| 5532 ls3 RET ioctl -1 errno 89 Unknown error: 89
| 5532 ls3 CALL time(0)
| 5532 ls3 RET time 874535468/0x34205a2c
| 5532 ls3 CALL ioctl(0x3,_IOW('I',0x42,0x1c),0xf7bfd4dc)
-- End of excerpt from John Kohl