Core meeting: Nov 11 2016 - hstlib.c: fixed some problems retrieving a snapshot of a complex data type field. - srvquery.c, hstlib.c, hstlib.h: handle new stock property 'HSTFILTERS'. - toolkit.c: fix alignment problem on Solaris build. - almlib.c, almlib.h, tinetype.h, srvquery.c: added alm filter query stock property - ttycmd.c: added 'errorlvl' logging changes + errors.log messages.log commands.log -> solaris problem fec.log - syslib.c: added routines feclogEx(), etc. to include log 'levels' and add an errors.log - numerous routines: use feclogEx() in place of feclog() in many locations. - iplib.c, syslib.c : fixed a seg fault when cleaning up TCP buckets under certain circumstances. - many routines: re#define SystemFree(p) to 'if (p != NULL) free(p), p = NULL' and refactor various locations accordingly. Thus a 'SystemFree' is guaranteed to check vs. NULL and to assign to NULL post-free. - dbtools.c, dbtools.h, client.c: introduce and use new routine resetOutputBlocks() which comes into play when a local (MMF or PIPE) link goes down and comes back as a UDP loopback (then the data MTUs are different and a large payload can cause problems when the 'numblks' is suddenly larger). history/alarm cycles use direct call to callEqm and not doContract(). Igor: MMF_JUMBO grams ->