Commit Graph

11 Commits

Author SHA1 Message Date
John Hughes
c61eb3dce2 handle svr4 procpriv call 2002-05-17 11:37:50 +00:00
John Hughes
4216208970 handle sigwait on svr4 2001-10-18 14:48:26 +00:00
John Hughes
aca07f3d18 Implement memcntl for UnixWare 2001-10-16 18:12:27 +00:00
John Hughes
4e36a8151b Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters 2001-04-18 15:11:51 +00:00
John Hughes
9dec06c034 minor svr4 fixes 2001-03-07 14:47:19 +00:00
John Hughes
96f5147037 Implement truncate64 & ftruncate64 for them that wants 'em 2001-03-06 16:50:41 +00:00
John Hughes
bdf48f55f2 Merge Harald Bhme's solaris patches 2001-03-06 15:08:09 +00:00
John Hughes
8ba4b3fc8c Fixup unimplemented UW syscalls 2001-03-06 10:19:26 +00:00
Wichert Akkerman
16a03d2e97 test/clone.c: minor fixup
Another bunch of patches from John Hughes merged:
signal.c:
+ SVR4 printcontext(): sigset_t != sigset_t*
+ getcontext returns a value, so print on exit of syscall
+ add UC_FP to ucontext_flags for OS writers that can't spell
+ sys_signal(): special case SIG_{ERR,DFL,IGN}
+ decode_subcall(): only do subcall range checking when needed
bunch of UnixWare updates
aclocal.m4, acconfig.h, configure.in: add test for long long type
2000-08-10 02:14:04 +00:00
Wichert Akkerman
8829a55dc2 Various fixes, see ChangeLog for details 1999-06-11 13:18:40 +00:00
Wichert Akkerman
76baf7c9f6 Initial revision 1999-02-19 00:21:36 +00:00