Age | Commit message (Expand) | Author |
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 |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-21 | Needs <sys/device.h> now | Miod Vallat |
2012-10-18 | Switch luna88k to timecounters; tested by aoyama@ | Miod Vallat |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-03-01 | Add luna88k GENERIC.MP configuration file, based on mvme88k. | Kenji Aoyama |
2012-02-28 | Luna88k multi-processor support, step 3. | Kenji Aoyama |
2012-01-28 | Luna88k multi-processor support, step 2. | Kenji Aoyama |
2012-01-08 | Preliminary multi-processor support for luna88k. It is | Kenji Aoyama |
2012-01-08 | Make allocated memory zeroed. This fixes the problem that we got a | Kenji Aoyama |
2011-12-13 | Fix auto-boot failure problem. The controller name should be a | Kenji Aoyama |
2011-11-19 | Make sure %cr17 points to a valid cpu_info struct before attempting to do the | Miod Vallat |
2011-11-08 | consistant "config bsd" lines; ok miod | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-26 | Make this compile. | Miod Vallat |