OpenBSD CVS

CVS log for src/sys/vm/Attic/vm_map.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18.4.2, Wed Jul 4 11:01:20 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.18.4.1: +1 -1 lines
FILE REMOVED

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.21, Wed Jun 27 04:53:31 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED

Die!

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 16 12:54:34 2001 UTC (23 years, 1 month ago) by ho
Branch: MAIN
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 (colored)

No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)

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

merge in approximately 2.9 into SMP branch

Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 6 23:41:02 2001 UTC (23 years, 2 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.18: +3 -6 lines
Diff to previous 1.18 (colored)

Get rid of vm_pmap from struct vmspace.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 3 18:02:28 1999 UTC (24 years, 9 months ago) by art
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: SMP
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Change the pmap_enter api to pass down an argument that indicates
the access type that caused this mapping. This is to simplify pmaps
with mod/ref emulation (none for the moment) and in some cases speed
up pmap_is_{referenced,modified}.
At the same time, clean up some mappings that had too high protection.

XXX - the access type is incorrect in old vm, it's only used by uvm and MD code.
The actual use of this in pmap_enter implementations is not in this commit.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 10 21:19:50 1999 UTC (25 years, 5 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

vm_map_deallocate: only release the simple lock when ref_count > 0. in the other case the simple lock is released in vm_map_lock_drain_*interlock*

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 9 02:01:10 1999 UTC (25 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.15: +3 -5 lines
Diff to previous 1.15 (colored)

Fix to a VM cache trash bug by Chuck Cranor

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 25 20:15:13 1998 UTC (26 years, 1 month ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.14: +33 -6 lines
Diff to previous 1.14 (colored)

Fix my messup in the last commit, thanks mickey

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 25 07:01:19 1998 UTC (26 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.13: +6 -33 lines
Diff to previous 1.13 (colored)

typo

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 1 00:38:11 1998 UTC (26 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.12: +33 -6 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Tue Feb 3 01:27:09 1998 UTC (26 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

Fix the non-MACHINE_NONCONTIG case for Jason's fix.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 2 20:14:06 1998 UTC (26 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.10: +28 -19 lines
Diff to previous 1.10 (colored)

Replay revisions 1.8 and 1.9.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 2 18:39:49 1998 UTC (26 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.9: +102 -54 lines
Diff to previous 1.9 (colored)

The "fix" for running out of kernel maps, from FreeBSD.  Integrated by
myself a couple of weeks ago; reviewed and tested by a few people since then.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 13 18:35:36 1997 UTC (26 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +7 -2 lines
Diff to previous 1.8 (colored)

make msync() have 3 args

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 6 05:59:34 1997 UTC (26 years, 7 months ago) by csapuntz
Branch: MAIN
Changes since 1.7: +22 -18 lines
Diff to previous 1.7 (colored)

Updates for VFS Lite 2 + soft update.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 6 20:21:20 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.6: +17 -21 lines
Diff to previous 1.6 (colored)

back out vfs lite2 till after 2.2

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 6 15:28:53 1997 UTC (26 years, 8 months ago) by csapuntz
Branch: MAIN
Changes since 1.5: +22 -18 lines
Diff to previous 1.5 (colored)

VFS Lite2 Changes

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 25 06:03:07 1997 UTC (26 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.4: +16 -17 lines
Diff to previous 1.4 (colored)

tabify
some /lx/p/ printf changes

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 17 01:25:19 1997 UTC (27 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +11 -10 lines
Diff to previous 1.3 (colored)

Removal of race conditions.  Inspired by Charles Hannum's
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not
used verbatim.  We no longer collapse objects from the pagedaemon as that
is not necessary anymore with the more aggressive collapses that gets done.
This also increases performance of loaded systems.  Much KNF too.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 23 23:54:23 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

make printf/addlog return 0, for compat to userland

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 3 17:45:30 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +10 -11 lines
Diff to previous 1.1 (colored)

From NetBSD: merge with 960217

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:37 1995 UTC (28 years, 8 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:37 1995 UTC (28 years, 8 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.