summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-02-20controler -> controllerJonathan Gray
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-19Make sure the first 2MB page of the kernel is actually mapped RO in theMark Kettenis
2020-02-18Flip vdsk to 'normal' scsi_adapter idiom.Kenneth R Westerback
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-17vmm: check guest cpl and xsave_mask in xsetbv handlerpd
2020-02-17In vcpu_must_stop() use SIGPENDING() to check if there is a possibleClaudio Jeker
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
2020-02-16Change arm64 system call ABI to skip two instructions. This allows us toMark Kettenis
2020-02-15Add bounds check on addresses passed from guests in pvclock.mortimer
2020-02-15Enable iwx(4) on amd64.Stefan Sperling
2020-02-10When attempting to disabe TSX avoid uninitialised var use for Intel cpusJonathan Gray
2020-02-08remove erroneous line in comment for vm_get_info()Jasper Lievisse Adriaanse
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-02-04Enable rge(4).Kevin Lo
2020-02-02Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-relatedTheo de Raadt
2020-02-02Back out previous "insert two nop instructions after svc instructionsChristian Weisgerber
2020-02-01Also insert two nop instructions after svc instructions for SYS_exitTheo de Raadt
2020-01-31Remove an unused function.Mike Larkin
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26Fix comment.Mark Kettenis
2020-01-26Fix spacing issue.Mark Kettenis
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-25Enable umt(4)Patrick Wildt
2020-01-24Use major 32 for dt(4).Martin Pieuchot
2020-01-24Machines have started to appear that have the framebuffer at an address > 4GB.Mark Kettenis
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-22rm rtfps driver. disabled and man page doesn't inspire much confidence.Ted Unangst
2020-01-22Remove trailing whitespace, no code change.Mike Larkin
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-21Whitespace fixes. No code change.Mike Larkin
2020-01-21Remove some prototypes under #ifdef HIBERNATE that we don't use anymore.Mike Larkin
2020-01-21Whitespace/style fixes. No code change.Mike Larkin
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2020-01-21remove a few disabled drivers that don't compile and seem unlikely toTed Unangst
2020-01-20floppy is a bit tight right now, evict fxp temporarily until anotherTheo de Raadt
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2020-01-16Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot