OpenBSD CVS

src/lib/libkvm/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libkvm

Current tag: OPENBSD_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   20 years  millert   Add MLINKs for kvm_getproc2() and friends.
[TXT] kvm.3  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm.c  1.37   20 years  deraadt   more explicitly check against -1 for pread/pwrite error returns; millert ok
[TXT] kvm_alpha.c  1.10   22 years  art   Include more machdep headers. (paranoia)
[TXT] kvm_amd64.c  1.1   20 years  deraadt   change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many reasons f...
[TXT] kvm_arm.c  1.1   20 years  drahn   Stub this out, copied from other archs with this stubbed out.
[TXT] kvm_dump.3  1.8   20 years  jmc   section reorder;
[TXT] kvm_geterr.3  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_getfiles.3  1.10   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_getloadavg.3  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_getloadavg.c  1.5   20 years  david   add missing includes ok tedu@
[TXT] kvm_getprocs.3  1.11   20 years  millert   Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use the KERN_PR...
[TXT] kvm_hppa.c  1.2   20 years  miod   Relax licence by removing the 3rd clause on all files whereI was still using a 3...
[TXT] kvm_i386.c  1.11   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_nlist.3  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_open.3  1.9   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_powerpc.c  1.1   27 years  rahnds   Check-in of powerpc library support. NOTE: This will not work until the other pi...
[TXT] kvm_private.h  1.9   20 years  millert   Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use the KERN_PR...
[TXT] kvm_proc.c  1.21   20 years  millert   Sync PTRTOINT64 w/ kernel version and remove some unused vars.
[TXT] kvm_read.3  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_sparc64.c  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] shlib_version  1.6   20 years  millert   Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use the KERN_PR...
[TXT] kvm_file.c (in the Attic) [Hide]  1.9   20 years  deraadt   protos
[TXT] kvm_m68k.c (in the Attic) [Hide]  1.12   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_mvme88k.c (in the Attic) [Hide]  1.3   22 years  miod   use uvm headers there as well...
[TXT] kvm_sparc.c (in the Attic) [Hide]  1.9   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_vax.c (in the Attic) [Hide]  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kvm_x86_64.c (in the Attic) [Hide]  1.1   20 years  mickey   the rest of the libs stuff; from art@ again