[Libsysio-commit] HEAD: libsysio/misc init-env.sh
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-10-14 14:59:46
|
Update of /cvsroot/libsysio/libsysio/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8149/misc Modified Files: init-env.sh Log Message: Merging in the defer-cwd branch. These changes include: + Carry full stat info in the inode now + Use that stat info (careful with intents!) instead of calling getattr + Cached attributes for the native driver + Abstracted and localized system call defs (see .../include/native.h) + The ability to defer path traversal to the "current working directory" unless and until a relative pathname is specified. This alters _sysio_boot to take an extra parameter (the init cwd) and must be configured with "--with-defer-init-cwd". Index: init-env.sh =================================================================== RCS file: /cvsroot/libsysio/libsysio/misc/init-env.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -b -B -p -r1.5 -r1.6 --- init-env.sh 24 Jun 2004 19:58:28 -0000 1.5 +++ init-env.sh 14 Oct 2004 14:59:29 -0000 1.6 @@ -34,7 +34,6 @@ export SYSIO_NAMESPACE="\ {open, nm=\"/dev/fd/1\",fd=1,m=1} \ {creat, ft=chr,nm=\"/dev/fd/2\",pm=0200,mm=0+2} \ {open, nm=\"/dev/fd/2\",fd=2,m=1} \ - {cd, dir=\"$HOME\"} \ ${_extras} \ " unset _root_flags |