index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
realpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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