summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* proper type and ptdsize checks; had it for three weeks now... sighmickey2006-06-091-6/+9
* Unbreak. Fix some of the lint warnings that mickey reintroduced.kettenis2006-05-071-16/+17
* detect page table dir size difference for normal and pae modesmickey2006-04-271-26/+53
* careful cleanup following advice from lint. be very very very carefulderaadt2006-03-315-80/+81
* ARGSUSED for for a few thingsderaadt2006-03-311-1/+4
* lint happiness, mostly avoiding variable aliasingderaadt2006-03-311-9/+9
* kvm_openfiles() should take int flag, not unsignedderaadt2006-03-312-5/+5
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-2014-47/+48
* Prevent double-free.kettenis2006-03-141-8/+10
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* Use queue macros instead of directly accessing fields. ok millert@otto2005-10-122-8/+8
* add $OpenBSD$ tag. ok miodkevlo2005-01-141-1/+1
* .{N,O}x fixes;jmc2004-11-221-2/+2
* Kill (almost all) warnings.miod2004-09-1510-17/+27
* KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt2004-09-142-5/+5
* free memory allocated by kvm_getproc2() in kvm_close()jaredy2004-08-111-2/+4
* wrong filenamederaadt2004-08-061-2/+2
* ansideraadt2004-08-061-16/+9
* mips alive againpefo2004-08-061-0/+175
* - fix includes needed to compilejaredy2004-08-051-13/+21