summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-1111-25/+25
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Terminate backtrace of secondary processors in ddb.kettenis2021-02-221-1/+4
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Clear CR 26 before returning to userland to avoid potentioal info leak.kettenis2021-01-111-4/+7
* "encoding of diag instructions is hard, let's go shopping"kettenis2021-01-092-69/+31
* Use daddr_t and not daddr32_t in boot media.krw2020-12-093-8/+8
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-5/+7
* uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.deraadt2020-10-221-4/+2
* move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(),deraadt2020-10-211-3/+2
* hppa also has a similar to arm64: copyout(9), copyinstr(9) andderaadt2020-10-211-1/+7
* use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt2020-10-081-17/+15
* Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt2020-09-241-7/+9
* When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zerokettenis2020-09-141-3/+3
* Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi2020-08-191-27/+1
* Add support for timeconting in userland.pirofti2020-07-062-2/+25
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-54/+0
* Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2020-06-142-12/+13
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-312-2/+12
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-293-7/+3
* Retire <machine/varargs.h>.visa2020-05-271-17/+0
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* iodcstrategy() maintains a cache for READ performance (tapes are supportedderaadt2020-05-261-8/+17
* Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt2020-05-171-3/+3
* Make inittodr() and resettodr() MI.kettenis2020-05-161-93/+1
* Initialize the timeval passed to todr_gettime() with the base time fromkettenis2020-05-111-1/+4
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-012-65/+129
* Sync existing stacktrace_save() implementationsvisa2020-04-181-3/+6
* Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto2020-03-122-4/+7
* lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha2020-03-061-2/+2
* Use major 32 for dt(4).mpi2020-01-241-2/+3
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Separate the stack trace saving interface from ddb. The saving does notvisa2020-01-201-3/+4
* The boot loader allows to inspect memory with the hexdump command.bluhm2019-12-231-2/+7
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-172-2/+5
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+4
* TRUE/FALSE conversions missed in previous.mpi2019-11-101-4/+4
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi2019-11-073-14/+14
* ANSIfy functions and get rid of boolean_t.mpi2019-11-061-4/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-294-7/+14
* Improve previouskn2019-10-201-5/+2
* Document "set db_console 0|1"kn2019-10-201-3/+10
* hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-122-5/+5
* If uvm_map_inentry returns false then a signal has been delivered, andderaadt2019-09-061-2/+3
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-041-3/+1
* crank version, following fchmod changederaadt2019-08-041-2/+2