aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* Implement kvm_kerndispLeandro Lupori2020-02-061-0/+1
* kvm: fix types for cross-debuggingEd Maste2019-11-081-9/+9
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libkvm: fix build failuresWill Andrews2017-11-121-1/+8
* libkvm: add kvm_walk_pages API.Will Andrews2017-11-111-0/+16
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libkvm - extend a bit the swap statistics field.Pedro F. Giffuni2017-01-021-4/+4
* Remove kvm_getfiles(3)Enji Cooper2016-04-301-1/+0
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-0/+14
* Add kvm_getncpus() to obtain mp_ncpus.Gleb Smirnoff2014-02-121-0/+1
* While it isn't too late and kvm_read_zpcpu() function isn't yet usedGleb Smirnoff2014-02-121-1/+1
* In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub2013-07-101-2/+0
* Include types.h for C99 uintXX_t types.Gleb Smirnoff2013-04-111-1/+1
* o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff2013-04-101-0/+2
* libkvm code janitoringUlrich Spörlein2011-01-231-1/+1
* Not all programs including kvm.h include the necessary headers to useRobert Watson2010-03-011-1/+1
* A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson2010-03-011-0/+1
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin2008-08-191-0/+1
* Add two new routines to libkvm for working with per-CPU data:John Baldwin2008-08-191-0/+2
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-081-4/+0
* Fixed some style bugs in the removal of __P(()). Blind removal ofBruce Evans2003-10-131-3/+3
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofPoul-Henning Kamp2003-07-311-1/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-7/+7
* Remove __P() usage.David E. O'Brien2002-03-211-14/+14
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Oops, the previous log message should have been:Bruce Evans1999-04-101-1/+1
* Declare mkstemps().Bruce Evans1999-04-091-4/+5
* Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans1999-01-271-5/+5
* Oops, forgot this. Needed by libkvm.Matthew Dillon1999-01-231-1/+14
* Declare size_t and ssize_t if they are not already declared, so thatBruce Evans1998-12-161-6/+15
* Adjust the declarations of kvm_read and kvm_write to match reality a littleDoug Rabson1998-09-161-2/+2
* Comment out declaration of kvm_uread until it can be fixed correctly.Rodney W. Grimes1995-03-201-0/+2
* Change u_long to unsigned long to be consistent.Rodney W. Grimes1995-03-201-1/+2
* libkvm exports kvm_uread(), so do declare it in the header file.Joerg Wunsch1995-03-191-0/+1
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+69