NetBSD/sys/compat
njoly f70cd37804 Fix restart of interrupted system calls.
- Make linux_sys_rt_sigreturn() return EJUSTRETURN on success.
- Add missing rax to linux_sigcontext structure; and save/restore
  its value like other members in linux_sendsig()/linux_sys_rt_sigreturn().

With valuable help from manu.
2007-05-24 11:21:52 +00:00
..
aoutm68k Rework compat stat() and statvfs() code so that it no longer uses the stackgap. 2007-04-30 14:05:47 +00:00
common There is no need to use the stackgap for get/setrlimit. 2007-05-12 21:07:02 +00:00
darwin rename si_sigval -> si_value to match POSIX RTS. 2007-05-21 15:35:47 +00:00
freebsd Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
hpux Fix build. 2007-05-09 20:42:12 +00:00
ibcs2 Stop using the stackgap for timer functions, fcntl locks and FIONREAD ioctl. 2007-05-13 11:03:06 +00:00
irix There is no need to copy data out to userspace when its address is being 2007-05-13 15:57:39 +00:00
linux Fix restart of interrupted system calls. 2007-05-24 11:21:52 +00:00
linux32 rename si_sigval -> si_value to match POSIX RTS. 2007-05-21 15:35:47 +00:00
m68k4k merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mach merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
ndis Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
netbsd32 rename si_sigval -> si_value to match POSIX RTS. 2007-05-21 15:35:47 +00:00
osf1 Time functions have had wrappers for ~ages, no need for the stackgap gere. 2007-05-13 14:47:54 +00:00
ossaudio Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
pecoff Update using no pecoff specific system call code. 2007-04-23 21:23:13 +00:00
sunos Split the fcntl locking code out from its copyin/out. 2007-05-12 23:02:49 +00:00
sunos32 Split the fcntl locking code out from its copyin/out. 2007-05-12 23:02:49 +00:00
svr4 Rework the svr4_32 fcntl support (again). 2007-05-13 08:14:06 +00:00
svr4_32 Rework the svr4_32 fcntl support (again). 2007-05-13 08:14:06 +00:00
sys Rename si_sigval -> si_value to match POSIX RTS. [hi christos!] 2007-05-22 03:51:54 +00:00
ultrix Delete fom stackgap lines that seem to have got left in. 2007-05-13 11:06:41 +00:00
vax1k merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile