cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h

John Baldwin jhb at FreeBSD.org
Wed Jun 29 15:16:21 GMT 2005


jhb         2005-06-29 15:16:20 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h 
  Log:
  - Change the commented out freebsd32_xxx() example to use kern_xxx() along
    with a single copyin() + translate and translate + copyout() rather than
    using the stackgap.
  - Remove implementation of the stackgap for freebsd32 since it is no longer
    used for that compat ABI.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.37      +5 -15     src/sys/compat/freebsd32/freebsd32_misc.c
  1.10      +0 -24     src/sys/compat/freebsd32/freebsd32_util.h


More information about the cvs-src mailing list