freebsd-dev/sys/compat/freebsd32
John Baldwin 38765a3178 - Add a custom version of exec_copyin_args() to deal with the 32-bit
pointers in argv and envv in userland and use that together with
  kern_execve() and exec_free_args() to implement freebsd32_execve()
  without using the stackgap.
- Fix freebsd32_adjtime() to call adjtime() rather than utimes().  Still
  uses stackgap for now.
- Use kern_setitimer(), kern_getitimer(), kern_select(), kern_utimes(),
  kern_statfs(), kern_fstatfs(), kern_fhstatfs(), kern_stat(),
  kern_fstat(), and kern_lstat().

Tested by:	cokane (amd64)
Silence on:	amd64, ia64
2005-02-18 18:56:04 +00:00
..
freebsd32_misc.c - Add a custom version of exec_copyin_args() to deal with the 32-bit 2005-02-18 18:56:04 +00:00
freebsd32_proto.h Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
freebsd32_syscall.h Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
freebsd32_syscalls.c Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
freebsd32_sysent.c Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
freebsd32_util.h Eliminate stackgap usage for the (woefully incomplete) path translations 2003-12-23 02:48:11 +00:00
freebsd32.h Catch up to the not-so-recent statfs(2) changes. 2004-04-14 23:17:37 +00:00
Makefile Begin attempting to consolidate the two different i386 emulations 2003-08-22 22:51:48 +00:00
syscalls.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.master Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00