Age | Commit message (Expand) | Author |
2011-06-06 | Userland counterpart of the vmmap backout; cranks major version of libkvm. | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() have | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-03-12 | missing word; | Jason McIntyre |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-12 | the comment is right, this can indeed go away. | Jasper Lievisse Adriaanse |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2009-12-07 | Get page size information by reading the kernel image' struct uvmexp, instead | Miod Vallat |
2009-11-22 | Oops, KSEG -> CKSEG. | Miod Vallat |
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-28 | this is happier if it pulls in a few more includes | Theo de Raadt |
2009-07-21 | Support KERN_FILE_TEXT here too | Todd C. Miller |
2009-07-21 | Handle the case where so_pcb is NULL. | Todd C. Miller |
2009-07-08 | correct kvm_getfile2 error string | Todd C. Miller |
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller |
2009-06-20 | Move KREAD define to kvm_private.h | Todd C. Miller |
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 |