freebsd_amp_hwpstate/lib/libkvm
Warner Losh e8420087b0 Replace memory leaking instances of realloc with non-leaking reallocf.
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x).  Per ANSI-C, this is
guaranteed to be the same thing.

I've been running these on my system here w/o ill effects for some
time.  However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes.  Shouldn't impact anything, but...
1998-09-16 04:17:47 +00:00
..
Makefile Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. 1998-09-09 11:27:33 +00:00
kvm.3
kvm.c Allow /dev/null as path for the "/dev/mem" file, and assume that people 1998-06-30 21:29:44 +00:00
kvm.h Comment out declaration of kvm_uread until it can be fixed correctly. 1995-03-20 16:35:11 +00:00
kvm_alpha.c Add an alpha machdep for kvm. The vatop functions are stubbed out for 1998-08-15 12:12:22 +00:00
kvm_amd64.c Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages. 1997-08-17 17:42:59 +00:00
kvm_file.c The length argument to sysctl is now size_t. 1998-08-25 07:52:33 +00:00
kvm_geterr.3
kvm_getfiles.3
kvm_getloadavg.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
kvm_getloadavg.c
kvm_getprocs.3 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
kvm_i386.c Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages. 1997-08-17 17:42:59 +00:00
kvm_nlist.3
kvm_open.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:10:05 +00:00
kvm_private.h
kvm_proc.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
kvm_read.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:10:05 +00:00
kvm_sparc.c