| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
PR: 3911
Reviewed by: phk
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
Notes:
svn path=/head/; revision=27449
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
The following commits already happened but the log message got lost:
Modified Files:
gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc
Removed Files:
gen/realpath.3
Notes:
svn path=/head/; revision=23833
|
| |
|
|
|
|
|
| |
and is now in the same file.
Notes:
svn path=/head/; revision=23661
|
| |
|
|
|
|
|
|
| |
realpath() still accepts "" as an arg and converts it to a canonical
pathname for the current directory.
Notes:
svn path=/head/; revision=6700
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|