Age | Commit message (Expand) | Author |
2014-06-02 | Apply the ``make sure sigcontext does not overlap pending DAE addresses'' | Miod Vallat |
2014-06-01 | Take subsequent stack alignment into account in local_stack_frame() when | Miod Vallat |
2014-05-31 | Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@ | Miod Vallat |
2014-05-31 | Address several problems in signal delivery on 88100 processors: | Miod Vallat |
2014-05-31 | In regdump(), print DAE registers when they are valid, regardless of the | Miod Vallat |
2014-05-31 | Introduce m88100_rewind_insn() to rewind the execution pipeline one | Miod Vallat |
2014-05-26 | Do not change the state of the carry bit in the psr when returning with | Miod Vallat |
2014-05-17 | In pmap_remove_page(), do not keep wired mappings; the callers want them gone. | Miod Vallat |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-10 | Factor out the common ast bits into mi_ast() | Philip Guenther |
2014-05-08 | Format string fixes for m88k; remove -Wno-format from the m88k kernels. | Miod Vallat |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat |
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-07 | Put the kernel VBR page at the beginning of the kernel text, as done on | Miod Vallat |
2013-09-23 | - change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to perform | Miod Vallat |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-26 | When a page needs to be flushed from all caches, make sure the writeback | Miod Vallat |
2013-08-24 | Make sure do_xmem_* return the correct value. This fixes usage of fork() | Miod Vallat |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | Rework the DAE print routines again to output something closer to an actual | Miod Vallat |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | No need to test for DMT0 being valid a second time in the `save DMT and | Miod Vallat |
2013-08-18 | Fix prototypes of do_load_half() and do_load_byte() - those return a | Miod Vallat |
2013-08-15 | Be sure to always invoke cache routines with properly rounded addresses; | Miod Vallat |
2013-08-15 | Be sure to set the `non equal' bit when emulating fcmp{,u} and the operands | Miod Vallat |
2013-08-15 | make debug output sligthly more useful | Miod Vallat |
2013-08-15 | typos | Miod Vallat |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-17 | Use `long' instead of `int' in structure layouts which may get assigned from | Miod Vallat |
2013-07-17 | Fix setregs() to match prototype. Exposed by recent _types.h change, found the | Miod Vallat |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-30 | Add a luna88k-specific function to initialize the instruction cmmu | Kenji Aoyama |
2013-06-07 | Add {,u}{div,mod}si3 to libkern and to the kernel as well. | Miod Vallat |