| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach libkvm how to read minidumps. It turns out that minidumps are | peter | 2006-04-21 | 6 | -0/+580 |
* | Validate that the supplied file is not empty before trying mmap(2) it | csjp | 2006-01-15 | 1 | -0/+5 |
* | Fix a well duplicated fencepost error that stopped crashdumps being | peter | 2005-10-20 | 2 | -7/+7 |
* | libkvm bits for arm. | cognet | 2005-10-03 | 1 | -18/+162 |
* | Fix the alpha build by using the correct argument types for _kvm_kvatop(). | scottl | 2005-07-02 | 1 | -1/+1 |
* | Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks | ps | 2005-06-30 | 1 | -1/+1 |
* | Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop() | peter | 2005-06-29 | 9 | -99/+426 |
* | Set ki_tdev to NODEV rather than NULL. | peter | 2005-06-24 | 1 | -1/+1 |
* | Make kvm(3) aware of ki_jid field. | pjd | 2005-03-20 | 1 | -1/+17 |
* | Dike out unwarranted reference to si_udev. | phk | 2005-03-15 | 1 | -0/+4 |
* | Sort sections. | ru | 2005-01-20 | 4 | -29/+29 |
* | In preparation to remove U areas, don't refer to p_uarea in libkvm. | das | 2004-11-20 | 1 | -1/+1 |
* | Remove un-needed call to close(2). The fd that close is being | csjp | 2004-11-13 | 1 | -1/+0 |
* | Document the fact that kvm_getenvv(3) requires procfs to be mounted | csjp | 2004-11-13 | 1 | -0/+7 |
* | Belatedly catch up with the dev_t/cdev changes from a few months back. | peter | 2004-10-11 | 1 | -1/+11 |
* | - Fix the compile to chase the p_rux changes. | jhb | 2004-10-06 | 1 | -1/+7 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 1 | -2/+2 |
* | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL. | marcel | 2004-09-22 | 1 | -1/+1 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+8 |
* | Expand the license referenced indirectly inline. | imp | 2004-07-31 | 2 | -6/+40 |
* | Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to | kan | 2004-07-28 | 1 | -9/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 7 | -23/+46 |
* | Markup, grammar, punctuation. | ru | 2004-07-01 | 1 | -14/+14 |
* | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | gad | 2004-06-23 | 1 | -1/+1 |
* | Replace a call to strncpy() with a call to strlcpy() | gad | 2004-06-23 | 1 | -4/+2 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | This library has to change whenever the kernel process structure changes. | julian | 2004-06-16 | 1 | -1/+1 |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -3/+3 |
* | Implement crashdump decoding for AMD64 as well, now that I have finally | peter | 2004-05-19 | 1 | -28/+63 |
* | Import libkvm MD file for arm. | cognet | 2004-05-14 | 1 | -0/+103 |
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | schweikh | 2004-03-28 | 1 | -1/+1 |
* | Document that kvm_open(3) also accepts "/dev/null" as a special | ru | 2004-03-26 | 1 | -4/+15 |
* | Document that libkvm also uses /dev/kmem, to access KVM. | ru | 2004-03-26 | 1 | -3/+7 |
* | Update man page to reflect additional flag to allow selection of threads. | deischen | 2004-02-22 | 1 | -0/+3 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | deischen | 2004-02-22 | 1 | -5/+8 |
* | Allow to specify a character special device as a core file. | simokawa | 2003-10-29 | 1 | -21/+18 |
* | Fixed some style bugs in the removal of __P(()). Blind removal of | bde | 2003-10-13 | 1 | -3/+3 |
* | Document KERN_PROC_PROC, update KERN_PROC_ALL description. | tjr | 2003-09-27 | 1 | -2/+4 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -2/+4 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Remove unnecssary <vm/swap_pager.h> includes. | phk | 2003-07-31 | 3 | -3/+0 |
* | Remove various unused variables, prototypes and local variables. | phk | 2003-07-31 | 1 | -25/+0 |
* | Disable and lobotomize the kvm image reading swapinfo code, the kernel | phk | 2003-07-31 | 1 | -125/+1 |
* | Retire the SWIF_DUMP_TREE code, this is in the way for a rework of | phk | 2003-07-31 | 2 | -191/+0 |
* | Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. | phk | 2003-07-31 | 1 | -79/+0 |
* | P_THREADED was renamed to P_SA, follow up. | davidxu | 2003-06-15 | 1 | -2/+2 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 1 | -1/+1 |
* | s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel. | jhb | 2003-05-14 | 1 | -10/+6 |