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