Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | linking into a directory. | ||||
* | ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, note | tjr | 2002-06-25 | 1 | -1/+1 |
| | | | | this in the Standards section. | ||||
* | Correctly mark up the final command line arguments with the Ar macro for | tjr | 2002-06-25 | 1 | -2/+2 |
| | | | | the last two synopsis forms. | ||||
* | 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 |
| | | | | | | | Remove incorrect examples. PR: 25016 Submitted by: Martin Kammerhofer, Joshua Goodall | ||||
* | 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 |
| | | | | Reviewed by: brian | ||||
* | 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 |
| | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | 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 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Use PATH_MAX in preference to MAXPATHLEN. | imp | 2001-05-29 | 1 | -1/+2 |
| | | | | | Also sort declarations per style(9) (big arrays come last) while I'm in the area. | ||||
* | Silence WARNS=2 and BDECFLAGS on i386 and alpha | kris | 2001-05-20 | 2 | -4/+7 |
| | | | | MFC After: 1 week | ||||
* | 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 |
| | | | | | | compatibility purposes. Prompted by: ru | ||||
* | Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNU | sobomax | 2001-04-26 | 2 | -14/+53 |
| | | | | | | | semantics. style(9) Reviewed by: Obtained from: NetBSD | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
| | |||||
* | Note that rmdir(2) does not follow symbolic links. | jdp | 2001-01-24 | 1 | -1/+6 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+1 |
| | |||||
* | Fix markup typo | marko | 2000-09-06 | 1 | -1/+2 |
| | | | | | PR: 21084 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> | ||||
* | Fix style bugs and poor wording introduced in rev 1.12. | sheldonh | 2000-08-17 | 1 | -8/+17 |
| | | | | Submitted by: bde | ||||
* | Fix style bugs and inconsistencies introduced in rev 1.16. | sheldonh | 2000-08-17 | 1 | -12/+18 |
| | | | | Submitted by: bde | ||||
* | Don't explicitly declare optarg and optind. These are declared in | imp | 2000-08-16 | 1 | -1/+0 |
| | | | | unistd.h, which is already included. | ||||
* | Add the -i option, as found in rm(1), which provides an interactive | sheldonh | 2000-08-14 | 2 | -8/+46 |
| | | | | | | | mode in which the user is prompted for confirmation before an existing file is replaced. Submitted by: alex | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Fix cut'n'paste niggles in previous commit. | sheldonh | 1999-12-21 | 1 | -1/+1 |
| | |||||
* | Add link(1) and unlink(1) as special cases of ln(1) and rm(1) | sheldonh | 1999-12-20 | 3 | -4/+41 |
| | | | | | | | | | | | | respectively, in accordance with SUSv2. This differs from the approach taken in NetBSD, but provides less obscure error messages in at least the EISDIR case and does not take up additional disk space for new binaries. PR: 13071 PR: 13074 Requested by: James Howard <howardjp@wam.umd.edu> | ||||
* | Add verbose processing flag. | obrien | 1999-09-11 | 2 | -5/+21 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 4 | -4/+4 |
| | |||||
* | Grammatical fixes. | kris | 1999-05-12 | 1 | -5/+5 |
| | | | | Obtained from: OpenBSD | ||||
* | Reverted some more of rev.1.9 (emphasize that -H != -h). | bde | 1999-04-25 | 1 | -1/+6 |
| | |||||
* | Revert part of the previous commit. Keep the example that shows how the | nik | 1999-04-24 | 1 | -0/+18 |
| | | | | | | "-h" flag is used, but use "chown" in the example instead of "file". Prompted by: bde | ||||
* | Change description of file(1) following symlinks to the truth (namely, | nik | 1999-04-14 | 1 | -28/+16 |
| | | | | | | | | | by default, file(1) does not follow symlinks, the -L flag must be specified. PR: docs/8602 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Reviewed by: nik | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 2 | -9/+11 |
| | |||||
* | Updated references to the behaviour of ls(1). | des | 1998-04-24 | 1 | -20/+15 |
| | | | | | PR: bin/6140 Submitted by: Max Euston | ||||
* | Try again to explain the existence of lchown() and the absence of | jdp | 1997-06-19 | 1 | -12/+7 |
| | | | | lchmod() and lutimes(). | ||||
* | Update some text to reflect the fact that symbolic links now have | jdp | 1997-06-14 | 1 | -4/+4 |
| | | | | owner and group attributes. | ||||
* | Cosmetic change in usage string. | charnier | 1997-06-06 | 1 | -3/+4 |
| | |||||
* | Add xref to lchown(2) and symlink(2). | charnier | 1997-06-03 | 1 | -3/+10 |
| | | | | Obtained from: {Net|Open}BSD | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. |