NetBSD/sys/compat/linux
cgd af8a9059d3 compute the value to be used for e_arglen via howmany(value, sizeof (char *)),
rather than just "value / sizeof (char *)".  While in these cases the latter
works as well, the former's a better example for other uses to copy (since
it handles the non-integral multiple case correctly).
1999-04-30 23:07:01 +00:00
..
arch Move linux_reenter_syscall() to a common location and rename it to 1999-04-19 20:58:37 +00:00
common compute the value to be used for e_arglen via howmany(value, sizeof (char *)), 1999-04-30 23:07:01 +00:00
Makefile.inc Attempt to fix the mess. 1998-10-03 20:17:36 +00:00
TODO Add info on things left to do. 1998-10-01 04:27:33 +00:00
files.linux linux_error.c moved to linux_errno.c 1998-10-23 03:56:22 +00:00
linux_syscall.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_syscallargs.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_syscalls.c Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00