summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/realpath.c
AgeCommit message (Expand)Author
2005-08-08zap remaining rcsid.Marc Espie
2005-03-29Make realpath() thread-safe. New implementation does not use chdir(2) at all.Brad Smith
2004-11-30Check strlc{py,at} return value and return NULL upon truncation insteadTodd C. Miller
2003-08-01Rename rootd to needslash and invert its value. This fixes the checkTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-04strcat -> strlcatHans Insulander
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-01-12If the user passes in "" as the string to resolve the lstat() willTodd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt