| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264417: realpath(): Properly fail "." or ".." components after | jilles | 2014-06-06 | 1 | -20/+6 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | Avoid mapping ENOENT to ENOTDIR for non-existent path components. | emaste | 2012-09-12 | 1 | -2/+0 |
* | 1) Although unpublished version of standard | ache | 2012-06-05 | 1 | -17/+6 |
* | 1) IEEE Std 1003.1-2008, "errno" section, is explicit that | ache | 2012-06-04 | 1 | -6/+16 |
* | According to SUSv4, realpath(3) must fail if | kib | 2012-05-11 | 1 | -8/+25 |
* | Fix a warning emitted by Clang. | ed | 2011-11-04 | 1 | -1/+2 |
* | Fix some style(9) issues. | kib | 2011-01-08 | 1 | -4/+5 |
* | Free() is not allowed to modify errno, remove safety brackets around it [1]. | kib | 2010-04-20 | 1 | -13/+5 |
* | Slightly modernize realpath(3). | kib | 2010-04-20 | 1 | -5/+49 |
* | Fix stripping last path component when only one path component left. | fjoe | 2003-05-28 | 1 | -2/+2 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 1 | -6/+6 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 1 | -6/+6 |
* | BDE'ify | fjoe | 2003-03-29 | 1 | -79/+89 |
* | fix truncation check and buffer overflow check | fjoe | 2003-03-29 | 1 | -11/+11 |
* | - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well) | fjoe | 2003-03-28 | 1 | -17/+17 |
* | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | fjoe | 2003-03-27 | 1 | -107/+128 |
* | Use strlcpy instead of strncpy. | johan | 2003-02-22 | 1 | -2/+1 |
* | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | johan | 2003-01-15 | 1 | -7/+7 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+2 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -3/+3 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -3/+5 |
* | fix tabs lost apparently in copy&paste | ache | 1999-02-12 | 1 | -5/+5 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -1/+1 |
* | realpath() should break on looped symlinks. | phk | 1997-07-16 | 1 | -0/+5 |
* | Part 2 of a failed commit (cvs broke). Original message: | peter | 1997-03-13 | 1 | -0/+158 |
* | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 1 | -158/+0 |
* | Don't attempt to lstat() the POSIXLY invalid empty pathname. | bde | 1995-02-25 | 1 | -1/+1 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+158 |