| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to commit this file. Catch up to loader->kernel abi changes. | jake | 2002-05-29 | 1 | -2/+6 |
* | Forward declare struct trapframe. | jake | 2002-05-29 | 1 | -0/+2 |
* | Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwing | jake | 2002-05-29 | 1 | -1/+0 |
* | Don't try to flush illegal alises from the data cache in vmapbuf and | jake | 2002-05-29 | 1 | -30/+0 |
* | Add an MD page flag for tracking if a page is cacheable or not, so that | jake | 2002-05-29 | 2 | -1/+7 |
* | Remove an unused variable. | jake | 2002-05-29 | 1 | -1/+0 |
* | Merge the code in pv.c into pmap.c directly. Place all page mappings onto | jake | 2002-05-29 | 6 | -50/+187 |
* | Add pv list linkage and a pmap pointer to struct tte. Remove separately | jake | 2002-05-29 | 6 | -225/+92 |
* | Use a contrived 'tlb_entry' structure for passing the mappings for the | jake | 2002-05-29 | 4 | -5/+13 |
* | Remove pmap.pm_pvlist and make the functions that use it no-ops. These are | jake | 2002-05-29 | 3 | -53/+3 |
* | Add declarations of suword32 and suword64. Add implementations of one or | dfr | 2002-05-26 | 2 | -0/+48 |
* | Convert the interrupt queue from an array to a linked list. Implement | jake | 2002-05-25 | 8 | -200/+383 |
* | Try to handle "double faults" occuring at more trap levels (ie 4 :)). | jake | 2002-05-25 | 2 | -28/+28 |
* | Minor style. | jake | 2002-05-25 | 1 | -3/+5 |
* | Make the run queue parameters machine dependent. Optimize 64 bit | jake | 2002-05-25 | 1 | -0/+58 |
* | Update tsb_tte_enter prototype per tsb.c rev 1.20. | jake | 2002-05-21 | 1 | -1/+1 |
* | Rewrite pmap_enter to avoid copying ttes in all cases. | jake | 2002-05-21 | 2 | -111/+98 |
* | Redefine the tte accessor macros to take a pointer to a tte, instead of the | jake | 2002-05-21 | 5 | -84/+77 |
* | Add SMP aware cache flushing functions, which operate on a single physical | jake | 2002-05-20 | 7 | -17/+327 |
* | Forward declare struct trapframe. | jake | 2002-05-20 | 1 | -0/+2 |
* | De-inline the tlb demap functions. These were so big that gcc3.1 refused | jake | 2002-05-20 | 2 | -100/+143 |
* | Banish "priviledged" from kernel source. | eric | 2002-05-16 | 1 | -1/+1 |
* | style sync with other platforms. | obrien | 2002-05-15 | 1 | -2/+2 |
* | Move MI stuff out of MD param.h files. | phk | 2002-05-14 | 1 | -41/+0 |
* | Fix IF_SEXT(val, 32). The constants need to have type long to | jake | 2002-05-13 | 1 | -1/+2 |
* | Add another copy of the ia64 dump_machdep.c. | jake | 2002-05-13 | 1 | -0/+299 |
* | Enable KTR_TRAP by default. | jake | 2002-05-12 | 1 | -1/+1 |
* | Add a support macro to convert the 5-bit packed register field of | jake | 2002-05-11 | 1 | -0/+3 |
* | Gcc 3.1 varargs support. | obrien | 2002-05-10 | 3 | -4/+38 |
* | Comment two values I was looking at for GDB. | obrien | 2002-05-09 | 1 | -2/+2 |
* | Remove unneeded include. | jake | 2002-05-08 | 1 | -1/+0 |
* | Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot. | jake | 2002-05-08 | 2 | -102/+152 |
* | Typo fix: detects -> detect. | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Add support for an alternate signal trampoline; add a sysarch call to register | jake | 2002-04-29 | 5 | -1/+37 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 2 | -24/+0 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -3/+4 |
* | Avoid using pmap_kenter "early", since it may need to dink with vm_page | jake | 2002-04-21 | 1 | -24/+32 |
* | MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giant | jake | 2002-04-20 | 1 | -16/+2 |
* | Check the alignment of the stack pointer before copying in windows from the | jake | 2002-04-20 | 1 | -0/+4 |
* | Fix off by one errors in cache flush calls (mostly harmless). | jake | 2002-04-20 | 1 | -3/+3 |
* | Add needed include of tick.h. | jake | 2002-04-20 | 1 | -0/+1 |
* | Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS | rwatson | 2002-04-18 | 1 | -1/+1 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -4/+8 |
* | option<space><tab> | obrien | 2002-04-15 | 1 | -12/+12 |
* | o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() and | alc | 2002-04-13 | 1 | -20/+5 |
* | Include <sys/cdefs.h> for definition of __BSD_VISIBLE. | mike | 2002-04-12 | 1 | -0/+1 |
* | Remove the hack for segsz_t from <sys/types.h>; use the normal | mike | 2002-04-10 | 1 | -0/+1 |
* | Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, and | mike | 2002-04-10 | 1 | -6/+15 |
* | Forgot these files in previous commit to frame.h. Also add needed include | jake | 2002-04-09 | 2 | -7/+8 |
* | Oops. machine/emul.h didn't exist yet. | jake | 2002-04-09 | 1 | -0/+39 |