Age | Commit message (Expand) | Author |
2015-02-14 | Add simple bus_space_{map,unmap,subregion} implementation on luna88k. | Kenji Aoyama |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gather | Kenji Aoyama |
2014-12-08 | Add an intermediate layer driver, cbus(4), to manage its own | Kenji Aoyama |
2014-10-05 | Skip unnecessary processing in interrupt handler. | Kenji Aoyama |
2014-10-01 | More optimization on LUNA frame buffer. | Kenji Aoyama |
2014-09-29 | Use raster(logic) operation, or ROP, function on LUNA frame buffer. | Kenji Aoyama |
2014-09-27 | Change spaces to tab. No binary change. | Kenji Aoyama |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
2014-06-07 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
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-16 | Add generic driver for "NEC PC-9801(*) extension board slot" on | Kenji Aoyama |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
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-11-16 | Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using one | Kenji Aoyama |
2013-11-16 | Allow ddb to be entered from the keyboard, if glass console and ddb.console=1, | Miod Vallat |
2013-11-12 | Fix the bootloader random hang-up while counting down on LUNA-88K2. | Kenji Aoyama |
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-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | 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-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 |
2012-01-08 | Make allocated memory zeroed. This fixes the problem that we got a | Kenji Aoyama |
2011-05-30 | Remove unused ACB_ALLOC define. | Miod Vallat |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-09-29 | It's never too late to make things at least compile. | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |