aboutsummaryrefslogtreecommitdiff
path: root/bin/ln
Commit message (Expand)AuthorAgeFilesLines
* ln: Improve link(1) variant of ln(1).Dag-Erling Smørgrav2024-04-042-14/+83
* ln: Add a test case for ln -sfF.Dag-Erling Smørgrav2024-03-271-0/+17
* ln: Clean up and simplify tests.Dag-Erling Smørgrav2024-03-271-48/+20
* ln: Use stdbool, style nits.Dag-Erling Smørgrav2024-03-271-37/+39
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-274-8/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Don't expect :sF_flag to fail anymoreEnji Cooper2017-06-201-1/+1
* ln(1): fix -F behaviorEnji Cooper2017-06-201-3/+3
* Style fixes: clean up leading whitespace (8 single column spaces -> \t)Enji Cooper2017-06-121-101/+101
* ln(1): wordsmith -F option descriptionEnji Cooper2017-06-121-3/+7
* Add a testcase for `ln -sF`Enji Cooper2017-06-121-0/+17
* Use readlink(1)/stat(1) to query symlinks instead of file(1)Enji Cooper2017-06-121-7/+14
* bin/ln: Set umask appropriately before creating files for testingAlan Somers2017-06-121-0/+3
* Add tests for ln(1)Alan Somers2017-06-083-0/+228
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-11/+12
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-4/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \
| * \ \ Sync from headSimon J. Gerraty2012-11-041-1/+65
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).Jilles Tjoelker2015-02-161-1/+2
* | | | | Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-3/+4
* | | | | symlink(7): Note that stat(1) does not follow symlinks by default.Jilles Tjoelker2014-12-291-9/+8
| |_|_|/ |/| | |
* | | | Add 'static' where able.Eitan Adler2013-06-021-4/+4
| |_|/ |/| |
* | | Fix wording nit.Glen Barber2012-12-281-1/+1
| |/ |/|
* | Add a couple of examples.Joel Dahl2012-11-021-1/+65
|/
* 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
* Spelling fixes.Joel Dahl2010-07-311-1/+1
* symlink(7): Add lpathconf(2) and *at system calls.Jilles Tjoelker2010-04-251-2/+27
* symlink(7): The ownership of symlinks is used by the system,Jilles Tjoelker2010-04-251-3/+3
* 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-192-22/+41