aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the fact that kvm_getenvv(3) requires procfs to be mountedChristian S.J. Peron2004-11-131-0/+7
* Belatedly catch up with the dev_t/cdev changes from a few months back.Peter Wemm2004-10-111-1/+11
* - Fix the compile to chase the p_rux changes.John Baldwin2004-10-061-1/+7
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-231-2/+2
* The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.Marcel Moolenaar2004-09-221-1/+1
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-1/+8
* Expand the license referenced indirectly inline.Warner Losh2004-07-312-6/+40
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc toAlexander Kabaev2004-07-281-9/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-027-23/+46
* Markup, grammar, punctuation.Ruslan Ermilov2004-07-011-14/+14
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.Garance A Drosehn2004-06-231-1/+1
* Replace a call to strncpy() with a call to strlcpy()Garance A Drosehn2004-06-231-4/+2
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,Garance A Drosehn2004-06-191-5/+29
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* This library has to change whenever the kernel process structure changes.Julian Elischer2004-06-161-1/+1
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-3/+3
* Implement crashdump decoding for AMD64 as well, now that I have finallyPeter Wemm2004-05-191-28/+63
* Import libkvm MD file for arm.Olivier Houchard2004-05-141-0/+103
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.Jens Schweikhardt2004-03-281-1/+1