summaryrefslogtreecommitdiffstats
path: root/usr.bin/logger
Commit message (Collapse)AuthorAgeFilesLines
* Add missing const keywords.ed2012-10-191-3/+3
|
* Add missing static keywords to logger(1)ed2011-11-061-8/+8
|
* When specifying the -t option (send tag in front of message), this tagedwin2011-04-082-9/+15
| | | | | | | | | should also be forwarded to the remote logging host, not only when the logging is done locally. PR: bin/154324 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> MFC after: 1 week
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+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
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* When reading input from a file or device (via -f option) set themckusick2009-10-301-0/+1
| | | | | | input to be in non-buffering mode so that input lines are logged as they occur rather than being saved up until a buffer's worth of input has been logged.
* Minor style(9) nit.obrien2008-02-051-1/+1
|
* Make logmsg take const char * arguments.dwmalone2007-05-072-3/+5
| | | | Set WARNS to 6.
* Markup fixes.ru2006-09-291-1/+2
|
* Update document date.bms2006-08-031-1/+1
| | | | Noticed by: ru
* Add a new command-line option, -P, which allows the user to specifybms2006-08-022-11/+27
| | | | | | | | an arbitrary port to which syslog messages are to be sent. PR: bin/54026 Submitted by: Oliver Fromme MFC after: 10 days
* Obey MK_INET6_SUPPORT.yar2006-07-271-1/+6
|
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-291-3/+5
| | | | an initial value.
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Deal with double whitespace.ru2004-07-031-2/+2
|
* Clarify the describtion of the -A switchbrueffer2003-05-211-1/+3
| | | | | | | PR: 51187 Submitted by: Jeff Ito <jeffi@rcn.com> Approved by: re (jhb) MFC after: 3 days
* ANSIify function definitions.dwmalone2002-09-041-11/+6
| | | | | | | | | 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
* Consistently use FBSDIDobrien2002-06-301-1/+0
|
* .Nm is not required at the begining of this sentence.charnier2002-04-201-4/+3
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* 1) Use FBSDID for vendor string.dwmalone2002-04-011-4/+6
| | | | | 2) Change an int for a size_t, as that's what it is mainly used for. 3) Add some braces to keep gcc happy.
* remove __Pimp2002-03-221-4/+4
|
* Improve error reporting - report error message when there is one, orfenner2002-02-271-1/+4
| | | | report a short read if that's what we're reporting.
* The default for -p was ``kern.notice'' in the -h case.ru2001-09-061-1/+1
| | | | | | | | | | | Make it ``user.notice'', as per manpage. (The syslog(3) function defaults to LOG_USER facility if none is specified, but we don't use syslog() in the -h case.) PR: docs/30374 Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-1/+1
| | | | | | | | | COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: document IPv6 options in the SYNOPSIS.ru2000-12-181-1/+1
|
* IPv6 support for logger.ume2000-12-163-25/+82
| | | | Reviewed by: freebsd-current
* Allow logger to send messages directly to a remote syslog. (Thisdwmalone2000-07-182-8/+72
| | | | | | | | | only does IPv4 as our syslogd only does IPv4. I dunno if the KAME people have any plans for syslogd). PR: 19821 Submitted by: Nick Hilliard <nick@iol.ie> Reviewed by: sheldonh
* Add DIAGNOSTICS section namecharnier2000-03-261-4/+3
| | | | Options: -> The following options are available:
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Use err(3).charnier1997-07-222-26/+21
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* unset TZ from the environment so the timestamp gets the system default,phk1996-10-211-0/+1
| | | | | | | | | | which is what syslogd presumably uses too. Notice that the "protocol" is bogus in not defining the timezone. "protocol" because it hardly deserves the name :-) closes bin/1739 Reported by: Stefan Zehl <sec@wg.camelot.de>
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+297
OpenPOWER on IntegriCloud