index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ln
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly add unmarked bin/ binaries to the runtime package.
gjb
2016-02-09
1
-0
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
1
-11
/
+12
|
|
\
|
|
/
|
/
|
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
Merge from head
sjg
2013-09-05
1
-4
/
+4
|
|
\
|
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
Sync with HEAD.
obrien
2013-02-08
1
-1
/
+1
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Sync from head
sjg
2012-11-04
1
-1
/
+65
|
|
\
\
\
\
|
*
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW).
jilles
2015-02-16
1
-1
/
+2
*
|
|
|
|
Add futimens and utimensat system calls.
jilles
2015-01-23
1
-3
/
+4
*
|
|
|
|
symlink(7): Note that stat(1) does not follow symlinks by default.
jilles
2014-12-29
1
-9
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add 'static' where able.
eadler
2013-06-02
1
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Fix wording nit.
gjb
2012-12-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Add a couple of examples.
joel
2012-11-02
1
-1
/
+65
|
/
*
Put some static keywords in the source code.
ed
2011-10-31
1
-9
/
+9
*
bin: Prefer strrchr() to rindex().
jilles
2011-03-15
1
-1
/
+1
*
Spelling fixes.
joel
2010-07-31
1
-1
/
+1
*
symlink(7): Add lpathconf(2) and *at system calls.
jilles
2010-04-25
1
-2
/
+27
*
symlink(7): The ownership of symlinks is used by the system,
jilles
2010-04-25
1
-3
/
+3
*
ln: Allow a trailing slash when creating a link to a directory.
jilles
2010-04-21
1
-14
/
+13
*
ln: Refuse deleting a directory entry by hardlinking it to itself.
jilles
2010-04-17
1
-2
/
+59
*
Allow creating hard links to symlinks using ln(1).
jilles
2009-07-19
2
-22
/
+41
*
Clean up a bit of confusing language and improve .Nd.
trhodes
2009-01-13
1
-4
/
+9
*
Unbreak last commit to ln for amd64.
keramida
2008-06-07
1
-1
/
+1
*
Add a -w warning flag to ln(1). When the -w option is enabled,
keramida
2008-06-06
2
-7
/
+47
*
Express in the usage() and SYNOPSIS that -F depends on -s, and
ru
2007-11-17
2
-4
/
+8
*
Swap "source"/"target" where appropriate, to match documentation.
ru
2007-11-17
1
-38
/
+38
*
Add '-F' option which allows to delete existing empty directories, when
glebius
2006-02-14
2
-8
/
+50
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-3
/
+3
*
Add the new standard EXIT STATUS section where appropriate.
ru
2005-01-16
1
-7
/
+7
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
3
-1
/
+3
*
Deal with double whitespace.
ru
2004-07-03
1
-6
/
+6
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
2
-8
/
+13
*
Removed trailing whitespace.
ru
2004-07-02
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
3
-12
/
+0
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-2
/
+2
*
s/filesystem/file system/ as discussed on -developers
trhodes
2002-08-21
2
-5
/
+5
*
Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts
tjr
2002-08-12
1
-1
/
+1
*
Fix an easy WARNS.
markm
2002-07-31
1
-1
/
+1
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Check that snprintf() does not truncate the destination pathname when
tjr
2002-06-29
1
-1
/
+6
*
ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, note
tjr
2002-06-25
1
-1
/
+1
*
Correctly mark up the final command line arguments with the Ar macro for
tjr
2002-06-25
1
-2
/
+2
*
Reject options, handle "--" end-of-options marker in link(1).
tjr
2002-05-30
1
-4
/
+7
*
mdoc(7) police: punctuation.
ru
2002-05-29
1
-3
/
+3
[next]