”P243990 10 283 232 182 108 224 108 113 172 473 694 K 10 svn:author V 4 jkim K 8 svn:date V 27 2012-12-07T20:09:27.261775Z K 7 svn:log V 189 Implement the SLJIT_CACHE_FLUSH() macro for arm, mips, and powerpc. It was only compile-tested on powerpc. arm and mips are just my blunt guesswork. Discussed with: nwhitehorn (powerpc) END K 10 svn:author V 8 melifaro K 8 svn:date V 27 2012-12-07T20:55:24.501570Z K 7 svn:log V 134 Merge r241882. Provide example for newly-added NG_NETFLOW_V9INFO_TYPE Submitted by: Dmitry Luhtionov END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:05:42.425898Z K 7 svn:log V 90 There is no need anymore to include vm/uma.h after r241726. Obtained from: WHEEL Systems END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:13:33.616466Z K 7 svn:log V 16 Style cleanups. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:15:51.466194Z K 7 svn:log V 131 - Make socket_zone static - it is used only in this file. - Update maxsockets on uma_zone_set_max(). Obtained from: WHEEL Systems END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:19:41.195650Z K 7 svn:log V 16 Style cleanups. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:22:04.147505Z K 7 svn:log V 21 More style cleanups. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:23:53.680587Z K 7 svn:log V 80 Make use of the fact that uma_zone_set_max(9) already returns actual limit set. END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:27:13.497051Z K 7 svn:log V 380 Implemented uma_zone_set_warning(9) function that sets a warning, which will be printed once the given zone becomes full and cannot allocate an item. The warning will not be printed more often than every five minutes. All UMA warnings can be globally turned off by setting sysctl/tunable vm.zone_warnings to 0. Discussed on: arch Obtained from: WHEEL Systems MFC after: 2 weeks END K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-07T22:30:30.453964Z K 7 svn:log V 601 Configure UMA warnings for the following zones: - unp_zone: kern.ipc.maxsockets limit reached - socket_zone: kern.ipc.maxsockets limit reached - zone_mbuf: kern.ipc.nmbufs limit reached - zone_clust: kern.ipc.nmbclusters limit reached - zone_jumbop: kern.ipc.nmbjumbop limit reached - zone_jumbo9: kern.ipc.nmbjumbo9 limit reached - zone_jumbo16: kern.ipc.nmbjumbo16 limit reached Note that those warnings are printed not often than every five minutes and can be globally turned off by setting sysctl/tunable vm.zone_warnings to 0. Discussed on: arch Obtained from: WHEEL Systems MFC after: 2 weeks END