Age | Commit message (Expand) | Author |
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 |
2011-05-05 | Make sure we restore sr4 at the very end (just before we go physical) otherwise | Mark Kettenis |
2011-05-03 | We need a little more room for out kernel stack, at least for now. | Mark Kettenis |
2011-05-03 | Properly save and restore the space registers to/from the trap frame. | Mark Kettenis |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-21 | Provide a HPPA_FRAME_ARGS macro. This only works correctly for the | Joel Sing |
2011-04-21 | Move interrupt related defines and prototypes from cpu.h to intr.h. | Joel Sing |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-14 | Make spstrcpy actually copy strings. | Mark Kettenis |
2011-04-14 | Get rid if pcb_uva, like we did on hppa a while ago since it creates evil | Mark Kettenis |
2011-04-14 | Fix copy_on_fault by decrementing the stack pointer before restoring the | Joel Sing |
2011-04-14 | Ansify. | Joel Sing |
2011-04-13 | Export ENAMETOOLONG such that kernels compile again. | Mark Kettenis |
2011-04-13 | Make spstrcpy() work as advertised. | Joel Sing |
2011-04-13 | Enable siop, scsibus and sd. | Joel Sing |
2011-04-13 | Remove some very noisy debug code. | Joel Sing |
2011-04-13 | Do not use a virtual address whilst in physical mode. Instead save the sp | Joel Sing |
2011-04-10 | hppa64 does not have a libspmath | Theo de Raadt |
2011-04-07 | Make $syscall_return work for real. | Mark Kettenis |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |