aboutsummaryrefslogtreecommitdiffstats
path: root/leaky-bucket.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Add coverity fixesAndi Kleen1-6/+6
2017-01-25replace asprintf with xasprintf as per memutil.cAlfred Perlstein1-2/+3
2016-08-24Fix potential division by zero for unknown time unitAndi Kleen1-1/+3
2015-03-31Fix error count during the last agetimev114Rui Wang1-1/+1
2013-12-20Revert "mcelog: Make leaky-bucket log more sane."Andi Kleen1-11/+14
2013-09-20mcelog: Make leaky-bucket log more sane.Robin Holt1-14/+11
2013-09-20mcelog: Add a test for leaky bucket logging.Robin Holt1-0/+67
2013-09-09mcelog: Fix leaky_bucket calculation of hours and days.Robin Holt1-1/+1
2009-11-26Various fixes from the icc static verifierAndi Kleen1-2/+1
2009-11-26Shut off harmless false positive compiler warningAndi Kleen1-1/+1
2009-11-26Better error messages for config file problems and always exitAndi Kleen1-4/+11
2009-11-26Skip white spaces in trigger formatAndi Kleen1-1/+1
2009-11-26Initial memdb supportAndi Kleen1-0/+147