Age | Commit message (Expand) | Author |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-19 | Now MULTIPROCESSOR kernel boots with CPU modules installed in | Kenji Aoyama |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-05 | Move initial ROM console related codes into separated luna88k/romcons.c | Kenji Aoyama |
2022-03-05 | Move CPU-CMMU association report into #ifdef DEBUG section. | Kenji Aoyama |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-14 | Delete incomplete implementation of bus_space_{alloc,free} in bus.h. | Kenji Aoyama |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
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-07-25 | Force to use serial console when no graphic board is found. | Kenji Aoyama |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | Make more efficient clearing interrupts on all processors at boot time. | Kenji Aoyama |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
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-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-24 | Remove commented-out code messing with uvmexp. | Martin Pieuchot |
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-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-07 | Skip probing cbus(4/luna88k) and xp(4/luna88k) in RAMDISK kernel, they | Kenji Aoyama |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
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-05-22 | Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@ | Otto Moerbeek |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-13 | Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'. | Martin Pieuchot |
2020-05-12 | Finally switch luna88k to the same inittodr()/resettodr() implementation | Mark Kettenis |
2020-02-20 | controler -> controller | 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 |