summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/stat_ramstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove 'where' parameter from all x*() functions in utils.c, it doesn'tgilles2018-05-311-4/+4
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* (void) cast strlcpy() calls that cannot truncategilles2014-04-191-7/+7
* sync with OpenSMTPD 5.3.2eric2013-05-241-2/+1
* Add missing $OpenBSD$ RCS tagschl2013-03-081-0/+2
* Sync with our smtpd repo:gilles2013-01-261-1/+1
* use xmalloc()/xcalloc() helperschl2012-09-271-10/+4
* - introduce struct stat_valuegilles2012-08-251-21/+20
* fix smtpctl show stats crash seen on -portablechl2012-08-241-4/+5
* start iterating from min, not root.eric2012-08-201-1/+1
* - introduce stat_backend, an API for pluggable statistic backendsgilles2012-08-181-0/+165