CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/09/09 10:05:55
Modified files: libexec/spamd-setup: spamd-setup.c Log message: Change the way memory is allocated to reduce memory footprint. Loading the large uatraps uses now around 8 times less memory. Other cleanup includes a fast implementation of imask() (stolen from bgpd), killing some unused code and try to estimate the memory needed in add_blacklist() to reduce the realloc() calls. Tested by many (sthen, matthieu, Stephan A. Rickauer) OK beck@, sthen@