summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-14Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
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-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedTheo de Raadt
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-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-01Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@Otto Moerbeek
2020-03-06lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha
2020-01-24Use major 32 for dt(4).Martin Pieuchot
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-10TRUE/FALSE conversions missed in previous.Martin Pieuchot
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-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-20Improve previouskn
2019-10-20Document "set db_console 0|1"kn
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
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-04crank version, following fchmod changeTheo de Raadt
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-11Remove unused scheduler related definitions.Martin Pieuchot
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
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-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2018-12-28Fix dino at uturn attachment. From miod@Mark Kettenis
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-11-15one more typo noticed while pasting miod a reply;Jason McIntyre