Jake Burkholder 4d5e57d87d 1. Implement ascopyto() and ascopyfrom() for copying to an alternate address
space from kernel space and from an alternate address space to kernel
   space.
2. Remove the unused and unprototyped physcopy() and physzero() and replace
   with the more versatile ascopy() and aszero(), inspired by the above.
   These can be used to copy and zero physical pages of memory without mapping
   them into kernel space first.
3. Use magic numbers for the offsets in the jmpbuf structure like other
   platforms.
4. Use SET.

Submitted by: 	tmm (1, 4)
2001-11-18 02:47:26 +00:00
..
2001-10-23 00:42:15 +00:00
2001-11-17 13:58:04 +00:00
2001-11-17 18:43:13 +00:00
2001-11-17 13:44:33 +00:00
2001-11-11 15:36:35 +00:00
2001-11-17 01:09:53 +00:00
2001-10-24 14:12:47 +00:00
2001-11-07 19:55:16 +00:00
2001-11-15 18:59:04 +00:00
2001-08-21 09:16:57 +00:00
2001-11-17 13:48:31 +00:00
2001-09-12 08:38:13 +00:00