summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm.h
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2020-02-06Implement kvm_kerndispLeandro Lupori
2019-11-08kvm: fix types for cross-debuggingEd Maste
2018-07-05Make struct xinpcb and friends word-size independent.Brooks Davis
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-12libkvm: fix build failuresWill Andrews
2017-11-11libkvm: add kvm_walk_pages API.Will Andrews
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-02libkvm - extend a bit the swap statistics field.Pedro F. Giffuni
2016-04-30Remove kvm_getfiles(3)Enji Cooper
2015-11-27Add support to libkvm for reading vmcores from other architectures.John Baldwin
2014-02-12Add kvm_getncpus() to obtain mp_ncpus.Gleb Smirnoff
2014-02-12While it isn't too late and kvm_read_zpcpu() function isn't yet usedGleb Smirnoff
2013-07-10In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub
2013-04-11Include types.h for C99 uintXX_t types.Gleb Smirnoff
2013-04-10o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff
2011-01-23libkvm code janitoringUlrich Spörlein
2010-03-01Not all programs including kvm.h include the necessary headers to useRobert Watson
2010-03-01A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson
2008-08-19Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin
2008-08-19Add two new routines to libkvm for working with per-CPU data:John Baldwin
2007-01-08Remove the advertising clause. UCB did this some time ago, but theseWarner Losh
2003-10-13Fixed some style bugs in the removal of __P(()). Blind removal ofBruce Evans
2003-07-31Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofPoul-Henning Kamp
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-03-21Remove __P() usage.David E. O'Brien
2000-12-12Change the proc information returned from the kernel so that itKirk McKusick
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-04-10Oops, the previous log message should have been:Bruce Evans
1999-04-09Declare mkstemps().Bruce Evans
1999-01-27Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans
1999-01-23 Oops, forgot this. Needed by libkvm.Matthew Dillon
1998-12-16Declare size_t and ssize_t if they are not already declared, so thatBruce Evans
1998-09-16Adjust the declarations of kvm_read and kvm_write to match reality a littleDoug Rabson
1995-03-20Comment out declaration of kvm_uread until it can be fixed correctly.Rodney W. Grimes
1995-03-20Change u_long to unsigned long to be consistent.Rodney W. Grimes
1995-03-19libkvm exports kvm_uread(), so do declare it in the header file.Joerg Wunsch
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes