opnsense-src/sys/alpha
Alan Cox d4da2dbae6 Fix the following problem:
When creating new processes (or performing exec), the new page
directory is initialized too early.  The kernel might grow before
p_vmspace is initialized for the new process.  Since pmap_growkernel
doesn't yet know about the new page directory, it isn't updated, and
subsequent use causes a failure.

The fix is (1) to clear p_vmspace early, to stop pmap_growkernel
from stomping on memory, and (2) to defer part of the initialization
of new page directories until p_vmspace is initialized.

PR:		kern/12378
Submitted by:	tegge
Reviewed by:	dfr
1999-07-21 18:02:27 +00:00
..
alpha Fix the following problem: 1999-07-21 18:02:27 +00:00
conf Add wb0 to GENERIC now that it actually does work on alpha. (Forgot this 1999-07-11 14:53:37 +00:00
include * Restore register correctly. 1999-07-16 06:45:52 +00:00
isa * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
linux Implementation of TCXONC. 1999-07-17 08:24:57 +00:00
pci Pull some prototypes into scope 1999-07-01 22:48:31 +00:00
tc Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
tlsb Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00