Age | Commit message (Expand) | Author |
2011-09-18 | A few more fixes to the trap save/restore code. | Mark Kettenis |
2011-09-18 | Disable space-ID hashing like we do on hppa. | Mark Kettenis |
2011-09-18 | Use an uvm object to keep track of the page table pages, just like we do on | Mark Kettenis |
2011-09-18 | Take into account the PIE bits when masking PDEs. | Mark Kettenis |
2011-09-18 | Add missing cache and TLB purges. | Mark Kettenis |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-17 | Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa. | Mark Kettenis |
2011-08-17 | Don't set the PSL_S bit. We generally don't tend to hide CPU counter timers | Mark Kettenis |
2011-08-16 | Use pitlbe and pdtlbe instructions when flushing the entire TLB. | Mark Kettenis |
2011-08-16 | The gp value is stored in a different register on hppa64. | Mark Kettenis |
2011-08-16 | Old proc is stored in %arg0, not in %arg2. | Mark Kettenis |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis |
2011-08-16 | Don't export 'struct pmap' to userland. | Mark Kettenis |
2011-08-07 | A few more fixes to the lazy FPU context switching code. | Mark Kettenis |
2011-08-07 | Avoid clobbering system call arguments upon system call entry. | Mark Kettenis |
2011-08-07 | Enable ssio(4) and com(4). | Mark Kettenis |
2011-08-07 | Bring over ssio(4) from hppa for proper serial console support. | Mark Kettenis |
2011-08-07 | Recognize 64-bit store instructions. | Mark Kettenis |
2011-08-07 | Make sure interrupts are properly masked at the level they're established at. | Mark Kettenis |
2011-08-04 | Make this compile with gcc4. Same fix as for hppa. | Mark Kettenis |
2011-08-01 | Synch with hppa. Seems to fix at least one of the remaining pmap bugs. | Mark Kettenis |
2011-07-10 | If there is recognized MD disk partitioning info, use it to determine | Kenneth R Westerback |
2011-07-09 | syscall() can be a lot simpler on hpaa64. | Mark Kettenis |
2011-07-08 | Don't accidentally mask off the T_USER bit before calling trap(). | Mark Kettenis |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | Add missing bits to the syscall entry path. Not perfect yet, but it works | Mark Kettenis |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | Stuff arg0-arg7 in the right slots of the trap frame. | Mark Kettenis |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years | Mark Kettenis |
2011-07-07 | Bring over a few more cache flushing and TLB purging fixes from hppa. | Mark Kettenis |
2011-07-07 | Don't panic if uvm_fault fails, but enter ddb such that we can inspect the | Mark Kettenis |
2011-07-07 | Set PSL_W bit for forked processes such that they execute in 64-bit mode | Mark Kettenis |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | Finish ansification. | Mark Kettenis |
2011-07-04 | Give each pmap its own space ID. The current algorithm is silly, as we'll wrap | Mark Kettenis |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-05-05 | The gateway page (which contains the system call entry point) needs to be | Mark Kettenis |