index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ln
/
ln.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-05-10
Fix operator precedence error; OK guenther@ millert@
Tim van der Molen
2015-10-10
Pledge that ln only needs "stdio rpath cpath".
Doug Hogan
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-23
Use errc/warnc to simplify code.
Philip Guenther
2014-05-07
Remove the undocumented and ineffective -F option (force hard link
Ingo Schwarze
2013-03-12
Add support for the -L and -P options.
Philip Guenther
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-05-28
In -f mode, don't print a warning if source and target already point
Todd C. Miller
2007-09-16
"source" and "target" can be either files or directories;
Igor Sobrado
2007-07-31
Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when source
Ray Lai
2006-04-25
mark usage() __dead
Theo de Raadt
2005-12-02
Make usage() and manual match. OK jmc, deraadt
Chad Loder
2005-04-15
check snprintf return value and abort if the concatenated path is too
Uwe Stuehler
2004-12-17
sync usage
Jared Yanovich
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-04
The custom logic used for determining the basename of source file
Nils Nordman
2002-07-04
ansi
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-09
Actually use the statf function pointer which I missed while hand-patching.
Todd C. Miller
2001-08-09
Add -h flag to prevent following a symlink to a dir as the dest.
Todd C. Miller
1996-12-14
-Wall'ing.
Michael Shalayeff
1996-08-02
zap getopt() case of -?, come on, it is the default!
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt