CVS commit: src/lib/libkvm

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Aug 23 14:00:12 UTC 2023 Modified Files: src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_i386pae.c kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_riscv.c kvm_sparc64.c Log Message: libkvm: whitespace To generate

CVS commit: src/lib/libkvm

2023-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Aug 23 14:00:12 UTC 2023 Modified Files: src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_i386pae.c kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_riscv.c kvm_sparc64.c Log Message: libkvm: whitespace To generate

CVS commit: src/lib/libkvm

2023-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 1 09:08:11 UTC 2023 Modified Files: src/lib/libkvm: Makefile Log Message: libkvm: suppress lint warnings about extern declarations for now This should be properly fixed by someone who is familiar with libkvm, as it

CVS commit: src/lib/libkvm

2023-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 1 09:08:11 UTC 2023 Modified Files: src/lib/libkvm: Makefile Log Message: libkvm: suppress lint warnings about extern declarations for now This should be properly fixed by someone who is familiar with libkvm, as it

CVS commit: src/lib/libkvm

2022-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 20:04:01 UTC 2022 Modified Files: src/lib/libkvm: kvm_proc.c Log Message: read the ps arguments from the correct place. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/lib/libkvm/kvm_proc.c

CVS commit: src/lib/libkvm

2022-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 20:04:01 UTC 2022 Modified Files: src/lib/libkvm: kvm_proc.c Log Message: read the ps arguments from the correct place. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/lib/libkvm/kvm_proc.c

CVS commit: src/lib/libkvm

2022-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 19:51:30 UTC 2022 Modified Files: src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_arm.c kvm_hppa.c kvm_i386.c kvm_m68k.c kvm_mips.c kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_private.h

CVS commit: src/lib/libkvm

2022-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 10 19:51:30 UTC 2022 Modified Files: src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_arm.c kvm_hppa.c kvm_i386.c kvm_m68k.c kvm_mips.c kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_private.h

CVS commit: src/lib/libkvm

2019-09-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 12 10:18:50 UTC 2019 Modified Files: src/lib/libkvm: kvm_aarch64.c Log Message: Need register defines that were moved to armreg.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_aarch64.c

CVS commit: src/lib/libkvm

2019-09-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 12 10:18:50 UTC 2019 Modified Files: src/lib/libkvm: kvm_aarch64.c Log Message: Need register defines that were moved to armreg.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_aarch64.c

re: CVS commit: src/lib/libkvm

2018-02-07 Thread matthew green
matthew green writes: > "Maxime Villard" writes: > > Module Name:src > > Committed By: maxv > > Date: Wed Feb 7 14:03:18 UTC 2018 > > > > Modified Files: > > src/lib/libkvm: kvm.c > > > > Log Message: > > Keep /dev/ksyms open in _kvm_open(). This way /dev/ksyms

re: CVS commit: src/lib/libkvm

2018-02-07 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Wed Feb 7 14:03:18 UTC 2018 > > Modified Files: > src/lib/libkvm: kvm.c > > Log Message: > Keep /dev/ksyms open in _kvm_open(). This way /dev/ksyms can be put into > $g_kmem without breaking the tools that

CVS commit: src/lib/libkvm

2010-02-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 25 23:35:29 UTC 2010 Modified Files: src/lib/libkvm: kvm_powerpc.c Log Message: Adapt to powerpc/spr.h breakup. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_powerpc.c Please note that

CVS commit: src/lib/libkvm

2010-02-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 25 23:35:29 UTC 2010 Modified Files: src/lib/libkvm: kvm_powerpc.c Log Message: Adapt to powerpc/spr.h breakup. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_powerpc.c Please note that