summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm.c
AgeCommit message (Expand)Author
2003-11-04When using /dev/ksyms, don't keep it open more than strictly necessary.cube
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-11Make the kvm routines use /dev/ksyms to get the kernel namelist.ragge
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-16use strlcpy to ensure string terminationitojun
2002-09-17Use FD_CLOEXEC instead of `1' and don't cast.christos
2002-09-17Default using the value of machdep.booted_kernel from sysctl() if itatatat
2002-09-17another SETFL->SETFDdrochner
2002-09-17actually do the close-on-execdrochner
2002-09-16Set the close-on-exec bit on all file descriptors we open. Inspired by achristos
2002-08-08Don't omit third argument to open(2).soren
2002-05-26__STDC__ is always defined on NetBSD.wiz
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2000-11-16Add forgotten initialization.msaitoh
2000-10-04format-string audit cleanupssommerfeld
2000-06-29<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includesmrg
2000-05-26Add kvm interface to the new sysctls:simonb
1999-07-02More trailing white space.simonb
1999-04-01Nuke swap_pager.h.mycroft
1998-09-27Remove lintchristos
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-01Remove some lint.thorpej
1998-07-26const poisoning.mycroft
1998-06-30Oops, missed a couple of pread(2) uses.thorpej
1998-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-06-29fix return value of kvm_read() and kvm_write()msaitoh
1998-02-03remove obsolete register declarationsperry
1997-10-10clean up WARNS on the alpha.mrg
1997-08-15use <sys/cdefs.h> __RCSID() macromikel
1997-08-12Call _kvm_mdopen(kd) to do machine-dependent initialization.gwr
1997-04-09Add missing argument to fprintf().thorpej
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-11-09Check return value of _kvm_initvtop().pk
1996-10-12Don't use a kernel database based on the file name, use onlycgd
1996-10-04some spaces -> tabscgd
1996-10-01add code so that if kvm_nlist() failed because __fdnlist() failed,cgd
1996-06-23Fix the empty error message problem more completely. When the magic-checkleo
1996-06-23Fix the mysterious empty error message when savecore is executed and noleo
1996-05-05Allow more flexibility in the format of cpu_kcore_hdr_t and isolategwr
1996-03-18RCS id police.thorpej
1996-03-18Nuke the kd_live argument to kvm_dump_mkheader(). it's not needed anymore...leo
1996-03-16New libkvm/savecore implementation. With the following differences:leo
1995-07-04slight type cleanup. add some prototypes for internal functions,cgd
1995-05-16Use the new ps_strings format. Find the arguments using theirmycroft
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-09-18Move the swap page buffer into struct __kvm. Cache the page size duringmycroft
1994-05-09clean up importcgd
1994-05-05field name change, and safety (minor)cgd
1994-05-05update for changed flagscgd