| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | jake | 2002-04-09 | 5 | -23/+33 |
* | Add device se (commented out, most people won't find this useful yet). | jake | 2002-04-09 | 1 | -0/+1 |
* | Enable device pass. | jake | 2002-04-08 | 1 | -1/+1 |
* | GC the "dumplo" variable, which is no longer used. | phk | 2002-04-07 | 1 | -1/+0 |
* | Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL and | jake | 2002-04-06 | 1 | -6/+3 |
* | Provide an implementation of KTR_CPU that doesn't use pcpu, so we don't | jake | 2002-04-06 | 2 | -27/+31 |
* | Remove invalid KASSERTS. | jake | 2002-04-06 | 1 | -9/+0 |
* | Add missing header for the eeprom driver frontents. | tmm | 2002-04-05 | 1 | -0/+68 |
* | Add MD frontents for the mk48txx driver, ported from NetBSD, and remove | tmm | 2002-04-04 | 4 | -13/+406 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 2 | -2/+2 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+1 |
* | Dike out a highly insecure UCONSOLE option. | ru | 2002-04-03 | 1 | -1/+0 |
* | - Move the MI mutexes sched_lock and Giant from being declared in the | jhb | 2002-04-02 | 1 | -12/+1 |
* | Fix crashes that would happen when more than one 4MB page was used to | tmm | 2002-04-02 | 2 | -21/+13 |
* | Remove the superfluous second argument from the IOTSBSLOT() macro. | tmm | 2002-04-02 | 2 | -16/+16 |