aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logger/logger.c
Commit message (Expand)AuthorAgeFilesLines
* 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