summaryrefslogtreecommitdiff
path: root/bin/realpath/realpath.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2011-06-21Make ``realpath'' behave like ``realpath .''.Ruslan Ermilov
2008-03-09Enhance realpath(1) in a number of ways:Robert Watson
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-01-15realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.Johan Karlsson
2002-12-18Remove undocumented behavior (return current work dir if no pathJohan Karlsson
2002-12-18- use MAXPATHLEN per realpath(3)Johan Karlsson
2002-06-09Check the return value of getcwd() to avoid printf()ing a NULL. MarkMike Barcroft
2002-02-11Move the realpath(1) source into its own directory. Previously, itMike Barcroft