Age | Commit message (Expand) | Author |
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 |
2013-10-28 | Recognize kernel symbols when booted from the standalone bootloader. | Miod Vallat |
2013-10-28 | The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELF | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-18 | Add configuration for MI libsa loadfile, to be used soon. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-08-25 | Do not require that `extra' partitions (i-p) start on cylinder boundaries; | Miod Vallat |
2013-08-16 | Check number of planes (1, 4, or 8bpp) by ourselves, because PROM | Kenji Aoyama |
2013-08-10 | On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are | Kenji Aoyama |
2013-08-10 | Initialize first_addr much earlier, in locore; this will help adding | Miod Vallat |
2013-08-10 | Only clear the bss after we have picked a cpu as master, and on this cpu only; | Miod Vallat |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-13 | Add missing '#include "fuse.h"' in previous change. | Kenji Aoyama |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-27 | Drop lvalue casts; allows this to compile with gcc 4. | Miod Vallat |
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama |
2013-05-17 | Fix 'the right-of-cursor background color is inverted when we do | Kenji Aoyama |
2013-05-16 | Ignore colormap operations at 1bpp, to work with Xorg wsfb driver. | Kenji Aoyama |
2013-05-02 | typos | Miod Vallat |
2013-04-28 | Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300 | Kenji Aoyama |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-02-17 | Constify struct cmmu. | Miod Vallat |
2013-01-07 | Fix typos. | Kenji Aoyama |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-26 | Nuke commons. | Miod Vallat |
2012-12-25 | Add GENERIC.MP | Miod Vallat |
2012-12-04 | Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, | Miod Vallat |
2012-11-13 | Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticed | Miod Vallat |