OpenBSD CVS

CVS log for src/sys/crypto/Attic/mbuf.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3.8.2, Wed Jul 4 10:40:01 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.3.8.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.5, Fri Jun 8 08:15:50 2001 UTC (23 years ago) by deraadt
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED

rename a file for The Anal One

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 8 08:09:35 2001 UTC (23 years ago) by art
Branch: MAIN
Changes since 1.3: +3 -4 lines
Diff to previous 1.3 (colored)

Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *).
Matches NetBSD. Tested by various people on various platforms.

Revision 1.3.8.1 / (download) - annotate - [select for diffs], Mon May 14 22:06:52 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 24 04:54:19 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.2: +26 -35 lines
Diff to previous 1.2 (colored)

use pmap_extract() instead of vtophys(); art

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 20 13:05:30 2000 UTC (24 years, 1 month ago) by art
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Don't include machine/pmap.h, vm/pmap.h does that for us.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 19 00:10:35 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN

split out mbuf scatter gather function

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.