summaryrefslogtreecommitdiffstats
path: root/sys/arch/luna88k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* Now we do not call ttyopen() in sioopen(), we do not need the variableaoyama2021-01-091-2/+1
* Remove useless redundant call of ttyopen().jan2021-01-011-4/+1
* Use daddr_t and not daddr32_t in boot media.krw2020-12-095-9/+9
* Remove commented-out code messing with uvmexp.mpi2020-11-241-5/+1
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-3/+3
* Nuke unused struct scsi_link member of spc_softc.krw2020-07-231-3/+1
* saa.ssa.wwpn is not the same as saa.saa_wwpn.krw2020-07-201-2/+2
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+5
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-4/+5
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-3/+3
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-7/+1
* Add support for timeconting in userland.pirofti2020-07-062-2/+27
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* Skip probing cbus(4/luna88k) and xp(4/luna88k) in RAMDISK kernel, theyaoyama2020-06-072-3/+9
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* /etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt2020-05-261-1/+7
* make loadrandom() return 0 for success, -1 for failure. While here,deraadt2020-05-251-11/+13
* change wsdisplay attribute type from long to uint32_tjsg2020-05-252-16/+16
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-8/+8
* Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@otto2020-05-221-1/+2
* Make inittodr() and resettodr() MI.kettenis2020-05-161-93/+1
* Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.mpi2020-05-131-2/+2
* Finally switch luna88k to the same inittodr()/resettodr() implementationkettenis2020-05-122-93/+123
* controler -> controllerjsg2020-02-201-2/+2
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-5/+2
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-2/+3
* Ignore 'hardware lied' interrupt in do-while loop, same as firstaoyama2020-01-041-1/+6
* Use km_alloc(9) instead of uvm_km_zalloc().mpi2019-12-311-3/+4
* Add ne(4) support on cbus(4).aoyama2019-12-304-3/+262
* Like other architectures, luna88k bootloader also needs arc4.c.aoyama2019-12-101-2/+2
* Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther2019-11-091-2/+7
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-1/+6
* pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha2019-10-081-4/+4
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-041-3/+1
* Change pcic(4) attached with resources specified by locators on luna88k,aoyama2019-06-302-28/+45
* Introduce ISA-like locators on cbus(4) to specify resources inaoyama2019-06-293-11/+29
* Further improve the filesystem stability of kernel installation by KARL.deraadt2019-06-211-3/+2
* Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.aoyama2019-05-091-2/+2
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* Add (uint32_t) cast on marks[] to avoid warning in gcc3.aoyama2019-04-101-3/+4
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2