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_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] kvm.3  1.9   10 years  jmc   some Bx/Ox conversion; From: Jan Stary
[TXT] kvm.c  1.62   7 years  tedu   use offsetof to create an offset instead of illegal unaligned pointers ok guenth...
[TXT] kvm_alpha.c  1.16   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_amd64.c  1.13   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_arm.c  1.9   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_cd9660.c  1.6   9 years  tedu   include lock.h, needed for later headers but currently included by magic ok mill...
[TXT] kvm_dump.3  1.12   8 years  jmc   update NAME section to include all documented functions, or otherwise change Dt ...
[TXT] kvm_file.h  1.2   10 years  guenther   Mark internal symbols as hidden. This removes symbols from the ABI, albeit ones...
[TXT] kvm_file2.c  1.49   8 years  zhuk   Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and offline...
[TXT] kvm_geterr.3  1.9   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] kvm_getfiles.3  1.19   8 years  zhuk   Add ERRORS section (requested by bluhm@). While there, move start of RETURN VALU...
[TXT] kvm_getloadavg.3  1.11   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] kvm_getloadavg.c  1.9   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] kvm_getprocs.3  1.20   10 years  schwarze   obvious .Pa fixes; found with mandocdb(8)
[TXT] kvm_hppa.c  1.10   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_i386.c  1.27   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_m88k.c  1.6   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_mips64.c  1.15   9 years  miod   typo
[TXT] kvm_nlist.3  1.10   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] kvm_ntfs.c  1.4   10 years  guenther   Prep for hidden visibility: move the vnode/file related function declarations, i...
[TXT] kvm_open.3  1.18   9 years  jca   The swapfile argument is also const char *. Found a while ago when porting cpul...
[TXT] kvm_powerpc.c  1.10   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] kvm_private.h  1.24   8 years  dlg   add kvm_realloc() as a private function. part of a larger diff ok millert@ guen...
[TXT] kvm_proc.c  1.56   8 years  stefan   Make amaps use less kernel memory (2nd try) The original diff would crash at le...
[TXT] kvm_proc2.c  1.26   8 years  dlg   port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to kvm_getprocs....
[TXT] kvm_read.3  1.9   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] kvm_sh.c  1.6   11 years  deraadt   Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already know ...
[TXT] kvm_sparc64.c  1.10   10 years  deraadt   reduce use of <sys/user.h> ok guenther millert
[TXT] kvm_udf.c  1.9   9 years  tedu   include lock.h, needed for later headers but currently included by magic ok mill...
[TXT] shlib_version  1.18   9 years  claudio   Extend struct kinfo_file a bit for netstat (sync with the kernel). Bump minor nu...
[TXT] kvm_sparc.c (in the Attic) [Hide]  1.15   9 years  miod   Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm d...