Go to file
thorpej 2b27ac7a99 Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for
each vm_page structure.  Add a VM_MDPAGE_INIT() macro to init this
data when pages are initialized by UVM.  These macros are mandatory,
but ports may #define them to nothing if they are not needed/used.

This deprecates struct pmap_physseg.  As a transitional measure,
allow a port to #define PMAP_PHYSSEG so that it can continue to
use it until its pmap is converted to use VM_MDPAGE_MEMBERS.

Use all this stuff to eliminate a lot of extra work in the Alpha
pmap module (it's smaller and faster now).  Changes to other pmap
modules will follow.
2001-04-29 22:44:31 +00:00
bin In the words of Our Fearless Leader, I am "utterly sick" of dd(1) 2001-04-28 22:47:23 +00:00
crypto fix argument count check after getarg change; spotted by Mark Davies 2001-04-19 07:30:04 +00:00
dist Prefer long names for months; correct comment in resulting man page. 2001-04-27 00:02:23 +00:00
distrib Use x_mount and x_umount. 2001-04-29 15:20:55 +00:00
etc Add the directory for the new sushi menu system/localtime. 2001-04-29 04:49:55 +00:00
games Spell occurred correctly. 2001-04-25 02:33:08 +00:00
gnu Add note explaining what 'P file' means in cvs update output. 2001-04-29 18:08:11 +00:00
include * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
lib Cleanup; improve formatting and descriptions; and some minor fixes here 2001-04-29 19:07:06 +00:00
libexec Fix date, and drop a space. 2001-04-26 23:31:48 +00:00
regress Compile with rounding mode set to dynamic. 2001-04-23 22:09:17 +00:00
sbin make -A a default. present MAC adderss on all ifconfig operations. 2001-04-28 04:11:10 +00:00
share Remove refernece to nonexistant vfs_shutdown(9), per 2001-04-29 19:18:20 +00:00
sys Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for 2001-04-29 22:44:31 +00:00
usr.bin s/refferd/referred/ 2001-04-29 12:02:45 +00:00
usr.sbin Add an example for PPPoE configuration. 2001-04-29 11:41:02 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Extend note to mention named user as well 2001-03-06 19:03:31 +00:00