summaryrefslogtreecommitdiffstats
path: root/usr.bin/readlink (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath", which covers readlink() and realpath()deraadt2015-10-071-1/+4
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* add missing header needed by err()chl2009-05-011-2/+3
* replace hardcoded exit values with .Ex macros;sobrado2009-01-041-5/+3
* optional flags must be sorted and enclosed in single brackets,sobrado2007-09-101-10/+15
* convert to new .Dd format;jmc2007-05-311-2/+2
* if -f is not used, readlink should not print anything on error, but ifotto2007-02-121-4/+5
* back out change that busted how the tree buildsderaadt2006-05-091-25/+22
* Sync usage() with man page.ray2006-05-091-2/+2
* This change:ray2006-05-081-22/+25
* realpath is section 3, not 2;jmc2005-04-041-2/+2
* Help people find the more or less hidden realpath(3) functionalityotto2005-04-031-3/+13
* mostly ansi cleanup; pval okderaadt2003-06-101-4/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Various cleanups and standardization.aaron2000-03-101-6/+7
* Finish standardizing options list introduction.aaron2000-03-051-2/+2
* usr.bin/ man page cleanups, n-saaron1998-09-271-6/+6
* do not mangle output of realpath()kstailey1998-08-241-4/+6
* use fprintf everytime for consitancy; help !ansi compilers as wellmickey1998-07-081-4/+7
* readlink len-1deraadt1998-05-181-2/+2
* readlink does not necessarily NUL-terminateniklas1997-11-181-1/+2
* Stupid me reinventing the wheel. Use realpath(3).niklas1997-09-231-62/+3
* strncpyderaadt1997-09-231-2/+3
* Add -f option to follow all symlinks recursively in a pathnameniklas1997-09-232-11/+84
* s/OpenBSD/.Ox/kstailey1997-09-051-2/+3
* build manpagekstailey1997-08-181-2/+1
* documentkstailey1997-08-181-0/+70
* use "limits.h" not "sys/syslimits.h"kstailey1997-08-181-2/+2
* Change default behavior to print newline after contents of symlink.kstailey1997-07-011-5/+21
* don't include <err.h>kstailey1997-06-291-2/+1
* more p's in fprintfkstailey1997-06-291-2/+2
* cannot use errx for usagederaadt1997-06-291-3/+5
* RTFMgrr1997-06-281-4/+6
* Copyright (29 lines of copyright for 21 lines of code) and tagkstailey1997-06-201-0/+29
* Wallderaadt1997-06-201-0/+1
* goodbye perlkstailey1997-06-122-0/+26