| Commit message (Expand) | Author | Age | Files | Lines |
* | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 2019-09-02 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | format a pair of dashes as "\(em" rather than "--", |  schwarze | 2018-12-07 | 1 | -5/+5 |
* | fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>; |  schwarze | 2016-08-10 | 1 | -3/+3 |
* | Fix operator precedence error; OK guenther@ millert@ |  tim | 2016-05-10 | 1 | -3/+3 |
* | Pledge that ln only needs "stdio rpath cpath". |  doug | 2015-10-10 | 1 | -1/+4 |
* | delete bogus escaping from ellipsis to forestall cargo cult effects |  schwarze | 2015-09-11 | 1 | -3/+3 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
* | Add .Xr to chflagsat(2) |  guenther | 2014-12-13 | 1 | -2/+3 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-23 | 1 | -5/+3 |
* | Remove the undocumented and ineffective -F option (force hard link |  schwarze | 2014-05-07 | 1 | -8/+4 |
* | use a wording more usual in our manual pages. |  sobrado | 2013-12-02 | 1 | -6/+10 |
* | Add support for the -L and -P options. |  guenther | 2013-03-12 | 2 | -16/+35 |
* | Document system calls that optionally traverse symlinks. |  matthew | 2011-07-26 | 1 | -2/+12 |
* | grammar fix: from David H. Gutteridge, netbsd pr bin/44645 |  jmc | 2011-03-02 | 1 | -3/+3 |
* | add an EXIT STATUS section for /bin; |  jmc | 2010-09-03 | 1 | -3/+3 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | replace hardcoded exit values with .Ex macros; |  sobrado | 2009-01-04 | 1 | -5/+3 |
* | In -f mode, don't print a warning if source and target already point |  millert | 2008-05-28 | 1 | -5/+6 |
* | "source" and "target" can be either files or directories; |  sobrado | 2007-09-16 | 2 | -17/+17 |
* | Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when source |  ray | 2007-07-31 | 1 | -3/+34 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 2 | -4/+4 |
* | - consistent STANDARDS blurb |  jmc | 2007-05-29 | 1 | -1/+11 |
* | mark usage() __dead |  deraadt | 2006-04-25 | 1 | -3/+3 |
* | Make usage() and manual match. OK jmc, deraadt |  cloder | 2005-12-02 | 2 | -15/+15 |
* | check snprintf return value and abort if the concatenated path is too |  uwe | 2005-04-15 | 1 | -4/+11 |
* | sync usage |  jaredy | 2004-12-17 | 2 | -24/+34 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 3 | -19/+7 |
* | The custom logic used for determining the basename of source file |  nino | 2003-05-04 | 1 | -6/+7 |
* | typos; |  jmc | 2003-04-13 | 1 | -16/+16 |
* | more .Li |  deraadt | 2003-03-12 | 1 | -5/+5 |
* | ansi |  deraadt | 2002-07-04 | 1 | -9/+5 |
* | Typo; Brian Poole |  millert | 2002-04-29 | 1 | -3/+3 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -6/+6 |
* | Initial patch. |  mpech | 2002-02-11 | 1 | -4/+4 |
* | fix the history refs |  mickey | 2002-01-24 | 1 | -2/+2 |
* | this both were in v4, before v6 |  mickey | 2002-01-24 | 1 | -2/+2 |
* | Initial patch for a new mdoc issue. |  mpech | 2001-12-21 | 1 | -2/+2 |
* | o) start new sentence on a new line; |  mpech | 2001-11-13 | 2 | -4/+6 |
* | Grammar; also, document the true behaviour of the examples. |  pjanzen | 2001-10-04 | 1 | -28/+50 |
* | Add a CAVEATS section explaining that a hard link cannot be made to a file |  aaron | 2001-08-23 | 1 | -1/+7 |
* | Address PR 1993. This rewording has been deemed satisfactory by the |  hugh | 2001-08-10 | 1 | -3/+3 |
* | Actually use the statf function pointer which I missed while hand-patching. |  millert | 2001-08-09 | 1 | -4/+4 |
* | Add -h flag to prevent following a symlink to a dir as the dest. |  millert | 2001-08-09 | 2 | -8/+44 |
* | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 2000-11-09 | 1 | -2/+2 |
* | Add some rudimentary EXAMPLES sections and standardize the way we display |  aaron | 2000-10-18 | 1 | -8/+8 |
* | All man pages should have a DESCRIPTION section. Fix some formatting nits |  aaron | 2000-03-24 | 1 | -11/+11 |
* | Fix some formatting problems I missed before. |  aaron | 2000-03-23 | 1 | -2/+3 |
* | Add an EXAMPLES section. Note that symbolic links may refer to non-existent |  aaron | 1999-09-23 | 1 | -17/+49 |