Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-06 | Fix symbolic address in example (noticed by kbob@jogger-egg.com) | Angelos D. Keromytis | |
2001-11-06 | no more vm in LDIRS | Theo de Raadt | |
2001-11-06 | Begone. | Miod Vallat | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | unbreak child_return. | Artur Grabowski | |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski | |
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-11-06 | new vm includes. | Artur Grabowski | |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski | |
2001-11-06 | sync | Peter Stromberg | |
2001-11-06 | new device | Peter Stromberg | |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski | |
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD. | |||
2001-11-06 | Since the header of the file map is Start End, | Dale Rahn | |
print the end address, not the size. | |||
2001-11-06 | Don't Xref old inexistant manpages. | Marc Espie | |
2001-11-06 | Update to match realtiy. | Artur Grabowski | |
2001-11-06 | More sync to NetBSD. | Artur Grabowski | |
- Use malloc/free instead of MALLOC/FREE for variable sized allocations. - Move the memory inheritance code to sys/mman.h and rename from VM_* to MAP_* - various cleanups and simplifications. | |||
2001-11-06 | Use #defines for skip step values. From dgregor@net.ohio-state.edu. | Daniel Hartmeier | |
2001-11-06 | add pablo, born pau casals. 'i owe nearly all my talent at music to the ↵ | Michael Shalayeff | |
influence of my father' | |||
2001-11-06 | start editor in an empty line as used to be; deraadt@ agrees. | Federico G. Schwindt | |
2001-11-06 | Missing ssl manpages and mlinks; beck@ ok. | Federico G. Schwindt | |
2001-11-06 | Need local prototypes for pmap_pinit and pmap_release. | Artur Grabowski | |
2001-11-06 | Add option XFS. ok art, millert | Peter Valchev | |
2001-11-06 | a bit of snprintf cleaning | Theo de Raadt | |
2001-11-06 | remove per art@ | Todd T. Fries | |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski | |
(although they are leftovers from an earlier bad time, the macppc decided that it's a good idea to use them.) | |||
2001-11-06 | No need for those prototypes here. | Artur Grabowski | |
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski | |
2001-11-06 | Must zero out timeout by hand now that it is no longer global. | Todd C. Miller | |
2001-11-06 | Restore asyncronous RPC code now that I found the uninitialized variable | Todd C. Miller | |
that was causing problem. | |||
2001-11-06 | - include shuffling | Artur Grabowski | |
- pmap_pinit and pmap_release need local prototypes now. | |||
2001-11-06 | Redundant includes. | Artur Grabowski | |
2001-11-06 | Redundant includes. | Artur Grabowski | |
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | Zap some redundant includes. | Artur Grabowski | |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski | |
The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h | |||
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-06 | Sync to NetBSD. | Artur Grabowski | |
2001-11-06 | sync to NetBSD. | Artur Grabowski | |
2001-11-06 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | No need to vm_param.h here. | Artur Grabowski | |
2001-11-05 | Leftovers... | Miod Vallat | |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski | |
2001-11-05 | Don't change the state of a thread as a result of a signal that is | Marco S Hyman | |
masked by that thread. This fixes the problem found with the signal regression test. | |||
2001-11-05 | Add more sanity checks of path data in the vi recovery file; potential ↵ | Todd C. Miller | |
problems pointed out by lumpy@the.whole.net | |||
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn | |
Why did Motorola put this exception misaligned with respect to all other exceptions? Altivec is not supported. This will cause any process executing altivec instructions to recieve an illegal instruction signal. | |||
2001-11-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski | |
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | Dale Rahn | |
memory machines and current program demands. | |||
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski | |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller | |
on OpenBSD. |