search for: vmmeter

Displaying 4 results from an estimated 4 matches for "vmmeter".

2015 Dec 02
0
No makefile found when make the omega code
...s.h... (cached) yes checking for sys/select.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for sys/time.h... yes checking for sys/resource.h... yes checking for sys/socket.h... yes checking for sys/sysctl.h... yes checking for vm/vm_param.h... no checking for sys/vmmeter.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for sys/pstat.h... no checking magic.h usability... no checking magic.h presence... no checking for magic.h... no checking for ssize_t... yes checking for mode_t... yes checking for pid_t... yes checking for strftime....
2015 Dec 01
0
No makefile found when make the omega code
...s.h... (cached) yes checking for sys/select.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for sys/time.h... yes checking for sys/resource.h... yes checking for sys/socket.h... yes checking for sys/sysctl.h... yes checking for vm/vm_param.h... no checking for sys/vmmeter.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for sys/pstat.h... no checking magic.h usability... no checking magic.h presence... no checking for magic.h... no checking for ssize_t... yes checking for mode_t... yes checking for pid_t... yes checking for strftime....
2015 Dec 02
1
No makefile found when make the omega code
...s.h... (cached) yes checking for sys/select.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for sys/time.h... yes checking for sys/resource.h... yes checking for sys/socket.h... yes checking for sys/sysctl.h... yes checking for vm/vm_param.h... no checking for sys/vmmeter.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for sys/pstat.h... no checking magic.h usability... no checking magic.h presence... no checking for magic.h... no checking for ssize_t... yes checking for mode_t... yes checking for pid_t... yes checking for strftime....
2003 Aug 22
3
PAE removal patch for testing
...THERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. + * $FreeBSD: /repoman/r/ncvs/src/sys/i386/i386/pmap.c,v 1.250.2.18 2002/03/06 22:48:53 silby Exp $ */ /* @@ -112,7 +80,6 @@ #include <sys/msgbuf.h> #include <sys/vmmeter.h> #include <sys/mman.h> -#include <sys/malloc.h> #include <vm/vm.h> #include <vm/vm_param.h> @@ -129,7 +96,6 @@ #include <sys/user.h> -#include <machine/cpu.h> #include <machine/cputypes.h> #include <machine/md_var.h> #include <mac...