summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,Theo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-22Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@Otto Moerbeek
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-13Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.Martin Pieuchot
2020-05-12Finally switch luna88k to the same inittodr()/resettodr() implementationMark Kettenis
2020-02-20controler -> controllerJonathan Gray
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-04Ignore 'hardware lied' interrupt in do-while loop, same as firstKenji Aoyama
2019-12-31Use km_alloc(9) instead of uvm_km_zalloc().Martin Pieuchot
2019-12-30Add ne(4) support on cbus(4).Kenji Aoyama
2019-12-10Like other architectures, luna88k bootloader also needs arc4.c.Kenji Aoyama
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-08pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-06-30Change pcic(4) attached with resources specified by locators on luna88k,Kenji Aoyama
2019-06-29Introduce ISA-like locators on cbus(4) to specify resources inKenji Aoyama
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-10Add (uint32_t) cast on marks[] to avoid warning in gcc3.Kenji Aoyama
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-09Detect /bsd.upgrade kernel and boot it if present instead of default /bsd,Kenji Aoyama
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-02-25Typo in commentJeremie Courreges-Anglas
2018-06-06Make sure cr17 matches curcpu() on non-MULTIPROCESSOR kernels.Kenji Aoyama
2018-03-24Fix intr_restore() on luna88k to restore the previously saved stateVisa Hankala
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.Martin Pieuchot
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot