cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/compat/svr4 svr4_stream.c svr4_util.h src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h

John Baldwin john at baldwin.cx
Mon Jul 10 21:42:57 UTC 2006


On Monday 10 July 2006 17:38, John Baldwin wrote:
> jhb         2006-07-10 21:38:17 UTC
> 
>   FreeBSD src repository
> 
>   Log:
>   - Retire the stackgap from SVR4 compat as it is no longer used.

This also finishes off the last of the stackgap in the kernel overall.
There is one remaining reference in some uncompiled #if 0 code to try
to simulate svr4 [gs]et_mcontext() by using the stackgap to call sysarch()
to change the LDT.  If anyone decides to actually implement that they'll
have to define a suitable KPI to do it instead (if one doesn't already
exist).

-- 
John Baldwin


More information about the cvs-all mailing list