summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedderaadt1-34/+3
2019-06-17Remove old realpath(3), and the userland-vs-kernel realpath verificationderaadt1-334/+44
2019-05-30__realpath(2) appears to have improved, so re-enable the code thatderaadt1-3/+136
2019-05-29There are some bugs in __realpath(2) -- it isn't quite ready so disablederaadt1-136/+3
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.beck1-3/+136
2017-12-24Fix one possible buffer overflow and one underflow. Also some minormillert1-20/+36
2016-08-28Don't call lstat() before readlink() just to see if it's a symlink,guenther1-14/+17
2015-10-13In rev 1.15 the sizeof argument was fixed in a strlcat() call butmillert1-2/+2
2015-01-16Move to the <limits.h> universe.deraadt1-3/+3
2014-10-19Revert last commit due to changed semantics found by make release.doug1-10/+10
2014-10-18Better POSIX compliance in realpath(3).doug1-10/+10
2013-04-05- Add comments regarding copies of these files also in libexec/ld.sokurt1-1/+3
2012-09-13specify the bounds of the dst to strlcat (both values were static andderaadt1-2/+2
2011-07-24Recent Single Unix will malloc memory if the second argument of realpath()miod1-13/+35
2005-08-08zap remaining rcsid.espie1-9/+1
2005-03-29Make realpath() thread-safe. New implementation does not use chdir(2) at all.brad1-112/+135
2004-11-30Check strlc{py,at} return value and return NULL upon truncation insteadmillert1-10/+23
2003-08-01Rename rootd to needslash and invert its value. This fixes the checkmillert1-6/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-04-04strcat -> strlcathin1-3/+3
2002-05-24try to use strlcpy and snprintf more; ok variousderaadt1-3/+3
2002-01-12If the user passes in "" as the string to resolve the lstat() willmillert1-2/+6
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel1-3/+2
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.deraadt1-2/+2
1997-06-20add ELOOP support; shigio@wafu.netgate.netderaadt1-1/+6
1996-08-19Fix RCS idstholo1-2/+1
1995-10-18initial import of NetBSD treederaadt1-0/+159