aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger/logger.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* logger(1): fix timestamps in case of long runEugene Grosbein2023-04-271-6/+12
* logger: fix builds without casperMariusz Zaborski2022-10-191-1/+1
* logger: temporarily disable Capsicum when a host is providedMariusz Zaborski2020-04-081-2/+4
* logger: capsicumizeMariusz Zaborski2020-03-121-5/+26
* 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-051-12/+35
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix gcc build.Hiroki Sato2016-12-241-0/+1
* - Add -S option to specify the source address/port for UDP communication.Hiroki Sato2016-12-221-59/+163
* 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-081-8/+13
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+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-071-3/+4
* Add a new command-line option, -P, which allows the user to specifyBruce M Simpson2006-08-021-11/+16
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-3/+5
* ANSIify function definitions.David Malone2002-09-041-11/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+0
* 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
* IPv6 support for logger.Hajimu UMEMOTO2000-12-161-25/+65
* Allow logger to send messages directly to a remote syslog. (ThisDavid Malone2000-07-181-8/+67
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3).Philippe Charnier1997-07-221-23/+18
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* unset TZ from the environment so the timestamp gets the system default,Poul-Henning Kamp1996-10-211-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+192