| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 12 | -25/+25 |
| 2021-02-23 | Make more efficient clearing interrupts on all processors at boot time. |  aoyama | 1 | -4/+4 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-09 | Now we do not call ttyopen() in sioopen(), we do not need the variable |  aoyama | 1 | -2/+1 |
| 2021-01-01 | Remove useless redundant call of ttyopen(). |  jan | 1 | -4/+1 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 5 | -9/+9 |
| 2020-11-24 | Remove commented-out code messing with uvmexp. |  mpi | 1 | -5/+1 |
| 2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 1 | -3/+3 |
| 2020-07-23 | Nuke unused struct scsi_link member of spc_softc. |  krw | 1 | -3/+1 |
| 2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. |  krw | 1 | -2/+2 |
| 2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 1 | -5/+5 |
| 2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, |  krw | 1 | -4/+5 |
| 2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 1 | -3/+3 |
| 2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 1 | -7/+1 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 2 | -2/+27 |
| 2020-07-06 | wire up kstat(4) |  dlg | 1 | -2/+3 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -3/+0 |
| 2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 1 | -2/+1 |
| 2020-06-07 | Skip probing cbus(4/luna88k) and xp(4/luna88k) in RAMDISK kernel, they |  aoyama | 2 | -3/+9 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+10 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -2/+1 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -3/+0 |
| 2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 1 | -1/+7 |
| 2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 1 | -11/+13 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 2 | -16/+16 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2 | -8/+8 |
| 2020-05-22 | Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@ |  otto | 1 | -1/+2 |
| 2020-05-16 | Make inittodr() and resettodr() MI. |  kettenis | 1 | -93/+1 |
| 2020-05-13 | Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'. |  mpi | 1 | -2/+2 |
| 2020-05-12 | Finally switch luna88k to the same inittodr()/resettodr() implementation |  kettenis | 2 | -93/+123 |
| 2020-02-20 | controler -> controller |  jsg | 1 | -2/+2 |
| 2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 1 | -2/+2 |
| 2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 1 | -5/+2 |
| 2020-01-23 | wire up pppac(4) to some majors on each arch. |  dlg | 1 | -1/+2 |
| 2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 1 | -2/+3 |
| 2020-01-04 | Ignore 'hardware lied' interrupt in do-while loop, same as first |  aoyama | 1 | -1/+6 |
| 2019-12-31 | Use km_alloc(9) instead of uvm_km_zalloc(). |  mpi | 1 | -3/+4 |
| 2019-12-30 | Add ne(4) support on cbus(4). |  aoyama | 4 | -3/+262 |
| 2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. |  aoyama | 1 | -2/+2 |
| 2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" |  guenther | 1 | -2/+7 |
| 2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 1 | -2/+2 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 1 | -1/+6 |
| 2019-10-08 | pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 1 | -4/+4 |
| 2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ |  cheloha | 1 | -3/+1 |
| 2019-06-30 | Change pcic(4) attached with resources specified by locators on luna88k, |  aoyama | 2 | -28/+45 |
| 2019-06-29 | Introduce ISA-like locators on cbus(4) to specify resources in |  aoyama | 3 | -11/+29 |
| 2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. |  deraadt | 1 | -3/+2 |
| 2019-05-09 | Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'. |  aoyama | 1 | -2/+2 |
| 2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 1 | -2/+2 |
| 2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 1 | -1/+2 |