summaryrefslogtreecommitdiff
path: root/lib/libkvm/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-12-30libkvm: Remove mips supportWarner Losh
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-02-06Implement kvm_kerndispLeandro Lupori
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-09[PPC64] Initial libkvm minidump implementationLeandro Lupori
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-03-05Add riscv minidump support to libkvm.Mark Johnston
2018-05-22Use __SCCSID for SCCS IDs in libkvm sources.John Baldwin
2017-08-02Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper
2017-03-28lib/libkvm: start adding basic tests for kvm(3)Enji Cooper
2017-03-22libkvm: bump WARNS to 6 after recent commits done to resolve warnings issuesEnji Cooper
2016-07-18libkvm: Put private kvm routines in kvm_private.c.Will Andrews
2016-04-30Remove kvm_getfiles(3)Enji Cooper
2016-02-04First pass through library packaging.Glen Barber
2015-11-27Add support to libkvm for reading vmcores from other architectures.John Baldwin
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2014-03-23Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner
2014-01-13Re-apply the part of r260022 that was reverted by r260030 withMarcel Moolenaar
2013-12-29Revert part of r260022: LIB32 builds were broken by it.Marcel Moolenaar
2013-12-28Allow building a cross libkvm by setting TARGET_ARCH. The library soMarcel Moolenaar
2013-07-10In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub
2013-04-11Fix typo.Gleb Smirnoff
2013-04-10o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff
2011-05-14Disconnect sun4v architecture from the three.Attilio Rao
2011-01-23libkvm: fix process runtime calculation on crashdumpsUlrich Spörlein
2010-11-07Add minidump support for MIPSOleksandr Tymoshenko
2010-08-28Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn
2010-08-23MFtbemd:Warner Losh
2010-03-01A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-07-23Make libkvm work on live systems and crashdumps with andBjoern A. Zeeb
2008-11-06Support kernel crash mini dumps on ARM architecture.Rafal Jaworowski
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
2006-10-09unbreak build for sparc64 etc.Kip Macy
2006-10-09buildworld fixes for sun4vKip Macy
2006-04-21Teach libkvm how to read minidumps. It turns out that minidumps arePeter Wemm
2003-08-18style.Makefile(5)David E. O'Brien
2003-08-17Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow
2001-05-18Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2001-03-21Find <libkvm.h> in the source tree. This helps standalone builds.Peter Wemm
2000-01-14Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes
1999-10-04Install <kvm.h> from here (after repo copy) so it's all in one package.Peter Wemm
1999-01-23Fixed unsorting of SRCS and MAN3 in previous commit.Bruce Evans
1999-01-22 Implement kvm_getswapinfo() libkvm function. Will be used byMatthew Dillon