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