summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2002-02-07Generate <>& symbolically.ross
2002-01-15Sort sections, fix punctuation nits.wiz
2002-01-15Sort sections, fix whitespace and punctuation nits.wiz
2002-01-15Sort SEE ALSO.wiz
2002-01-15Sort sections and SEE ALSO, fix punctuation nits.wiz
2002-01-15Sort sections.wiz
2001-12-28* Add user-controlled mk.conf variableslukem
2001-11-29Rename a local to avoid a -Wshadow warning.thorpej
2001-11-05WARNS=2 fixeslukem
2001-09-22undefine VA_VPG and VA_OFF before defining them.mrg
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-09-17Need <machine/pmap.h> for the pdei and ptei macros.simonb
2001-09-07include machine/vmparam.h so it will compile once againchuck
2001-08-05Include <machine/vmparam.h> for VM_MIN_*...matt
2001-08-05Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn'tmatt
2001-07-16Steal the variable VM_* stuff from m68k.matt
2001-06-19Add (mostly stub) x86-64 kvm stuff. Needs work.fvdl
2001-05-21Added support for sun2 kernel cores.fredette
2001-04-25Spell occurred correctly.simonb
2001-04-06xref kvm_open.simonb
2001-03-24kvm_doargv2(): make sure the string ends with '\0'; sysctl() might notjdolecek
2001-03-24Minor fix to kvm_doargv2() - if the kd->argv is reallocated, reinitializejdolecek
2001-01-08Rename kvm_arm32.c to kvm_arm.c, since it's shared between arm32 and arm26.bjh21
2001-01-08use MACIHNE_CPU to determine architecture-dependent source code directory.itojun
2001-01-04sh3 splititojun
2000-12-22adapt to latest struct proc, struct sigacts, struct sigctx changesjdolecek
2000-11-16Add forgotten initialization.msaitoh
2000-10-27be consistent in the use of u_long. eventually they should be uintptr_t.matt
2000-10-10Use %lx instead of %x with _kvm_err when arg is u_long.he
2000-10-05Make this file compiles on alpha.enami
2000-10-04Format size mismatchsommerfeld
2000-10-04format-string audit cleanupssommerfeld
2000-08-01Handle kernel cores properly.eeh
2000-07-16revert part of previous; u_long -> uintptr_t now that uintptr_t is u_long.christos
2000-07-16de-lint. Most important problem was the cast from pointer to uintptr_t tochristos
2000-06-29<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26use <uvm/uvm_param.h> now.mrg
2000-06-26remove redundant vm includesmrg
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-13Document KVM_NO_FILES and kvm_get{proc,argv,envv}2(). Better wordingsimonb
2000-06-06libkvm for sh3msaitoh
2000-06-04Use "NULL" instead of "0" in pointer assignments and comparisons.tron
2000-05-27p_schedflags doesn't exist anymore; just set it to zero for now,thorpej
2000-05-26Add kvm interface to the new sysctls:simonb
2000-05-09Initial commit of arm26 portbjh21
2000-04-15Fill in e_sid when building the eproc from a crash dump.simonb
2000-04-15Document KERN_PROC_TTY_NODEV and KERN_PROC_TTY_REVOKE.simonb
2000-01-15in kvm_getprocs(), check for error from kvm_deadprocs().chs
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-08-19fix four major and one minor bug in dead kernel file-getting. Threecgd