summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/realpath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The last consumer of pre-posix realpath behaviour has stoppedderaadt2019-07-051-34/+3
* Remove old realpath(3), and the userland-vs-kernel realpath verificationderaadt2019-06-171-334/+44
* __realpath(2) appears to have improved, so re-enable the code thatderaadt2019-05-301-3/+136
* There are some bugs in __realpath(2) -- it isn't quite ready so disablederaadt2019-05-291-136/+3
* Enable the use of the kernel __realpath() system call in the libc wrapper.beck2019-05-281-3/+136
* Fix one possible buffer overflow and one underflow. Also some minormillert2017-12-241-20/+36
* Don't call lstat() before readlink() just to see if it's a symlink,guenther2016-08-281-14/+17
* In rev 1.15 the sizeof argument was fixed in a strlcat() call butmillert2015-10-131-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-3/+3
* Revert last commit due to changed semantics found by make release.doug2014-10-191-10/+10
* Better POSIX compliance in realpath(3).doug2014-10-181-10/+10
* - Add comments regarding copies of these files also in libexec/ld.sokurt2013-04-051-1/+3
* specify the bounds of the dst to strlcat (both values were static andderaadt2012-09-131-2/+2
* Recent Single Unix will malloc memory if the second argument of realpath()miod2011-07-241-13/+35
* zap remaining rcsid.espie2005-08-081-9/+1
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.brad2005-03-291-112/+135
* Check strlc{py,at} return value and return NULL upon truncation insteadmillert2004-11-301-10/+23
* Rename rootd to needslash and invert its value. This fixes the checkmillert2003-08-011-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strcat -> strlcathin2003-04-041-3/+3
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-3/+3
* If the user passes in "" as the string to resolve the lstat() willmillert2002-01-121-2/+6
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* readlink(path, buf, sizeof buf-1). Never forget that -1.deraadt1998-05-181-2/+2
* add ELOOP support; shigio@wafu.netgate.netderaadt1997-06-201-1/+6
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+159