Age | Commit message (Expand) | Author |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-28 | do not use MID_ZERO! then file(1) does not work | Theo de Raadt |
2002-03-22 | Attribute table must be allocated 1-1 because it is accessed from | Dale Rahn |
2002-03-21 | Remove dead code, ifdef code which should be dead, KNF. Cleanup. | Dale Rahn |
2002-03-21 | Be more consistant about pted zeroing (the whole structure) | Dale Rahn |
2002-03-21 | Swap the defines to be the ones we want to use, compat ones are defined | Dale Rahn |
2002-03-14 | Improved altivec support for powerpc/macppc. | Dale Rahn |
2002-03-14 | Do not include headers twice. Pointed out by Dries Schellekens. | Dale Rahn |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-13 | Complete rewrite of the powerpc pmap handling, Instead of keeping | Dale Rahn |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn |
2002-02-19 | get rid of old if 0'ed code. add support for __weak_alias and fix | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-25 | Instead of finding pages matching this physical page, match this specific | Dale Rahn |
2002-01-25 | How did this work? It used to attempt the tlb entry for a mapping it is | Dale Rahn |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | ARGH, fix it right... | Dale Rahn |
2002-01-21 | Better barrier protection. pefo found an instance where the previous | Dale Rahn |
2002-01-20 | fix quite appearent bug in cpu_swapin(), missing '&' can easily corrupt | Dale Rahn |
2002-01-13 | better accounting for 'soft' interrupts, before all exceptions were | Dale Rahn |
2002-01-13 | Regress this one additional change, with this change more systems | Dale Rahn |
2002-01-06 | That was no fix, that broke things. If the pte entry is currently found | Dale Rahn |
2002-01-06 | pte_spill() is executed on a special stack in real mode (vm not enabled). | Dale Rahn |
2001-12-17 | Move the process_read_reg prototype to the correct file, it is specified | Dale Rahn |
2001-12-13 | Fix for pmap extract from art. | Dale Rahn |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-29 | Kernel mappings (pmap_kenter_pa) should not be entered into the pv list. | Dale Rahn |
2001-11-29 | Fix for thinko that was caught in code review, error was found 3x, however | Dale Rahn |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn |
2001-11-07 | unbreak child_return. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski |
2001-11-06 | No need for those prototypes here. | Artur Grabowski |
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn |
2001-09-21 | Correctly initialize variables in cpu_fork(). From NetBSD. | Miod Vallat |
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |