aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Rather than replicating the maths from the kernel, use theBjoern A. Zeeb2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis2009-07-241-2/+8
* Make libkvm work on live systems and crashdumps with andBjoern A. Zeeb2009-07-234-9/+412
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-2/+1
* Fix missing includes of <string.h>, to silence some compiler warnings.Ed Schouten2009-06-147-2/+7
* Add support for PowerPC kernel core files. This commit only addsMarcel Moolenaar2009-04-061-55/+170
* MFp4:Bjoern A. Zeeb2008-11-291-2/+3
* Support kernel crash mini dumps on ARM architecture.Rafal Jaworowski2008-11-064-4/+286
* Reduce code duplication: use calloc() intead of malloc()Xin LI2008-10-171-4/+2
* _kvm_malloc allocates memory through calloc() whichXin LI2008-10-172-2/+0
* Add a "CACHING" section regarding the internal caching of kernel variablesJohn Baldwin2008-08-211-0/+8
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin2008-08-194-3/+214
* Add two new routines to libkvm for working with per-CPU data:John Baldwin2008-08-194-3/+251
* First cut at doing the kvm file needed for mips.Warner Losh2008-07-231-0/+90
* Use _WANT_FILE to make struct file visible from userland. This isPawel Jakub Dawidek2008-05-261-2/+1
* - Don't inspect the P_SA flag. It's being removed.Jeff Roberson2008-03-121-7/+2
* Plug memory leaks that is observed when argbuf or argspc is used in theXin LI2008-01-121-0/+4
* - Update kvm_deadfiles to be compatible with the new system which has noJeff Roberson2007-12-301-44/+87
* Aparrently MACXOCOMLEN exisrts only on my machineJulian Elischer2007-10-261-1/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-1/+8
* - When using kvm use the new conversion method to derive swtime.Jeff Roberson2007-09-211-3/+16
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.Hidetoshi Shimokawa2007-06-154-18/+39
* - Work-around the already partially broken rusage support in kvm byJeff Roberson2007-06-011-0/+2
* Add a level of indirection to the kernel PTE table. The oldMarcel Moolenaar2007-05-191-8/+16
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.John Baldwin2007-02-071-5/+94
* Per Olivier Houchard, use the proper license for this file. HeWarner Losh2007-01-081-10/+10
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-0818-72/+0
* remove already commented out codeJulian Elischer2006-12-061-33/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-4/+4
* unbreak build for sparc64 etc.Kip Macy2006-10-091-1/+2
* buildworld fixes for sun4vKip Macy2006-10-092-0/+8
* Don't forget to set internal error message in kvm_nlist().Wojciech A. Koszek2006-09-201-2/+7
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-231-213/+0
* Rev. 1.44 of this file didn't introduce a right solution,Yaroslav Tykhiy2006-07-251-0/+7
* Include strings.h for bzero()Xin LI2006-06-052-0/+2
* Teach libkvm how to read minidumps. It turns out that minidumps arePeter Wemm2006-04-216-0/+580
* Validate that the supplied file is not empty before trying mmap(2) itChristian S.J. Peron2006-01-151-0/+5
* Fix a well duplicated fencepost error that stopped crashdumps beingPeter Wemm2005-10-202-7/+7
* libkvm bits for arm.Olivier Houchard2005-10-031-18/+162
* Fix the alpha build by using the correct argument types for _kvm_kvatop().Scott Long2005-07-021-1/+1
* Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaksPaul Saab2005-06-301-1/+1
* Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()Peter Wemm2005-06-299-99/+426
* Set ki_tdev to NODEV rather than NULL.Peter Wemm2005-06-241-1/+1
* Make kvm(3) aware of ki_jid field.Pawel Jakub Dawidek2005-03-201-1/+17
* Dike out unwarranted reference to si_udev.Poul-Henning Kamp2005-03-151-0/+4
* Sort sections.Ruslan Ermilov2005-01-204-29/+29
* In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz2004-11-201-1/+1
* Remove un-needed call to close(2). The fd that close is beingChristian S.J. Peron2004-11-131-1/+0