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