| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks. | tjr | 2002-05-26 | 1 | -13/+16 |
* | Add lchmod(2) to the list of syscalls that do not follow symbolic links. | tjr | 2002-05-26 | 1 | -1/+3 |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 2 | -4/+4 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 1 | -0/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -11/+6 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -2/+6 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -5/+5 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Use PATH_MAX in preference to MAXPATHLEN. | imp | 2001-05-29 | 1 | -1/+2 |
* | Silence WARNS=2 and BDECFLAGS on i386 and alpha | kris | 2001-05-20 | 2 | -4/+7 |
* | Fixed a typo. | ru | 2001-04-27 | 1 | -1/+1 |
* | Put a note that `-h' and `-n' is non-standard and provided only for | sobomax | 2001-04-27 | 1 | -1/+6 |