Module Name:src
Committed By: christos
Date: Sun Dec 15 12:58:38 UTC 2024
Modified Files:
src/lib/libkvm: kvm_proc.c
Log Message:
remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/lib/libkvm/kvm_proc.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Sun Dec 15 12:58:38 UTC 2024
Modified Files:
src/lib/libkvm: kvm_proc.c
Log Message:
remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/lib/libkvm/kvm_proc.c
Please note that diffs are not publi
Module Name:src
Committed By: skrll
Date: Sat Oct 12 12:19:16 UTC 2024
Modified Files:
src/lib/libkvm: kvm_riscv.c
Log Message:
Remove unnecessary cast.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libkvm/kvm_riscv.c
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Sat Oct 12 12:19:16 UTC 2024
Modified Files:
src/lib/libkvm: kvm_riscv.c
Log Message:
Remove unnecessary cast.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libkvm/kvm_riscv.c
Please note that diffs are not
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 a
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 a
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 affec
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 affec
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
Please
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
Please
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 kvm
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 kvm
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
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
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 ca
"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 ne
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 breakup.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_powerpc.c
Please note that diffs are not pu
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 breakup.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_powerpc.c
Please note that diffs are not pu
hi,
> Module Name: src
> Committed By: apb
> Date: Mon Sep 14 19:29:20 UTC 2009
>
> Modified Files:
> src/lib/libkvm: kvm.c
>
> Log Message:
> Move the code that tries to open _PATH_KSYMS first into a common path,
> so that it is used both for the /dev/mem case and the core dump c
19 matches
Mail list logo