summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stripping last path component when only one path component left.fjoe2003-05-281-2/+2
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-6/+6
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-6/+6
* BDE'ifyfjoe2003-03-291-79/+89
* fix truncation check and buffer overflow checkfjoe2003-03-291-11/+11
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-271-107/+128
* Use strlcpy instead of strncpy.johan2003-02-221-2/+1
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.johan2003-01-151-7/+7
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+5
* fix tabs lost apparently in copy&pasteache1999-02-121-5/+5
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
* realpath() should break on looped symlinks.phk1997-07-161-0/+5
* Part 2 of a failed commit (cvs broke). Original message:peter1997-03-131-0/+158
* merge from Lite2 - realpath() now shares a lot of code with getcwd()peter1997-03-111-158/+0
* Don't attempt to lstat() the POSIXLY invalid empty pathname.bde1995-02-251-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+158
OpenPOWER on IntegriCloud