Age | Commit message (Expand) | Author |
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 |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-04 | Ignore 'hardware lied' interrupt in do-while loop, same as first | Kenji Aoyama |
2019-12-31 | Use km_alloc(9) instead of uvm_km_zalloc(). | Martin Pieuchot |
2019-12-30 | Add ne(4) support on cbus(4). | Kenji Aoyama |
2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. | Kenji Aoyama |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-08 | pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@ | cheloha |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-06-30 | Change pcic(4) attached with resources specified by locators on luna88k, | Kenji Aoyama |
2019-06-29 | Introduce ISA-like locators on cbus(4) to specify resources in | Kenji Aoyama |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-05-09 | Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'. | Kenji Aoyama |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-10 | Add (uint32_t) cast on marks[] to avoid warning in gcc3. | Kenji Aoyama |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-09 | Detect /bsd.upgrade kernel and boot it if present instead of default /bsd, | Kenji Aoyama |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-02-25 | Typo in comment | Jeremie Courreges-Anglas |
2018-06-06 | Make sure cr17 matches curcpu() on non-MULTIPROCESSOR kernels. | Kenji Aoyama |
2018-03-24 | Fix intr_restore() on luna88k to restore the previously saved state | Visa Hankala |
2018-03-12 | Make luna88k use the MI mplock implementation. | Kenji Aoyama |