summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
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-25Pass boothowto from bootblock to kernelTheo de Raadt
2020-05-25Add support for write operations to diskstrategy().Theo de Raadt
2020-05-23remove ifdef'd out tc fb cnattach bitsJonathan Gray
2020-05-23remove more cfb and sfb bitsJonathan Gray
2020-05-23remove cfb and sfb alpha tc fb driversJonathan Gray
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.Theo de Raadt
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-11Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsOtto Moerbeek
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGClaudio Jeker
2020-01-24Use major 32 for dt(4).Martin Pieuchot
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-01Remove unused test program.Visa Hankala
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-24Add intr_{disable,restore}() for alpha.Visa Hankala
2019-02-24Remove -S from install commandskn
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-09-06fix whitespaceJonathan Gray
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-20Remove unused spllock().Visa Hankala
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andPhilip Guenther
2018-05-22Delete antique sigdebug definitionsPhilip Guenther
2018-04-20grammar fixes PTE's -> PTEsMike Larkin
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-09Fill in FRAME_PS after the fact. What a ridiculous design decision.Theo de Raadt
2018-03-20Do not panic from ddb(4) when a lock requirement isn't fulfilled.Martin Pieuchot
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot