summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318303:kib2017-05-291-9/+7
* MFC r318299:kib2017-05-291-44/+31
* MFC r318298:kib2017-05-291-19/+27
* realpath(): Properly fail "." or ".." components after non-directories.jilles2014-04-131-20/+6
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* 1) Although unpublished version of standardache2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* According to SUSv4, realpath(3) must fail ifkib2012-05-111-8/+25
* Fix a warning emitted by Clang.ed2011-11-041-1/+2
* Fix some style(9) issues.kib2011-01-081-4/+5
* Free() is not allowed to modify errno, remove safety brackets around it [1].kib2010-04-201-13/+5
* Slightly modernize realpath(3).kib2010-04-201-5/+49
* 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