| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add 'CACHING' section to kvm_getpcpu.3. | John Baldwin | 2008-08-26 | 1 | -0/+8 |
| * | MFC: Add kvm_getcptime(3). | John Baldwin | 2008-08-26 | 4 | -3/+214 |
| * | MFC: Add kvm_getmaxcpu() and kvm_getpcpu(). | John Baldwin | 2008-08-26 | 4 | -3/+251 |
| * | MFC revision 1.32: | Xin LI | 2008-02-11 | 1 | -0/+4 |
| * | - When using kvm use the new conversion method to derive swtime. | Jeff Roberson | 2007-09-21 | 1 | -3/+16 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -2/+2 |
| * | Re-enable raw dump format support on i386 and amd64 for /dev/fwmem. | Hidetoshi Shimokawa | 2007-06-15 | 4 | -18/+39 |
| * | - Work-around the already partially broken rusage support in kvm by | Jeff Roberson | 2007-06-01 | 1 | -0/+2 |
| * | Add a level of indirection to the kernel PTE table. The old | Marcel Moolenaar | 2007-05-19 | 1 | -8/+16 |
| * | - Move 'struct swdevt' back into swap_pager.h and expose it to userland. | John Baldwin | 2007-02-07 | 1 | -5/+94 |
| * | Per Olivier Houchard, use the proper license for this file. He | Warner Losh | 2007-01-08 | 1 | -10/+10 |
| * | Remove the advertising clause. UCB did this some time ago, but these | Warner Losh | 2007-01-08 | 18 | -72/+0 |
| * | remove already commented out code | Julian Elischer | 2006-12-06 | 1 | -33/+0 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -4/+4 |
| * | unbreak build for sparc64 etc. | Kip Macy | 2006-10-09 | 1 | -1/+2 |
| * | buildworld fixes for sun4v | Kip Macy | 2006-10-09 | 2 | -0/+8 |
| * | Don't forget to set internal error message in kvm_nlist(). | Wojciech A. Koszek | 2006-09-20 | 1 | -2/+7 |
| * | Remove alpha-specific stuff. | Ruslan Ermilov | 2006-08-23 | 1 | -213/+0 |
| * | Rev. 1.44 of this file didn't introduce a right solution, | Yaroslav Tykhiy | 2006-07-25 | 1 | -0/+7 |
| * | Include strings.h for bzero() | Xin LI | 2006-06-05 | 2 | -0/+2 |
| * | Teach libkvm how to read minidumps. It turns out that minidumps are | Peter Wemm | 2006-04-21 | 6 | -0/+580 |
| * | Validate that the supplied file is not empty before trying mmap(2) it | Christian S.J. Peron | 2006-01-15 | 1 | -0/+5 |
| * | Fix a well duplicated fencepost error that stopped crashdumps being | Peter Wemm | 2005-10-20 | 2 | -7/+7 |
| * | libkvm bits for arm. | Olivier Houchard | 2005-10-03 | 1 | -18/+162 |
| * | Fix the alpha build by using the correct argument types for _kvm_kvatop(). | Scott Long | 2005-07-02 | 1 | -1/+1 |
| * | Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks | Paul Saab | 2005-06-30 | 1 | -1/+1 |
| * | Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop() | Peter Wemm | 2005-06-29 | 9 | -99/+426 |
| * | Set ki_tdev to NODEV rather than NULL. | Peter Wemm | 2005-06-24 | 1 | -1/+1 |
| * | Make kvm(3) aware of ki_jid field. | Pawel Jakub Dawidek | 2005-03-20 | 1 | -1/+17 |
| * | Dike out unwarranted reference to si_udev. | Poul-Henning Kamp | 2005-03-15 | 1 | -0/+4 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 4 | -29/+29 |
| * | In preparation to remove U areas, don't refer to p_uarea in libkvm. | David Schultz | 2004-11-20 | 1 | -1/+1 |
| * | Remove un-needed call to close(2). The fd that close is being | Christian S.J. Peron | 2004-11-13 | 1 | -1/+0 |
| * | Document the fact that kvm_getenvv(3) requires procfs to be mounted | Christian S.J. Peron | 2004-11-13 | 1 | -0/+7 |
| * | Belatedly catch up with the dev_t/cdev changes from a few months back. | Peter Wemm | 2004-10-11 | 1 | -1/+11 |
| * | - Fix the compile to chase the p_rux changes. | John Baldwin | 2004-10-06 | 1 | -1/+7 |
| * | Redefine a PTE as a 64-bit integral type instead of a struct of | Marcel Moolenaar | 2004-09-23 | 1 | -2/+2 |
| * | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL. | Marcel Moolenaar | 2004-09-22 | 1 | -1/+1 |
| * | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -1/+8 |
| * | Expand the license referenced indirectly inline. | Warner Losh | 2004-07-31 | 2 | -6/+40 |
| * | Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to | Alexander Kabaev | 2004-07-28 | 1 | -9/+0 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 7 | -23/+46 |
| * | Markup, grammar, punctuation. | Ruslan Ermilov | 2004-07-01 | 1 | -14/+14 |
| * | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | Garance A Drosehn | 2004-06-23 | 1 | -1/+1 |
| * | Replace a call to strncpy() with a call to strlcpy() | Garance A Drosehn | 2004-06-23 | 1 | -4/+2 |
| * | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | Garance A Drosehn | 2004-06-19 | 1 | -5/+29 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | This library has to change whenever the kernel process structure changes. | Julian Elischer | 2004-06-16 | 1 | -1/+1 |
| * | Avoid assignments to cast expressions. | Stefan Farfeleder | 2004-06-08 | 1 | -3/+3 |
| * | Implement crashdump decoding for AMD64 as well, now that I have finally | Peter Wemm | 2004-05-19 | 1 | -28/+63 |