Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-01-23 | Add Backtab key, based on a change from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2022-11-06 | Change character drawing depth when 'pseudo' framebuffer depth is changed. | Kenji Aoyama |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-12 | Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware. | Kenji Aoyama |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2021-10-24 | extra 0 fields in cfdriver are not needed | Theo de Raadt |
2021-09-25 | Fix a possible race condition in spc_msgin(). | Kenji Aoyama |
2021-09-25 | Add $OpenBSD$ keyword and correct spelling. | Kenji Aoyama |
2021-09-17 | Sync 1bpp initial palette setting with NetBSD/luna68k. | Kenji Aoyama |
2021-07-31 | Fix displaying incorrect patterns on LUNA's wscons with 1bpp | Kenji Aoyama |
2021-03-11 | spelling | Jonathan Gray |
2021-01-09 | Now we do not call ttyopen() in sioopen(), we do not need the variable | Kenji Aoyama |
2021-01-01 | Remove useless redundant call of ttyopen(). | jan |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-07-23 | Nuke unused struct scsi_link member of spc_softc. | Kenneth R Westerback |
2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2019-02-25 | Typo in comment | Jeremie Courreges-Anglas |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-11-03 | Spaces -> tab, no binary change. | Kenji Aoyama |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-06-17 | Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K. | Kenji Aoyama |
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama |
2017-06-04 | Sync with current NetBSD/luna68k code. | Kenji Aoyama |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-20 | Replace hardcoded addresses with symbolic constants from <machine/board.h> | Miod Vallat |
2017-03-16 | Unroll two small bus_space_{read_write}_multi operations in a hot code path. | Miod Vallat |
2017-03-16 | Use a power of two and left shift, rather than integer multiplication, for | Miod Vallat |
2017-03-15 | We do not need while loop around uiomove(9) in lcdwrite(). | Kenji Aoyama |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-09 | Sync with NetBSD/luna68k changes. | Kenji Aoyama |
2016-12-17 | Add new device xp(4), preliminary support for LUNA's I/O processor. | Kenji Aoyama |
2016-09-01 | space -> tab | Kenji Aoyama |
2016-08-29 | Change le(4) buffer address to 0x71010000, which is the same address | Kenji Aoyama |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
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 |