Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 14:15:37 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_util.c linux_util.h
Message-ID:  <200209012115.g81LFbAt031141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/09/01 14:15:37 PDT

  Modified files:
    sys/compat/linux     linux_util.c linux_util.h 
  Log:
  Add a new function linux_emul_convpath(), which is a version of
  linux_emul_find() that does not use stack gap storage but instead
  always returns the resulting path in a malloc'd kernel buffer.
  Implement linux_emul_find() in terms of this function. Also add
  LCONVPATH* macros that wrap linux_emul_convpath in the same way
  that the CHECKALT* macros wrap linux_emul_find().
  
  Revision  Changes    Path
  1.19      +48 -32    src/sys/compat/linux/linux_util.c
  1.19      +16 -0     src/sys/compat/linux/linux_util.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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