aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-4/+0
| | | | | | | | | | allows Linux_base-7 to work properly. tested on alpha by: gallatin (thanks!) tested on i386 by: marcel (among others probably) Notes: svn path=/stable/4/; revision=86095
* fix typo in earlier MFC: len (uninitialized) is checked when lenusedAndrew Gallatin2001-10-301-1/+1
| | | | | | | | | | should be checked. I don't know how that snuck in there.. pointed out by: Daniel McRobb <dwm@caimis.com> PR: 31637 Notes: svn path=/stable/4/; revision=85728
* MFC linux_getcwd --Andrew Gallatin2001-10-181-24/+28
| | | | | | | | If the cwd isn't cached (__getcwd() fails), the cwd is looked up inside the kernel. Notes: svn path=/stable/4/; revision=85116
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-09-161-0/+466
Notes: svn path=/stable/4/; revision=83545