| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r217144: | Konstantin Belousov | 2011-01-15 | 1 | -4/+5 |
| * | MFC r206893: | Konstantin Belousov | 2010-05-04 | 1 | -6/+42 |
| * | Fix stripping last path component when only one path component left. | Max Khon | 2003-05-28 | 1 | -2/+2 |
| * | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 1 | -6/+6 |
| * | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 1 | -6/+6 |
| * | BDE'ify | Max Khon | 2003-03-29 | 1 | -79/+89 |
| * | fix truncation check and buffer overflow check | Max Khon | 2003-03-29 | 1 | -11/+11 |
| * | - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well) | Max Khon | 2003-03-28 | 1 | -17/+17 |
| * | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | Max Khon | 2003-03-27 | 1 | -104/+125 |
| * | Use strlcpy instead of strncpy. | Johan Karlsson | 2003-02-22 | 1 | -2/+1 |
| * | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | Johan Karlsson | 2003-01-15 | 1 | -7/+7 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -2/+2 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -3/+3 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -3/+5 |
| * | fix tabs lost apparently in copy&paste | Andrey A. Chernov | 1999-02-12 | 1 | -5/+5 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -1/+1 |
| * | realpath() should break on looped symlinks. | Poul-Henning Kamp | 1997-07-16 | 1 | -0/+5 |
| * | Part 2 of a failed commit (cvs broke). Original message: | Peter Wemm | 1997-03-13 | 1 | -0/+158 |
| * | merge from Lite2 - realpath() now shares a lot of code with getcwd() | Peter Wemm | 1997-03-11 | 1 | -158/+0 |
| * | Don't attempt to lstat() the POSIXLY invalid empty pathname. | Bruce Evans | 1995-02-25 | 1 | -1/+1 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+158 |