freebsd-dev/sys/compat
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 - Add a custom version of exec_copyin_args() to deal with the 32-bit 2005-02-18 18:56:04 +00:00
ia32 o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
linprocfs Match the LINUX32's style with existing style 2005-01-14 04:44:56 +00:00
linux Unbreak the kernel build. Pointy hat to: sobomax. 2005-02-13 19:50:57 +00:00
ndis Fix a couple of u_int_foos that should have been uint_foos. 2005-02-18 04:33:34 +00:00
netbsd Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
pecoff o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
svr4 Backout previous change (disabling of security checks for signals delivered 2005-02-13 17:37:20 +00:00