summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2021-03-11spellingJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-22Terminate backtrace of secondary processors in ddb.Mark Kettenis
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-11Clear CR 26 before returning to userland to avoid potentioal info leak.Mark Kettenis
2021-01-09"encoding of diag instructions is hard, let's go shopping"Mark Kettenis
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.Theo de Raadt
2020-10-21move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(),Theo de Raadt
2020-10-21hppa also has a similar to arm64: copyout(9), copyinstr(9) andTheo de Raadt
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-14When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zeroMark Kettenis
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
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