| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add msdosfs support now that we have the headers. |  millert | 2009-06-20 | 1 | -40/+59 |
* | Quiet a gcc warning |  millert | 2009-06-19 | 1 | -4/+4 |
* | add missing headers needed by free(), memset(), getuid() and strlcpy(). |  chl | 2009-06-11 | 1 | -2/+5 |
* | Define _KERNEL for the bare minimum. We can include sys/proc.h |  millert | 2009-06-07 | 1 | -6/+9 |
* | Avoid including machine/cpu.h |  millert | 2009-06-07 | 1 | -4/+4 |
* | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling |  millert | 2009-06-07 | 6 | -8/+908 |
* | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so |  kettenis | 2009-03-30 | 1 | -6/+1 |
* | All operation on live kernels uses sysctl interface, there is no reason to |  miod | 2009-01-21 | 3 | -14/+10 |
* | Sync _kvm_kvatop with existing pmap code: handle direct mappings and |  miod | 2009-01-02 | 1 | -2/+24 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -9/+2 |
* | Unbreak build. |  kettenis | 2008-03-30 | 1 | -1/+7 |
* | Get rid of the silly union for mips pte. No functional change except |  miod | 2007-10-18 | 1 | -3/+4 |
* | Make context switching much more MI: |  art | 2007-10-10 | 1 | -4/+2 |
* | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and |  pedro | 2007-06-18 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 9 | -18/+18 |
* | Kernel crash dump support for arm-based platform, with minimal support in |  miod | 2007-05-19 | 1 | -7/+65 |
* | Enable support for > 512MB of physical memory on mips64 systems, by using |  miod | 2007-05-03 | 1 | -13/+23 |
* | hide struct process from userland, allow kvm_proc to see it. |  espie | 2007-04-14 | 1 | -2/+3 |
* | move p_limit and p_cred into struct process |  tedu | 2007-04-12 | 1 | -4/+9 |
* | Kernel crash dumps and associated libkvm bits for landisk. |  miod | 2007-03-03 | 1 | -29/+115 |
* | Revert PAE pmap for now, until the strange bug is found. This stops |  tom | 2007-02-20 | 2 | -57/+26 |
* | the advertising clause on these can safely be removed |  deraadt | 2007-01-08 | 2 | -13/+5 |
* | Fix cut'n'paste abuse in error message. |  miod | 2006-11-29 | 1 | -3/+3 |
* | Sync with struct proc change. |  miod | 2006-11-29 | 1 | -3/+3 |
* | Minimal lip service for savecore to be happy. |  miod | 2006-11-06 | 1 | -8/+5 |
* | Preliminary userland bits for OpenBSD/landisk, many things coming from |  miod | 2006-10-10 | 1 | -0/+76 |
* | Back out the anon change. Apparently it was tested by a few, but most of |  deraadt | 2006-07-13 | 1 | -3/+3 |
* | from netbsd: make anons dynamically allocated from pool. |  mickey | 2006-06-21 | 1 | -3/+3 |
* | Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernel |  miod | 2006-06-19 | 1 | -50/+29 |
* | Use the non-generic SEGSHIFT value in the 020/030 specific codepath. |  miod | 2006-06-12 | 1 | -3/+3 |
* | proper type and ptdsize checks; had it for three weeks now... sigh |  mickey | 2006-06-09 | 1 | -6/+9 |
* | Unbreak. Fix some of the lint warnings that mickey reintroduced. |  kettenis | 2006-05-07 | 1 | -16/+17 |
* | detect page table dir size difference for normal and pae modes |  mickey | 2006-04-27 | 1 | -26/+53 |
* | careful cleanup following advice from lint. be very very very careful |  deraadt | 2006-03-31 | 5 | -80/+81 |
* | ARGSUSED for for a few things |  deraadt | 2006-03-31 | 1 | -1/+4 |
* | lint happiness, mostly avoiding variable aliasing |  deraadt | 2006-03-31 | 1 | -9/+9 |
* | kvm_openfiles() should take int flag, not unsigned |  deraadt | 2006-03-31 | 2 | -5/+5 |
* | for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok |  mickey | 2006-03-20 | 14 | -47/+48 |
* | Prevent double-free. |  kettenis | 2006-03-14 | 1 | -8/+10 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | Use queue macros instead of directly accessing fields. ok millert@ |  otto | 2005-10-12 | 2 | -8/+8 |
* | add $OpenBSD$ tag. ok miod |  kevlo | 2005-01-14 | 1 | -1/+1 |
* | .{N,O}x fixes; |  jmc | 2004-11-22 | 1 | -2/+2 |
* | Kill (almost all) warnings. |  miod | 2004-09-15 | 10 | -17/+27 |
* | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned |  deraadt | 2004-09-14 | 2 | -5/+5 |
* | free memory allocated by kvm_getproc2() in kvm_close() |  jaredy | 2004-08-11 | 1 | -2/+4 |
* | wrong filename |  deraadt | 2004-08-06 | 1 | -2/+2 |
* | ansi |  deraadt | 2004-08-06 | 1 | -16/+9 |
* | mips alive again |  pefo | 2004-08-06 | 1 | -0/+175 |
* | - fix includes needed to compile |  jaredy | 2004-08-05 | 1 | -13/+21 |