Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2003 19:20:50 -0800 (PST)
From:      Peter Wemm <peter@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:  <200312230320.hBN3Kohf050208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/12/22 19:20:50 PST

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c 
  Log:
  Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_stat
  directly for stat/fstat/lstat syscall emulation.  It turns out not only
  safer, but the code is smaller this way too.
  
  Revision  Changes    Path
  1.18      +44 -52    src/sys/compat/freebsd32/freebsd32_misc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312230320.hBN3Kohf050208>