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