summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-5/+12
* Sync log.c with the latest version from vmd/log.c that preserves errnoreyk2017-01-081-9/+11
* copy updated log.c from vmd: for correctness, save errno when doingreyk2016-10-121-8/+11
* sync with vmdreyk2015-12-071-3/+3
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-19/+52
* Once again, fix the license text. After many years, we just cannotreyk2015-11-211-4/+4
* Move local logging functions to util.c and copy log.c from iked. Nowreyk2015-11-211-84/+21
* revert debug changes. reyk would like debug to remain a counter.tedu2015-02-081-3/+2
* flags should be flags, not counters. from martijn van durentedu2015-02-081-2/+3
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+1
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Update snmpd(8) to use the proc.c privsep style from iked and relayd.reyk2013-10-171-3/+36
* Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs asclaudio2010-03-291-1/+26
* merge log_host with relayd's version using getnameinfo and rename itreyk2008-07-181-11/+9
* Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationreyk2007-12-051-0/+182