Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 1 | -1/+1 |
| | | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well. | ||||
* | style(9): - Put a space after the 'return' keyword. | robert | 2002-07-24 | 1 | -5/+7 |
| | | | | - Wrap lines longer than 80 characters. | ||||
* | Use an ANSI-C function definition rather than a | robert | 2002-07-24 | 1 | -3/+1 |
| | | | | K&R one to avoid a warning. | ||||
* | Allow selection of the affected terminal using redirection | robert | 2002-07-24 | 1 | -1/+3 |
| | | | | | | of standard input or standard output, like mesg(1) does. Suggested by: sheldonh | ||||
* | Only use one %s when there is only one argument to print. | johan | 2002-07-21 | 1 | -1/+1 |
| | | | | | Submitted by: keramida Approved by: sheldonh (mentor) | ||||
* | Add ability to only beep when mail arrives. | johan | 2002-07-09 | 1 | -6/+13 |
| | | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month | ||||
* | remove __P | imp | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | Add header to prototype exit(3). Fix a style bug. | mike | 2002-02-16 | 1 | -0/+2 |
| | |||||
* | Start option definition with: ``The following options are available'' | charnier | 2001-12-12 | 1 | -6/+2 |
| | | | | | Use .Ev for env variables. Remove unused #includes, and sort others. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-03 | 1 | -4/+6 |
| | |||||
* | Use S_IXUSR instead of hardcoded values. | mikeh | 2001-06-02 | 1 | -5/+5 |
| | | | | Reviewed by: md5 | ||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 1 | -3/+3 |
| | |||||
* | -Wall cleanup. | alex | 1997-12-29 | 1 | -3/+4 |
| | |||||
* | Typo fix in man page. Use err(3) instead of local copy. | charnier | 1997-06-23 | 1 | -16/+8 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+114 |