Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-11-06 | sync | 2 | -2/+18 | ||
2001-11-06 | new device | 1 | -1/+5 | ||
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | 39 | -573/+215 | ||
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, | 1 | -3/+4 | ||
print the end address, not the size. | |||||
2001-11-06 | Don't Xref old inexistant manpages. | 1 | -3/+1 | ||
2001-11-06 | Update to match realtiy. | 1 | -5/+4 | ||
2001-11-06 | More sync to NetBSD. | 15 | -106/+121 | ||
- 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. | 3 | -43/+52 | ||
2001-11-06 | add pablo, born pau casals. 'i owe nearly all my talent at music to the influence of my father' | 1 | -1/+3 | ||
2001-11-06 | start editor in an empty line as used to be; deraadt@ agrees. | 1 | -0/+2 | ||
2001-11-06 | Missing ssl manpages and mlinks; beck@ ok. | 1 | -4/+129 | ||
2001-11-06 | Need local prototypes for pmap_pinit and pmap_release. | 1 | -1/+4 | ||
2001-11-06 | Add option XFS. ok art, millert | 1 | -1/+8 | ||
2001-11-06 | a bit of snprintf cleaning | 7 | -25/+30 | ||
2001-11-06 | remove per art@ | 1 | -1/+0 | ||
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | 1 | -1/+4 | ||
(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. | 1 | -4/+1 | ||
2001-11-06 | remove the last uses of vm/vm_page.h | 8 | -31/+12 | ||
2001-11-06 | Must zero out timeout by hand now that it is no longer global. | 1 | -3/+3 | ||
2001-11-06 | Restore asyncronous RPC code now that I found the uninitialized variable | 1 | -24/+243 | ||
that was causing problem. | |||||
2001-11-06 | - include shuffling | 1 | -4/+5 | ||
- pmap_pinit and pmap_release need local prototypes now. | |||||
2001-11-06 | Redundant includes. | 1 | -4/+1 | ||
2001-11-06 | Redundant includes. | 1 | -5/+1 | ||
2001-11-06 | redundant includes. | 8 | -30/+13 | ||
2001-11-06 | Zap some redundant includes. | 3 | -11/+3 | ||
2001-11-06 | Move the last content from vm/ to uvm/ | 28 | -700/+687 | ||
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 | 13 | -43/+36 | ||
2001-11-06 | Sync to NetBSD. | 1 | -79/+77 | ||
2001-11-06 | sync to NetBSD. | 1 | -2/+2 | ||
2001-11-06 | Minor sync to NetBSD. | 1 | -23/+63 | ||
2001-11-05 | No need to vm_param.h here. | 1 | -3/+2 | ||
2001-11-05 | Leftovers... | 3 | -563/+0 | ||
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | 14 | -37/+23 | ||
2001-11-05 | Don't change the state of a thread as a result of a signal that is | 2 | -8/+14 | ||
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 problems pointed out by lumpy@the.whole.net | 1 | -7/+23 | ||
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | 2 | -3/+22 | ||
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. | 1 | -2/+1 | ||
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | 1 | -2/+2 | ||
memory machines and current program demands. | |||||
2001-11-05 | Minor sync to NetBSD. | 19 | -108/+89 | ||
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | 1 | -8/+8 | ||
on OpenBSD. | |||||
2001-11-05 | typo. | 1 | -2/+2 | ||
2001-11-05 | More fallout from the fd_getfile changes. | 1 | -2/+3 | ||
2001-11-05 | blink-matching-paren should be default in mg | 1 | -2/+2 | ||
2001-11-05 | Fallout from the mmap changes. | 2 | -4/+4 | ||
2001-11-05 | Add color capabilities to the wsvt25 entries for wscons(4). | 1 | -4/+9 | ||
Adapted from NetBSD, ok millert@ | |||||
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | 49 | -501/+421 | ||
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||||
2001-11-05 | compile fix; fgsch@ ok | 1 | -2/+1 | ||
2001-11-05 | needs rndvar.h | 1 | -1/+5 | ||
2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au | 2 | -6/+6 | ||
2001-11-05 | some syslog_r uses in signal handlers | 4 | -23/+64 | ||