Age | Commit message (Expand) | Author |
2003-12-14 | Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbit | Miod Vallat |
2003-12-14 | Remove unnecessary trunc_page() calls, and change pmap_enter() logic to | Miod Vallat |
2003-12-12 | Provide a better delay() resolution on 188. | Miod Vallat |
2003-12-11 | Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt. | Miod Vallat |
2003-11-18 | Remove the duplicated code in ssh_checkintr() - checked against mvme68k. | Miod Vallat |
2003-11-18 | In ssh_checkintr(), better check pointers for NULL before they | Miod Vallat |
2003-11-17 | Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out. | Miod Vallat |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-14 | the the; rohee@ | Miod Vallat |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-11-08 | Inline invalidate_pte(). | Miod Vallat |
2003-11-08 | Save the current floatingpoint state in the pcb. | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-28 | Split pmap_remove_range() into its main loop and a new function, | Miod Vallat |
2003-10-28 | In pmap_remove_range(), be sure to propagate pvlist flags when removing | Miod Vallat |
2003-10-27 | Be sure to always have a valid faulting address when we send a signal | Miod Vallat |
2003-10-27 | Be sure to flush the entire va space in cpu_switch(). | Miod Vallat |
2003-10-27 | Remove dead code and polish comments | Miod Vallat |
2003-10-24 | Remove dead code. | Miod Vallat |
2003-10-24 | No \n in panic() messages... | Miod Vallat |
2003-10-23 | Correctly recover from bus error during guarded_access() on 88110. | Miod Vallat |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat |
2003-10-19 | Simplify pmap DEBUG test constructs. | Miod Vallat |
2003-10-16 | Better DEBUG output. | Miod Vallat |
2003-10-15 | Better reset code, even. | Miod Vallat |
2003-10-15 | Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpected | Miod Vallat |
2003-10-13 | Get rid of the "page table group" stuff. "groups" used to be one logical page | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-11 | Better sync comment with reality after last commit. | Miod Vallat |
2003-10-11 | Get rid of "union cpupid"; makes <machine/cpus.h> disappear as well. | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-11 | Page tables can be cached again on 187 and 188, as long as they are cached | Miod Vallat |
2003-10-11 | Simplify DAE debug display. | Miod Vallat |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat |
2003-10-10 | In pmap_expand_kmap(), be sure to initialize new page tables. | Miod Vallat |
2003-10-09 | Minor cpp changes to let all kernels in conf/ compile. | Miod Vallat |
2003-10-08 | Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane). | Miod Vallat |
2003-10-08 | delay() is actually a void function. | Miod Vallat |
2003-10-08 | Nivas had identified an 88200 specific bug, where flushes of a page or a | Miod Vallat |
2003-10-06 | Correctly handle sparse mappings in pmap_changebit() and pmap_testbit(). | Miod Vallat |
2003-10-06 | More vm_offset_t removal I forgot to check in; spotted by deraadt@ | Miod Vallat |
2003-10-05 | Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep. | Miod Vallat |
2003-10-05 | Oops, commited from the wrong tree | Miod Vallat |
2003-10-05 | More cmmu routines cleanup: | Miod Vallat |
2003-10-05 | Do not use empty No_SSBR and No_Precheck macros, but rather pass empty | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-10-05 | De-register | Miod Vallat |
2003-10-05 | typos | Miod Vallat |