Age | Commit message (Expand) | Author |
2002-06-10 | argh, no last minute changes... | Dale Rahn |
2002-06-10 | pmap cleanup and KNF. | Dale Rahn |
2002-06-09 | KNF | Dale Rahn |
2002-06-08 | One ddb to rule them all. | Miod Vallat |
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat |
2002-06-07 | More DDB fallout. | Dale Rahn |
2002-06-07 | This doesn't happen, and Debugger should not be used here anyway... | Dale Rahn |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-06 | zap | Artur Grabowski |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-18 | Optimize pmap_remove(). It frequently is called with no mappings to | Dale Rahn |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn |
2002-05-14 | powerpc generates powerpc coredumps, not hppa coredumps. | Dale Rahn |
2002-05-13 | Add missing cnpollc() calls. | Dale Rahn |
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 |