summaryrefslogtreecommitdiffstats
path: root/usr.bin/mesg
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-191-5/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | mesg: remove advertising clauseeadler2014-05-111-5/+1
|/ | | | | The University of California board of trustees has given permission to remove the advertising clause of all software attributed to it.
* 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
* mdoc: make pages render with mandocuqs2010-10-211-1/+1
| | | | | | It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element.
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Sort sections.ru2005-01-181-10/+10
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Introduce options definition the standard way.charnier2003-06-091-4/+4
|
* ANSIify function definitions.dwmalone2002-09-041-4/+2
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Give an example showing how to change the mesg status of terminalstjr2002-07-251-0/+10
| | | | | | other than the default one. PR: 13073
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Affect the first of stdin, stdout and stderr that is attached to a terminal.tjr2002-05-062-17/+28
| | | | | | | | | | Write status information to stdout instead of stderr. Exit status when an error occurs musn't be 1, that is reserved for indicating that messages are disabled. These changes bring mesg(1) up to SUSv3 conformance. Reviewed by: mike
* remove __Pimp2002-03-221-1/+1
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Add xref to wall(1).ru2001-11-201-0/+1
| | | | | PR: docs/32128 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> (partially)
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-1/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add usage().charnier1997-07-242-10/+22
|
* The text describing exit values >1 was formatted incorrectly.mpp1997-03-291-2/+2
| | | | Obtained from: NetBSD-bugs PR# 3406
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+200
OpenPOWER on IntegriCloud