Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | realpath() should break on looped symlinks. | phk | 1997-07-16 | 1 | -0/+5 |
| | | | | | | PR: 3911 Reviewed by: phk Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net> | ||||
* | Part 2 of a failed commit (cvs broke). Original message: | peter | 1997-03-13 | 1 | -0/+158 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 1 | -158/+0 |
| | | | | and is now in the same file. | ||||
* | Don't attempt to lstat() the POSIXLY invalid empty pathname. | bde | 1995-02-25 | 1 | -1/+1 |
| | | | | | realpath() still accepts "" as an arg and converts it to a canonical pathname for the current directory. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+158 |