OpenBSD CVS

CVS log for src/sys/vm/Attic/vm_page.h


[BACK] Up to [local] / src / sys / vm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10.2.4, Tue Nov 13 23:02:31 2001 UTC (22 years, 6 months ago) by niklas
Branch: SMP
Changes since 1.10.2.3: +1 -1 lines
FILE REMOVED

merge in -current

Revision 1.20, Tue Nov 6 03:11:39 2001 UTC (22 years, 7 months ago) by todd
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED

remove per art@

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 6 01:35:04 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
Changes since 1.18: +1 -334 lines
Diff to previous 1.18 (colored)

Move the last content from vm/ to uvm/
The only thing left in vm/ are just dumb wrappers.
vm/vm.h includes uvm/uvm_extern.h
vm/pmap.h includes uvm/uvm_pmap.h
vm/vm_page.h includes uvm/uvm_page.h

Revision 1.10.2.3 / (download) - annotate - [select for diffs], Wed Oct 31 03:32:14 2001 UTC (22 years, 7 months ago) by nate
Branch: SMP
Changes since 1.10.2.2: +15 -101 lines
Diff to previous 1.10.2.2 (colored) to branchpoint 1.10 (colored)

Sync the SMP branch to something just after 3.0

Revision 1.18 / (download) - annotate - [select for diffs], Sun Aug 12 17:55:56 2001 UTC (22 years, 9 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

moce pglisth into uvm_pglist.h

Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 11 10:57:22 2001 UTC (22 years, 9 months ago) by art
Branch: MAIN
Changes since 1.16: +6 -1 lines
Diff to previous 1.16 (colored)

Various random fixes from NetBSD.
Including support for zeroing pages in the idle loop (not enabled yet).

Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 6 14:03:05 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Add a new type voff_t (right now it's typedefed as off_t) used for offsets
into objects.

Gives the possibilty to mmap beyond the size of vaddr_t.

From NetBSD.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 25 14:47:58 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Some updates to UVM from NetBSD. Nothing really critical, just a sync.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 5 07:32:54 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.13: +1 -92 lines
Diff to previous 1.13 (colored)

Remove some left-overs from the old vm system.

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Wed Jul 4 11:01:24 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.10.2.1: +2 -183 lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 27 04:52:40 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.12: +2 -183 lines
Diff to previous 1.12 (colored)

Remove junk from headers, just leave enough for UVM.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Mon May 14 22:47:50 2001 UTC (23 years ago) by niklas
Branch: SMP
Changes since 1.10: +3 -5 lines
Diff to previous 1.10 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 7 17:13:44 2001 UTC (23 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +2 -4 lines
Diff to previous 1.11 (colored)

Always get struct pglist from vm/pglist.h, otherwise old VM compilations
generate redefinition errors.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 10 15:33:11 2000 UTC (23 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

seperate -> separate, okay aaron@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 30 18:21:56 1999 UTC (24 years, 5 months ago) by provos
Branch: MAIN
CVS Tags: SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

swap encryption for UVM, option UVM_SWAP_ENCRYPT.  needs to be enabled
via sysctl.
Pages are encrypted with the Blowfish encryption algorithm, the key
is initialized randomly on first swap out, ensuring that entropy has
accumulated in the kernel randomness pool.  Eventually, swap encryption
will be decided on a process by process basis, e.g. a process that reads from
a cryptographic filesystem will enable swap encrypt for its pages. okay
art@ and deraadt@.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 23 07:56:03 1999 UTC (24 years, 9 months ago) by art
Branch: MAIN
CVS Tags: kame_19991208, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.8: +19 -17 lines
Diff to previous 1.8 (colored)

vm_offset_t -> {v,p}addr_t + some other cleanup

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 26 01:48:51 1999 UTC (25 years, 3 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

add some struct members that uvm uses

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 19 02:54:38 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

make vm_page_alloc_contig() a std function

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 20 15:40:38 1998 UTC (26 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Some cleanup of page steals

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 1 00:38:20 1998 UTC (26 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.4: +368 -94 lines
Diff to previous 1.4 (colored)

Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,
<chuck@openbsd.org>. This code is as of yet disabled on all platforms,
actually not yet supported on more than mvme68k, although other
platforms are expected soon, as code is already available.
This code makes handling of multiple physical memory regions
consistent over all platforms, as well as keeping the performance of
maintaining a single continuous memory chunk.  It is also a
requirement for the upcoming UVM replacement VM system.

What I did in this merge: just declared the pmap_map function in a
MD include file per port that needs it.  It's not an exported pmap
interface, says Chuck.  It ended up in differnt include files on
differnet ports, as I tried to follow the current policy on a per-arch
basis.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 22 20:44:53 1997 UTC (26 years, 8 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +21 -8 lines
Diff to previous 1.3 (colored)

From NetBSD: vm_page_alloc_memory giving continuous memory

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 13 22:22:17 1996 UTC (27 years, 9 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +12 -3 lines
Diff to previous 1.2 (colored)

Document PG_CLEANs role in collapse

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 2 00:06:03 1996 UTC (27 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:38 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:53:38 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.