freebsd-dev/sys/compat/ia32
John Baldwin 31174518d2 Use uintptr_t instead of register_t * for the stack base.
- Use ustringp for the location of the argv and environment strings
  and allow destp to travel further down the stack for the stackgap
  and auxv regions.
- Update the Linux copyout_strings variants to move destp down the
  stack as was done for the native ABIs in r263349.
- Stop allocating a space for a stack gap in the Linux ABIs.  This
  used to hold translated system call arguments, but hasn't been used
  since r159992.

Reviewed by:	kib
Tested on:	md64 (amd64, i386, linux64), i386 (i386, linux)
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D22501
2019-12-03 23:17:54 +00:00
..
ia32_genassym.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
ia32_signal.h Use uintptr_t instead of register_t * for the stack base. 2019-12-03 23:17:54 +00:00
ia32_sysvec.c Add a sv_copyout_auxargs() hook in sysentvec. 2019-11-15 18:42:13 +00:00
ia32_util.h sys/compat: further adoption of SPDX licensing ID tags. 2017-11-27 15:13:23 +00:00