Searched hist:142057 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.cdiff 142057 Fri Feb 18 16:51:59 MST 2005 jhb - 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 linux_execve() for the
amd64/linux32 ABI without using the stackgap.
- Implement linux_nanosleep() using the recently added kern_nanosleep().
- Use linux_emul_convpath() instead of linux_emul_find() in
exec_linux_imgact_try().

Tested by: cokane
Silence on: amd64
H A Dlinux32_sysvec.cdiff 142057 Fri Feb 18 16:51:59 MST 2005 jhb - 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 linux_execve() for the
amd64/linux32 ABI without using the stackgap.
- Implement linux_nanosleep() using the recently added kern_nanosleep().
- Use linux_emul_convpath() instead of linux_emul_find() in
exec_linux_imgact_try().

Tested by: cokane
Silence on: amd64

Completed in 121 milliseconds