| Commit message (Expand) | Author | Age | Files | Lines |
* | correct range in comment | kmacy | 2009-05-16 | 1 | -1/+1 |
* | update vm map comment | kmacy | 2009-05-16 | 1 | -1/+0 |
* | Increase default kernel map to 512GB | kmacy | 2009-05-16 | 1 | -2/+2 |
* | Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocating | alc | 2008-07-08 | 1 | -2/+2 |
* | Increase the kernel map's size to 7GB, making room for a kmem map of size | alc | 2008-07-05 | 1 | -2/+2 |
* | Increase the ceiling on the kmem map's size to 3.6GB. Also, define the | alc | 2008-07-03 | 1 | -1/+2 |
* | Document the layout of the address space, borrowing heavily from | alc | 2008-06-30 | 1 | -2/+12 |
* | Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However, | alc | 2008-06-29 | 1 | -1/+1 |
* | Ensure that KERNBASE is no less than the virtual address -2GB. | alc | 2008-06-23 | 1 | -1/+1 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+14 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-03 | 1 | -0/+38 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice | peter | 2004-10-27 | 1 | -1/+1 |
* | Increase VM_KMEM_SIZE_MAX from 200MB to 400MB. | alc | 2003-12-07 | 1 | -1/+1 |
* | Update the graffiti. | peter | 2003-11-08 | 1 | -0/+2 |
* | Re-raise the default datasize and stacksize now that the 32 bit exec | peter | 2003-09-25 | 1 | -2/+2 |
* | Oops. back out last commit. The data and stack limits are used by the | peter | 2003-09-23 | 1 | -2/+2 |
* | Increase the default data size limit from 512MB to 8GB. Increase default | peter | 2003-09-22 | 1 | -2/+2 |
* | Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending | peter | 2003-07-09 | 1 | -8/+8 |
* | Typo fix. oops. | peter | 2003-05-23 | 1 | -1/+1 |
* | Major pmap rework to take advantage of the larger address space on amd64 | peter | 2003-05-23 | 1 | -12/+24 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 1 | -16/+9 |
* | Better fix for previous previous which still allows the 4megs of kva at | jake | 2003-04-07 | 1 | -1/+1 |
* | - Removed UMAXPTDI and UMAXPTEOFF. | jake | 2003-02-24 | 1 | -1/+1 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 1 | -7/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Increased max kmem to 200MB. This should fix some out-of-kmem panics on | dg | 1999-07-24 | 1 | -2/+2 |
* | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | dg | 1998-06-12 | 1 | -3/+3 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -2/+18 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -1/+6 |
* | Bump MAXDSIZ to 512MB so that soft limits have a chance to actually | jkh | 1997-10-27 | 1 | -2/+2 |
* | Allow the kernel configuration file to override the amount of memory | tegge | 1997-06-25 | 1 | -1/+3 |
* | Use UPAGES_HOLE instead of UPAGES in case it's changed some time. | peter | 1997-04-07 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Let the VM system know that on certain arch's that VM_PROT_READ | dyson | 1996-12-30 | 1 | -1/+3 |
* | removed: | phk | 1996-05-02 | 1 | -3/+3 |
* | pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from | phk | 1996-04-30 | 1 | -14/+21 |
* | Killed some historical #define cruft that we've never used in FreeBSD: | dg | 1996-03-12 | 1 | -22/+1 |
* | Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" | dg | 1995-05-25 | 1 | -2/+1 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -3/+3 |
* | Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel | dg | 1994-09-23 | 1 | -2/+2 |
* | Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system | dg | 1994-09-12 | 1 | -111/+7 |
* | Got rid of some old, unused junk. | dg | 1994-09-01 | 1 | -26/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -14/+0 |
* | Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initially | dg | 1994-03-21 | 1 | -2/+5 |
* | "New" VM system from John Dyson & myself. For a run-down of the | dg | 1994-01-14 | 1 | -10/+19 |
* | Increased maximum and default 'size' limits to more reasonable values. | dg | 1994-01-03 | 1 | -5/+5 |