search for: vm_param

Displaying 5 results from an estimated 5 matches for "vm_param".

2003 Sep 09
1
Make installworld failure
...ger.h -> vm/swap_pager.ph vm/vm.h -> vm/vm.ph vm/vm_extern.h -> vm/vm_extern.ph vm/vm_kern.h -> vm/vm_kern.ph vm/vm_map.h -> vm/vm_map.ph vm/vm_object.h -> vm/vm_object.ph vm/vm_page.h -> vm/vm_page.ph vm/vm_pageout.h -> vm/vm_pageout.ph vm/vm_pager.h -> vm/vm_pager.ph vm/vm_param.h -> vm/vm_param.ph vm/vm_zone.h -> vm/vm_zone.ph vm/vnode_pager.h -> vm/vnode_pager.ph *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/utils. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in...
2015 Dec 02
0
No makefile found when make the omega code
...akefiles... no checking for strings.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 pi...
2015 Dec 01
0
No makefile found when make the omega code
...akefiles... no checking for strings.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 pi...
2015 Dec 02
1
No makefile found when make the omega code
...akefiles... no checking for strings.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 pi...
2003 Aug 22
3
PAE removal patch for testing
.... + * $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 <machine/specialreg.h> @@ -162,16 +128,16 @@ * Get PDEs and PTEs for user/kernel address space */ #define pmap_pde(m...