Age | Commit message (Expand) | Author |
2009-06-20 | Split out cd9660 bits into their own .c file to avoid #define collisions | Todd C. Miller |
2009-06-20 | Add msdosfs support now that we have the headers. | Todd C. Miller |
2009-06-19 | Quiet a gcc warning | Todd C. Miller |
2009-06-11 | add missing headers needed by free(), memset(), getuid() and strlcpy(). | Charles Longeau |
2009-06-07 | Define _KERNEL for the bare minimum. We can include sys/proc.h | Todd C. Miller |
2009-06-07 | Avoid including machine/cpu.h | Todd C. Miller |
2009-06-07 | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling | Todd C. Miller |
2009-03-30 | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so | Mark Kettenis |
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat |
2009-01-02 | Sync _kvm_kvatop with existing pmap code: handle direct mappings and | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-03-30 | Unbreak build. | Mark Kettenis |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-19 | Kernel crash dump support for arm-based platform, with minimal support in | Miod Vallat |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-04-14 | hide struct process from userland, allow kvm_proc to see it. | Marc Espie |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-01-08 | the advertising clause on these can safely be removed | Theo de Raadt |
2006-11-29 | Fix cut'n'paste abuse in error message. | Miod Vallat |
2006-11-29 | Sync with struct proc change. | Miod Vallat |
2006-11-06 | Minimal lip service for savecore to be happy. | Miod Vallat |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-06-19 | Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernel | Miod Vallat |
2006-06-12 | Use the non-generic SEGSHIFT value in the 020/030 specific codepath. | Miod Vallat |
2006-06-09 | proper type and ptdsize checks; had it for three weeks now... sigh | Michael Shalayeff |
2006-05-07 | Unbreak. Fix some of the lint warnings that mickey reintroduced. | Mark Kettenis |
2006-04-27 | detect page table dir size difference for normal and pae modes | Michael Shalayeff |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | Theo de Raadt |
2006-03-31 | ARGSUSED for for a few things | Theo de Raadt |
2006-03-31 | lint happiness, mostly avoiding variable aliasing | Theo de Raadt |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt |
2006-03-20 | for some of internal functions use paddr_t where phys addr is intended instea... | Michael Shalayeff |
2006-03-14 | Prevent double-free. | Mark Kettenis |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek |
2005-01-14 | add $OpenBSD$ tag. ok miod | Kevin Lo |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-09-15 | Kill (almost all) warnings. | Miod Vallat |
2004-09-14 | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | Theo de Raadt |
2004-08-11 | free memory allocated by kvm_getproc2() in kvm_close() | Jared Yanovich |
2004-08-06 | wrong filename | Theo de Raadt |
2004-08-06 | ansi | Theo de Raadt |
2004-08-06 | mips alive again | Per Fogelstrom |