aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy instead of strncpy.Johan Karlsson2003-02-221-2/+1
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.Johan Karlsson2003-01-151-7/+7
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+5
* fix tabs lost apparently in copy&pasteAndrey A. Chernov1999-02-121-5/+5
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* realpath() should break on looped symlinks.Poul-Henning Kamp1997-07-161-0/+5
* Part 2 of a failed commit (cvs broke). Original message:Peter Wemm1997-03-131-0/+158
* merge from Lite2 - realpath() now shares a lot of code with getcwd()Peter Wemm1997-03-111-158/+0
* Don't attempt to lstat() the POSIXLY invalid empty pathname.Bruce Evans1995-02-251-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+158