Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 20:58:22 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen getcwd.c
Message-ID:  <200910132058.n9DKwiAv078971@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-10-13 20:58:22 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getcwd.c 
  Log:
  SVN rev 198053 on 2009-10-13 20:58:22Z by jilles
  
  Make getcwd(3) faster, simpler and more compliant using *at syscalls.
  
  It is no longer necessary to construct long paths consisting of repeated
  "../" which may be slow to process and may exceed PATH_MAX.
  
  Revision  Changes    Path
  1.30      +18 -45    src/lib/libc/gen/getcwd.c



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