summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* according to ingo, it isn;t a problem to have empty [BDS]q macros, sojmc2010-09-201-3/+3
* more wacky macro fixing;jmc2010-09-191-3/+3
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-262-20/+34
* Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNELguenther2010-07-171-3/+1
* Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orguenther2010-06-292-2/+13
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+7
* the comment is right, this can indeed go away.jasper2010-01-121-2/+1
* Reimplement kvm_getproc2()'s support for reading crash dumps andguenther2010-01-104-204/+383
* Get page size information by reading the kernel image' struct uvmexp, insteadmiod2009-12-071-22/+44
* Oops, KSEG -> CKSEG.miod2009-11-221-4/+4
* Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide themiod2009-11-221-3/+15
* Do not need -DLIBC_SCCS anymorederaadt2009-10-281-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2712-92/+12
* this is happier if it pulls in a few more includesderaadt2009-07-281-1/+4
* Support KERN_FILE_TEXT here toomillert2009-07-211-2/+13
* Handle the case where so_pcb is NULL.millert2009-07-211-2/+4
* correct kvm_getfile2 error stringmillert2009-07-081-4/+4
* Install ntfs includes and add libkvm (fstat) support. ntfs bitsmillert2009-06-244-9/+101
* Move KREAD define to kvm_private.hmillert2009-06-209-41/+20
* Split out cd9660 bits into their own .c file to avoid #define collisionsmillert2009-06-205-28/+193
* Add msdosfs support now that we have the headers.millert2009-06-201-40/+59
* Quiet a gcc warningmillert2009-06-191-4/+4
* add missing headers needed by free(), memset(), getuid() and strlcpy().chl2009-06-111-2/+5
* Define _KERNEL for the bare minimum. We can include sys/proc.hmillert2009-06-071-6/+9
* Avoid including machine/cpu.hmillert2009-06-071-4/+4
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-076-8/+908
* Mop up after oga@ and unbreak the tree. The direct uncached map is gone sokettenis2009-03-301-6/+1
* All operation on live kernels uses sysctl interface, there is no reason tomiod2009-01-213-14/+10
* Sync _kvm_kvatop with existing pmap code: handle direct mappings andmiod2009-01-021-2/+24
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* Unbreak build.kettenis2008-03-301-1/+7
* Get rid of the silly union for mips pte. No functional change exceptmiod2007-10-181-3/+4
* Make context switching much more MI:art2007-10-101-4/+2
* Bring back Mickey's UVM anon change. Testing by thib@, beck@ andpedro2007-06-181-3/+3
* convert to new .Dd format;jmc2007-05-319-18/+18
* Kernel crash dump support for arm-based platform, with minimal support inmiod2007-05-191-7/+65
* Enable support for > 512MB of physical memory on mips64 systems, by usingmiod2007-05-031-13/+23
* hide struct process from userland, allow kvm_proc to see it.espie2007-04-141-2/+3
* move p_limit and p_cred into struct processtedu2007-04-121-4/+9
* Kernel crash dumps and associated libkvm bits for landisk.miod2007-03-031-29/+115
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-202-57/+26
* the advertising clause on these can safely be removedderaadt2007-01-082-13/+5
* Fix cut'n'paste abuse in error message.miod2006-11-291-3/+3
* Sync with struct proc change.miod2006-11-291-3/+3
* Minimal lip service for savecore to be happy.miod2006-11-061-8/+5
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-101-0/+76
* Back out the anon change. Apparently it was tested by a few, but most ofderaadt2006-07-131-3/+3
* from netbsd: make anons dynamically allocated from pool.mickey2006-06-211-3/+3
* Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernelmiod2006-06-191-50/+29
* Use the non-generic SEGSHIFT value in the 020/030 specific codepath.miod2006-06-121-3/+3