summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg11-25/+25
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha1-2/+9
2021-02-22Terminate backtrace of secondary processors in ddb.kettenis1-1/+4
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2-2/+5
2021-01-11Clear CR 26 before returning to userland to avoid potentioal info leak.kettenis1-4/+7
2021-01-09"encoding of diag instructions is hard, let's go shopping"kettenis2-69/+31
2020-12-09Use daddr_t and not daddr32_t in boot media.krw3-8/+8
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi1-5/+7
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.deraadt1-4/+2
2020-10-21move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(),deraadt1-3/+2
2020-10-21hppa also has a similar to arm64: copyout(9), copyinstr(9) andderaadt1-1/+7
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt1-17/+15
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt1-7/+9
2020-09-14When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zerokettenis1-3/+3
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi1-27/+1
2020-07-06Add support for timeconting in userland.pirofti2-2/+25
2020-07-06wire up kstat(4)dlg1-2/+3
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-54/+0
2020-06-14Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2-12/+13
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2-2/+12
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt3-7/+3
2020-05-27Retire <machine/varargs.h>.visa1-17/+0
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedderaadt1-8/+17
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt1-3/+3
2020-05-16Make inittodr() and resettodr() MI.kettenis1-93/+1
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromkettenis1-1/+4
2020-05-01Use the same inittodr()/resettodr() implementation as onkettenis2-65/+129
2020-04-18Sync existing stacktrace_save() implementationsvisa1-3/+6
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto2-4/+7
2020-03-06lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha1-2/+2
2020-01-24Use major 32 for dt(4).mpi1-2/+3
2020-01-23wire up pppac(4) to some majors on each arch.dlg1-1/+2
2020-01-20Separate the stack trace saving interface from ddb. The saving does notvisa1-3/+4
2019-12-23The boot loader allows to inspect memory with the hexdump command.bluhm1-2/+7
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk2-2/+5
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-1/+4
2019-11-10TRUE/FALSE conversions missed in previous.mpi1-4/+4
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-2/+2
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi3-14/+14
2019-11-06ANSIfy functions and get rid of boolean_t.mpi1-4/+2
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt4-7/+14
2019-10-20Improve previouskn1-5/+2
2019-10-20Document "set db_console 0|1"kn1-3/+10
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2-5/+5
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andderaadt1-2/+3
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha1-3/+1
2019-08-04crank version, following fchmod changederaadt1-2/+2