The NetBSD Project

CVS log for src/sys/uvm/uvm_fault.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / uvm

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-1-6


Revision 1.76.4.3 / (download) - annotate - [select for diffs], Tue Dec 10 07:14:41 2002 UTC (21 years, 4 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.76.4.2: +4 -3 lines
Diff to previous 1.76.4.2 (colored) to branchpoint 1.76 (colored) next main 1.77 (colored)

Pull up revisions 1.78-1.79 (requested by thorpej in ticket #952)
 change uoff to voff_t from vaddr_t as it's offset within uvm object.
 fix PR/18855.

Revision 1.76.4.2 / (download) - annotate - [select for diffs], Sat Nov 30 14:09:06 2002 UTC (21 years, 4 months ago) by he
Branch: netbsd-1-6
Changes since 1.76.4.1: +23 -5 lines
Diff to previous 1.76.4.1 (colored) to branchpoint 1.76 (colored)

Pull up revision 1.78 (requested by thorpej in ticket #759):
  When breaking a loan due to a page fault, check to see if
  the other kind of reference-holder (anon or object) is
  referencing the page.  If not, the page must be removed
  from the paging queue.

Revision 1.76.4.1 / (download) - annotate - [select for diffs], Sat Nov 30 14:07:13 2002 UTC (21 years, 4 months ago) by he
Branch: netbsd-1-6
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)

Pull up revision 1.77 (requested by chs in ticket #770):
  Be sure that the page we allocate to break a loan is put
  on a paging queue.  Fixes PR#18037.

Revision 1.76 / (download) - annotate - [select for diffs], Mon Mar 25 01:56:48 2002 UTC (22 years, 1 month ago) by chs
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Branch point for: netbsd-1-6, gehenna-devsw
Changes since 1.75: +5 -4 lines
Diff to previous 1.75 (colored)

when processing PG_RDONLY, mask off VM_PROT_WRITE instead of hard-wiring
VM_PROT_READ (since we might have VM_PROT_EXEC too).  this fixes problems
running binaries out of NFS on macppc.  yet another fix courtesy of enami.

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.




CVSweb <webmaster@jp.NetBSD.org>