Date: Fri, 18 Feb 2005 18:56:04 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c Message-ID: <200502181856.j1IIu4dL035424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-02-18 18:56:04 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c
Log:
- 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
Revision Changes Path
1.28 +159 -218 src/sys/compat/freebsd32/freebsd32_misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502181856.j1IIu4dL035424>
