History log of /freebsd-10.0-release/usr.bin/biff/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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


250019 28-Apr-2013 joel

Fix EXIT STATUS. biff reports its status when it was invoked.

Submitted by: Ryan Kavanagh,
Jason McIntyre <jmc@kerhand.co.uk>
Obtained from: OpenBSD


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


205386 20-Mar-2010 gavin

Fix command example, presumed leftovers of old markup.

MFC after: 1 week


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.


165575 28-Dec-2006 ru

Fix markup.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


101960 16-Aug-2002 johan

Bump document date for the 'beep only' change.


101861 14-Aug-2002 ru

mdoc(7) police: nits.


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.


100625 24-Jul-2002 robert

- Add a COMPATIBILITY section explaining that the default
behaviour of obtaining the affected terminal has changed.
- Refer to the user's terminal instead of the current
terminal session.
- Tell the reader what the utility does when it is invoked
without arguments.

Submitted by: johan


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


99631 09-Jul-2002 johan

Add DIAGNOSTICS section to describe exit values.

Approved by: sheldonh (mentor)
MFC after: 1 week


95083 19-Apr-2002 charnier

Use `The .Nm utility'


92920 22-Mar-2002 imp

remove __P


90722 16-Feb-2002 mike

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


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


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 03-Dec-2001 markm

Use __FBSDID().


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


79011 30-Jun-2001 dd

Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.

Submitted by: Mike Barcroft <mike@q9media.com>


77608 02-Jun-2001 mikeh

Use S_IXUSR instead of hardcoded values.

Reviewed by: md5


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


62889 10-Jul-2000 kris

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


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50767 01-Sep-1999 hoek

Slay a grammar gremlin.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


41568 06-Dec-1998 archie

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


32069 29-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.


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


17409 03-Aug-1996 wosch

documented that the dog Biff is dead

Obtained from: A Quarter Century of UNIX, Peter H. Salus


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.