CVS commit: src/sys/kern
Module Name:src Committed By: para Date: Fri Jan 12 18:54:37 UTC 2018 Modified Files: src/sys/kern: subr_pool.c Log Message: fix comment pool stats are listed 'vmstat -m' not 'vmstat -i' To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/kern/subr_pool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: para Date: Wed May 23 07:33:55 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: fix build obsolete HMAC from cat3 as it was renamed to openssl_HMAC To generate a diff of this commit: cvs rdiff -u -r1.2194 -r1.2195 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/conf
Module Name:src Committed By: para Date: Thu May 25 05:54:29 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC Log Message: follow u3ginit driver rename to umodeswitch To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.457 -r1.458 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: para Date: Fri Jun 2 19:10:19 UTC 2017 Modified Files: src/sys/netinet: wqinput.c Log Message: pool_init does not copy its name argument therefore don't pass in a stack allocated buffer vmstat -mv shows pool(s) with broken name(s) use the name argument passed into wqinput_create directly which is a static string in all 4 callee cases (workqueue_create/workqueue_init copies the name argument) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/wqinput.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: para Date: Sun Jul 23 10:55:00 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c src/sys/net: if_ethersubr.c src/sys/netinet: ip_mroute.c ip_output.c Log Message: kmem_intr_free kmem_intr_[z]alloced memory the underlying pools are the same but api-wise those should match To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/if_iwm.c cvs rdiff -u -r1.242 -r1.243 src/sys/net/if_ethersubr.c cvs rdiff -u -r1.146 -r1.147 src/sys/netinet/ip_mroute.c cvs rdiff -u -r1.282 -r1.283 src/sys/netinet/ip_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: para Date: Tue Jul 14 15:59:21 UTC 2020 Modified Files: src/sys/arch/x86/x86: idt.c Log Message: mark diagused variable as such fixing non DIAGNOSTIC builds To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/idt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: para Date: Sun Jan 5 15:57:15 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c src/sys/uvm: uvm_map.c uvm_map.h Log Message: remove unused predicate function likely unused since kmem changes To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/rump/librump/rumpkern/vm.c cvs rdiff -u -r1.369 -r1.370 src/sys/uvm/uvm_map.c cvs rdiff -u -r1.75 -r1.76 src/sys/uvm/uvm_map.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/gen
Module Name:src Committed By: para Date: Sun Jan 12 20:00:41 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: initialize radix_tree_node_cache with PR_LARGECACHE this increases the cache groups from 15 to 63 items in order to reduce traffic between pool cache layers this is the same as for other highly frequented pool caches as the pvpool and anonpool To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/common/lib/libc/gen/radixtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/pci
Module Name:src Committed By: para Date: Wed Jul 25 19:10:41 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: adjust for possible 49K offset presence of this offset is indicated by a set 19th bit which is shifted away this brings the temperature to "normal" levels on my ryzen 2700 (I assumed the same 49K offset as the k10temp project) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/amdzentemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: para Date: Fri Sep 7 20:44:04 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi Log Message: fix the build add mssing directory to sets list To generate a diff of this commit: cvs rdiff -u -r1.1185 -r1.1186 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: para Date: Wed Sep 12 19:55:39 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi Log Message: add new dir to lists To generate a diff of this commit: cvs rdiff -u -r1.1186 -r1.1187 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.