Age | Commit message (Expand) | Author |
2022-02-21 | enries -> entries | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | fix mask in hppa inst_trap_return() | Jonathan Gray |
2022-02-14 | don't deref pointer before test it is safe | Jonathan Gray |
2022-01-02 | numers -> numbers | Jonathan Gray |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-07 | trapsignal() can be called without KERNEL_LOCK, adjust code accordingly. | Claudio Jeker |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-09-14 | Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmaps | Mark Kettenis |
2021-09-05 | Introduce dummy pagers for 'special' subsystems using UVM objects. | Martin Pieuchot |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-16 | Change the prefix of UVM object functions to match NetBSD's. | Martin Pieuchot |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-22 | Terminate backtrace of secondary processors in ddb. | Mark Kettenis |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-11 | Clear 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-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), | Theo de Raadt |
2020-10-21 | hppa also has a similar to arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-14 | When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zero | Mark Kettenis |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-14 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-26 | iodcstrategy() maintains a cache for READ performance (tapes are supported | Theo de Raadt |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-01 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-03-12 | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ | Otto Moerbeek |
2020-03-06 | lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9) | cheloha |