aboutsummaryrefslogtreecommitdiff
path: root/bin/ln/ln.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* ln(1): fix -F behaviorEnji Cooper2017-06-201-3/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add 'static' where able.Eitan Adler2013-06-021-4/+4
* Put some static keywords in the source code.Ed Schouten2011-10-311-9/+9
* bin: Prefer strrchr() to rindex().Jilles Tjoelker2011-03-151-1/+1
* ln: Allow a trailing slash when creating a link to a directory.Jilles Tjoelker2010-04-211-14/+13
* ln: Refuse deleting a directory entry by hardlinking it to itself.Jilles Tjoelker2010-04-171-2/+59
* Allow creating hard links to symlinks using ln(1).Jilles Tjoelker2009-07-191-9/+15
* Unbreak last commit to ln for amd64.Giorgos Keramidas2008-06-071-1/+1
* Add a -w warning flag to ln(1). When the -w option is enabled,Giorgos Keramidas2008-06-061-2/+37
* Express in the usage() and SYNOPSIS that -F depends on -s, andRuslan Ermilov2007-11-171-2/+2
* Swap "source"/"target" where appropriate, to match documentation.Ruslan Ermilov2007-11-171-38/+38
* Add '-F' option which allows to delete existing empty directories, whenGleb Smirnoff2006-02-141-5/+23
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-3/+3
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Fix an easy WARNS.Mark Murray2002-07-311-1/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Check that snprintf() does not truncate the destination pathname whenTim J. Robbins2002-06-291-1/+6
* Reject options, handle "--" end-of-options marker in link(1).Tim J. Robbins2002-05-301-4/+7
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-0/+1
* o __P has been reovedWarner Losh2002-02-021-11/+6
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-1/+2
* Silence WARNS=2 and BDECFLAGS on i386 and alphaKris Kennaway2001-05-201-4/+5
* Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNUMaxim Sobolev2001-04-261-8/+27
* Fix style bugs and inconsistencies introduced in rev 1.16.Sheldon Hearn2000-08-171-12/+18
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-1/+0
* Add the -i option, as found in rm(1), which provides an interactiveSheldon Hearn2000-08-141-5/+29
* Add link(1) and unlink(1) as special cases of ln(1) and rm(1)Sheldon Hearn1999-12-201-3/+21
* Add verbose processing flag.David E. O'Brien1999-09-111-3/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* Cosmetic change in usage string.Philippe Charnier1997-06-061-3/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-3/+3
* Nuke the undocumented -F flag, since it doesn't do anything anymore.Peter Wemm1996-05-241-9/+6
* Use lstat() instead of stat() for checking if the final source file exists,Bruce Evans1994-12-061-3/+3
* Added $Id$David Greenman1994-09-241-0/+2
* fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn'tPoul-Henning Kamp1994-09-201-1/+1
* /home/phk/jgPoul-Henning Kamp1994-09-201-2/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+164