OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9.8.1, Wed Jul 4 11:01:29 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.9: +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.11, Wed Jun 27 04:53:32 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.10: +1 -1 lines
FILE REMOVED

Die!

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 5 20:57:04 2001 UTC (23 years, 1 month ago) by art
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Get rid of CLSIZE and all related stuff.
CLSIZE -> 1
CLBYTES -> PAGE_SIZE
OLOFSET -> PAGE_MASK
etc.
At the same time some archs needed some cleaning in vmparam.h so that
goes in at the same time.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 28 00:13:21 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Branch point for: SMP
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}.  Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC.  vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr().  Fixes 549 + more

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 6 05:59:39 1997 UTC (26 years, 7 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.7: +2 -2 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:30 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.6: +1 -1 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:58 1997 UTC (26 years, 8 months ago) by csapuntz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

VFS Lite2 Changes

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 17 17:26:15 1997 UTC (26 years, 9 months ago) by weingart
Branch: MAIN
Changes since 1.4: +12 -3 lines
Diff to previous 1.4 (colored)

Overflow checks

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

tabify
some /lx/p/ printf changes

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 29 21:17:17 1997 UTC (27 years, 2 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +10 -1 lines
Diff to previous 1.2 (colored)

Do not include mmap'ed device memory in coredumps; from Matthias Drochner
<drochner@zel024.zel.kfa-juelich.de> in NetBSD PR 3252

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 3 17:45:39 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +4 -1 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:38 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:38 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.