Bug 48169

Summary: [PATCH] merge of linux_getcwd() and kern___getcwd()
Product: Base System Reporter: James Whitwell <abacau>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
getcwd.patch.gz none

Description James Whitwell 2003-02-11 09:20:11 UTC
This is a patch to move the common parts of linux_getcwd() back into
kern/vfs_cache.c so that the standard FreeBSD libc getcwd() can use it's
extended functionality.  The linux syscall linux_getcwd() in
compat/linux/linux_getcwd.c has been rewritten to use it too.  It should
be possible to simplify libc's getcwd() after this.  No doubt this code
needs some cleaning up, since I've left in the sysctl variables I used
for debugging.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2003-03-17 12:21:25 UTC
State Changed
From-To: open->closed

Committed, thanks.