summaryrefslogtreecommitdiffstats
path: root/usr.bin/biff/biff.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-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/.ed2010-01-021-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.robert2002-07-241-5/+7
| | | | - Wrap lines longer than 80 characters.
* Use an ANSI-C function definition rather than arobert2002-07-241-3/+1
| | | | K&R one to avoid a warning.
* Allow selection of the affected terminal using redirectionrobert2002-07-241-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.johan2002-07-211-1/+1
| | | | | Submitted by: keramida Approved by: sheldonh (mentor)
* Add ability to only beep when mail arrives.johan2002-07-091-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 __Pimp2002-03-221-1/+1
|
* Add header to prototype exit(3). Fix a style bug.mike2002-02-161-0/+2
|
* Start option definition with: ``The following options are available''charnier2001-12-121-6/+2
| | | | | Use .Ev for env variables. Remove unused #includes, and sort others.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-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().markm2001-12-031-4/+6
|
* Use S_IXUSR instead of hardcoded values.mikeh2001-06-021-5/+5
| | | | Reviewed by: md5
* Don't call err() with no format string.kris2000-07-101-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-3/+3
|
* -Wall cleanup.alex1997-12-291-3/+4
|
* Typo fix in man page. Use err(3) instead of local copy.charnier1997-06-231-16/+8
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+114
OpenPOWER on IntegriCloud