Age | Commit message (Expand) | Author |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-24 | Make sure pmap_page_protect() does the right thing for execute-only | Mark Kettenis |
2023-01-20 | hppa: simplify itmr_rearm() | Scott Soule Cheloha |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-07 | The PA-RISC architecture supports execute-only mappings by using a | Mark Kettenis |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-06 | Remove no longer needed and quite worthless header. | Miod Vallat |
2023-01-06 | Remove unused local variables as well as the dependency on <machine/nvm.h>. | Miod Vallat |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-06 | hppa: switch to clockintr | Scott Soule Cheloha |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-15 | ansi | Jonathan Gray |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-12 | Make sure we don't pass uninitialized siginfo values to trapsignal(); from | Miod Vallat |
2022-08-12 | use string literal for format string | Jonathan Gray |
2022-08-10 | match other archs use %s for version printf | Jonathan Gray |
2022-07-20 | the _pad_ system calls from 2021/12/23 can go away | Theo de Raadt |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-05-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-20 | repair kstat entry | Theo de Raadt |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
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 |