Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2001 12:05:28 -0700 (PDT)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/linux Makefile src/sys/conf files.alpha files.i386 src/sys/compat/linux linux_getcwd.c linux_file.c
Message-ID:  <200108291905.f7TJ5Se81781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2001/08/29 12:05:28 PDT

  Modified files:
    sys/modules/linux    Makefile 
    sys/conf             files.alpha files.i386 
    sys/compat/linux     linux_file.c 
  Added files:
    sys/compat/linux     linux_getcwd.c 
  Log:
  Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),
  the cwd is looked up inside the kernel. The native getcwd() in libc
  handles this in userland if __getcwd() fails.
  
  Obtained from: NetBSD via OpenBSD
  Tested by: Chris Casey <chriss@phys.ksu.edu>, Markus Holmberg <markush@acc.umu.se>
  Reviewed by: Darrell Anderson <anderson@cs.duke.edu>
  PR: kern/24315
  
  Revision  Changes    Path
  1.52      +3 -3      src/sys/modules/linux/Makefile
  1.70      +2 -1      src/sys/conf/files.alpha
  1.370     +2 -1      src/sys/conf/files.i386
  1.54      +1 -29     src/sys/compat/linux/linux_file.c


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?200108291905.f7TJ5Se81781>