aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-101-1/+1
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-039-34/+12
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-0/+1
* libkvm: catch up with pre-subtracated per-cpu addressesMateusz Guzik2020-10-061-0/+29
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-012-4/+0
* [PowerPC64LE] libkvm powerpc64le support.Brandon Bergren2020-09-232-19/+61
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-219-50/+176
* test: add libkvm read testAlfredo Dal'Ava Junior2020-07-082-1/+101
* Fix copy/paste mistake in kvm_getswapinfo(3)Dimitry Andric2020-06-251-2/+2
* Remove swblk_t.Mark Johnston2020-02-171-4/+2
* Partially revert VNET change and expand VNET structure.Bjoern A. Zeeb2020-02-173-0/+3
* Remove sparc64 filesWarner Losh2020-02-122-356/+0
* Implement kvm_kerndispLeandro Lupori2020-02-067-4/+102
* Remove sparc64 kernel supportWarner Losh2020-02-031-2/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* [PPC64] Initial libkvm minidump implementationLeandro Lupori2019-12-094-0/+950
* kvm: fix types for cross-debuggingEd Maste2019-11-082-16/+16
* Add support for ps -H on corefiles in libkvmMike Karels2019-09-221-102/+147
* Add powerpc support to libkvm probe functionLeandro Lupori2019-09-101-1/+2
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* Chase r350037.Mark Johnston2019-07-161-1/+1
* Update the spelling of my name (continuation of r346571)Enji Cooper2019-04-226-12/+6
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-068-8/+0
* Reorder copyright lines to preserve the source of "All rights reserved."Mark Johnston2019-03-061-1/+1
* Add riscv minidump support to libkvm.Mark Johnston2019-03-053-0/+379
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-3/+5
* Make cache coherency attributes definitions available in machine/vm.h on MIPS.Konstantin Belousov2018-08-011-0/+2
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-2/+0
* Use __SCCSID for SCCS IDs in libkvm sources.John Baldwin2018-05-227-37/+7
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-266-1/+13
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2013-0/+26
* libkvm: fix lib32 build.Will Andrews2017-11-121-0/+1
* libkvm: fix build failuresWill Andrews2017-11-1210-17/+39
* libkvm: fix 'index' shadowing.Will Andrews2017-11-121-13/+13
* libkvm: add kvm_walk_pages API.Will Andrews2017-11-1113-122/+740
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+20
* Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-021-0/+1
* Fix #if conditional added in r319008Enji Cooper2017-05-271-2/+2
* kvm_geterr_test: Compile out the portions that require kvm_open2(3) onEnji Cooper2017-05-271-0/+5
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-0/+1
* lib/libkvm: start adding basic tests for kvm(3)Enji Cooper2017-03-288-0/+531
* libkvm: bump WARNS to 6 after recent commits done to resolve warnings issuesEnji Cooper2017-03-221-1/+1
* libkvm: fix warning issues post-r291406Enji Cooper2017-03-2211-17/+25
* kvm_write: fix -Wcast-qual warning in pointer arithmetic argumentEnji Cooper2017-03-211-1/+1
* kvm_geterr: handle `kd` == NULL in a deterministic/graceful mannerEnji Cooper2017-03-212-1/+15
* Handle kd == NULL gracefully with kvm_close(3)Enji Cooper2017-03-202-2/+25
* kvm_close(3): return `error` instead of blindly returning `0`Enji Cooper2017-03-201-1/+1
* kvm_open2(3): remove '*' when describing addr argument for `resolver`Enji Cooper2017-03-201-2/+2