summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-24Make sure pmap_page_protect() does the right thing for execute-onlyMark Kettenis
2023-01-20hppa: simplify itmr_rearm()Scott Soule Cheloha
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-07The PA-RISC architecture supports execute-only mappings by using aMark Kettenis
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-06Remove no longer needed and quite worthless header.Miod Vallat
2023-01-06Remove unused local variables as well as the dependency on <machine/nvm.h>.Miod Vallat
2023-01-01With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,Miod Vallat
2022-12-06hppa: switch to clockintrScott Soule Cheloha
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-15ansiJonathan Gray
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-12Make sure we don't pass uninitialized siginfo values to trapsignal(); fromMiod Vallat
2022-08-12use string literal for format stringJonathan Gray
2022-08-10match other archs use %s for version printfJonathan Gray
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-05-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-04-20repair kstat entryTheo de Raadt
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-02-21enries -> entriesJonathan Gray
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15fix mask in hppa inst_trap_return()Jonathan Gray
2022-02-14don't deref pointer before test it is safeJonathan Gray
2022-01-02numers -> numbersJonathan Gray
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-07trapsignal() can be called without KERNEL_LOCK, adjust code accordingly.Claudio Jeker
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-09-14Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmapsMark Kettenis
2021-09-05Introduce dummy pagers for 'special' subsystems using UVM objects.Martin Pieuchot
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-16Change the prefix of UVM object functions to match NetBSD's.Martin Pieuchot
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
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