aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger
Commit message (Expand)AuthorAgeFilesLines
* logger: temporarily disable Capsicum when a host is providedMariusz Zaborski2020-04-081-2/+4
* logger: capsicumizeMariusz Zaborski2020-03-122-5/+32
* logger: fix memory leak and use-after-freeEric van Gyzen2018-05-281-1/+1
* Fix crash with a dotless hostname.Gleb Smirnoff2017-12-061-1/+1
* Generate fully RFC3164 compliant messages, with timestamp and hostname.Gleb Smirnoff2017-12-052-13/+42
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Fix gcc build.Hiroki Sato2016-12-241-0/+1
* mdoc fixes.Hiroki Sato2016-12-231-5/+9
* - Add -S option to specify the source address/port for UDP communication.Hiroki Sato2016-12-222-60/+201
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\
| * \ Merge headSimon J. Gerraty2014-04-281-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-3/+3
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | Describe the behavior when both -f and a message are given. Pointed out byWarren Block2015-03-221-1/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | - Clarify usage of the -f option.Brad Davis2014-03-051-2/+2
| |/ |/|
* | Add missing const keywords.Ed Schouten2012-10-191-3/+3
|/
* Add missing static keywords to logger(1)Ed Schouten2011-11-061-8/+8
* When specifying the -t option (send tag in front of message), this tagEdwin Groothuis2011-04-082-9/+15
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* When reading input from a file or device (via -f option) set theKirk McKusick2009-10-301-0/+1
* Minor style(9) nit.David E. O'Brien2008-02-051-1/+1
* Make logmsg take const char * arguments.David Malone2007-05-072-3/+5
* Markup fixes.Ruslan Ermilov2006-09-291-1/+2
* Update document date.Bruce M Simpson2006-08-031-1/+1
* Add a new command-line option, -P, which allows the user to specifyBruce M Simpson2006-08-022-11/+27
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+6
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-3/+5
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Clarify the describtion of the -A switchChristian Brueffer2003-05-211-1/+3
* ANSIify function definitions.David Malone2002-09-041-11/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+0
* .Nm is not required at the begining of this sentence.Philippe Charnier2002-04-201-4/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* 1) Use FBSDID for vendor string.David Malone2002-04-011-4/+6
* remove __PWarner Losh2002-03-221-4/+4
* Improve error reporting - report error message when there is one, orBill Fenner2002-02-271-1/+4
* The default for -p was ``kern.notice'' in the -h case.Ruslan Ermilov2001-09-061-1/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-1/+1