History log of /freebsd-10.1-release/usr.bin/biff/biff.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
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


# 201382 02-Jan-2010 ed

ANSIfy various tools in usr.bin/.

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.


# 100627 24-Jul-2002 robert

style(9): - Put a space after the 'return' keyword.
- Wrap lines longer than 80 characters.


# 100626 24-Jul-2002 robert

Use an ANSI-C function definition rather than a
K&R one to avoid a warning.


# 100614 24-Jul-2002 robert

Allow selection of the affected terminal using redirection
of standard input or standard output, like mesg(1) does.

Suggested by: sheldonh


# 100443 21-Jul-2002 johan

Only use one %s when there is only one argument to print.

Submitted by: keramida
Approved by: sheldonh (mentor)


# 99632 09-Jul-2002 johan

Add ability to only beep when mail arrives.

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


# 92920 21-Mar-2002 imp

remove __P


# 90722 16-Feb-2002 mike

Add header to prototype exit(3). Fix a style bug.


# 87749 12-Dec-2001 charnier

Start option definition with: ``The following options are available''
Use .Ev for env variables.
Remove unused #includes, and sort others.


# 87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
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.


# 87258 02-Dec-2001 markm

Use __FBSDID().


# 77608 02-Jun-2001 mikeh

Use S_IXUSR instead of hardcoded values.

Reviewed by: md5


# 62889 10-Jul-2000 kris

Don't call err() with no format string.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 32069 28-Dec-1997 alex

-Wall cleanup.


# 26836 23-Jun-1997 charnier

Typo fix in man page. Use err(3) instead of local copy.


# 24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources