Age | Commit message (Expand) | Author |
2014-07-01 | Replace the assembly 88100 FPU imprecise exception code (mostly triggered by | Miod Vallat |
2014-06-18 | Update comment; there seems to be no PC-9801 extension board slot on | Kenji Aoyama |
2014-06-09 | Replace the unmaintainable assembler code responsible for 88100 precise FPU | Miod Vallat |
2014-06-07 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
2014-06-03 | Fix sentinel style. | Kenji Aoyama |
2014-06-03 | Better comment for `faulty address'. | Kenji Aoyama |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-17 | Change the return value of interrupt handler to 0 when nothing is | Kenji Aoyama |
2014-05-08 | Format string fixes for m88k; remove -Wno-format from the m88k kernels. | Miod Vallat |
2014-05-08 | The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only. | Kenji Aoyama |
2014-04-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama |
2014-04-16 | Add generic driver for "NEC PC-9801(*) extension board slot" on | Kenji Aoyama |
2014-04-12 | Delete unused variable. | Kenji Aoyama |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-02-23 | Try and load /etc/random.seed before attempting to load the kernel. | Miod Vallat |
2014-01-30 | Add missing 'stand' directory in order to work 'make build' and 'make | Kenji Aoyama |
2014-01-29 | Add rnddata[] placeholders to make boot block build again, same as | Kenji Aoyama |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
2014-01-06 | typo | Miod Vallat |
2014-01-03 | KNF, update comments, and delete LUNA(m68k) specific DIPSW comments. | Kenji Aoyama |
2014-01-02 | Add primary support for LUNA-88K 4bpp/8bpp frame buffer. | Kenji Aoyama |
2013-12-30 | Correct initialization of Bt458, used in LUNA's 8bpp frame buffer. | Kenji Aoyama |
2013-12-25 | Add missing IPL_MPSAFE, as same as mvme88k. | Kenji Aoyama |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-16 | Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using one | Kenji Aoyama |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat |
2013-11-16 | Allow ddb to be entered from the keyboard, if glass console and ddb.console=1, | Miod Vallat |
2013-11-13 | Do not map frame buffer resources the kernel doesn't use; only keep the | Miod Vallat |
2013-11-12 | We always make symlinks to 'machine' and 'm88k' to compile. | Kenji Aoyama |
2013-11-12 | Fix the bootloader random hang-up while counting down on LUNA-88K2. | Kenji Aoyama |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat |
2013-11-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-11-02 | Link m88k kernels on a BATC boundary. | Miod Vallat |
2013-11-02 | Reserve a page at the beginning of the kernel text to use for the trap vectors, | Miod Vallat |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | Better report of the system type, to match the OMRON spelling; aoyama@ | Miod Vallat |
2013-10-30 | Fix native builds of the luna88k boot block. Install it into /usr/mdec. | Miod Vallat |
2013-10-30 | Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.out | Miod Vallat |
2013-10-30 | Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa | Miod Vallat |
2013-10-30 | No longer build luna88k kernels as a.out binaries, now that we have a native | Miod Vallat |
2013-10-29 | Get boot device and partition from NVRAM. Boot filename still defaults to | Miod Vallat |
2013-10-29 | More cleanups: | Miod Vallat |
2013-10-29 | More cleanup and unused code or data removal. | Miod Vallat |
2013-10-28 | This is the cleaned up version I had intended to commit. | Miod Vallat |