summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-08-22Fix merge of bounce buffer segments in amd64 bus dma.Alexander Bluhm
2024-08-22Unlock unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-22Introduce sysctl_securelevel() to modify `securelevel' mp-safe. KeepVitaliy Makkoveev
2024-08-22unrequired header file in vmm_machdep.cMike Larkin
2024-08-21Revert previous. It was committed mistakenly.Vitaliy Makkoveev
2024-08-21remove unused vars and structsJonathan Gray
2024-08-21Read events from all PCBs as long as there's no error.Martin Pieuchot
2024-08-21Unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-21If binaries lack a pintable, execve() can now reject them at startupTheo de Raadt
2024-08-21We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which wereTheo de Raadt
2024-08-21offset rx buffers by ETHER_ALIGN so ip payloads are properly aligned.David Gwynne
2024-08-21use 2k clusters on the rx ring instead of 9k clusters.David Gwynne
2024-08-21support building a single packet out of multiple rx descriptors.David Gwynne
2024-08-21be more careful about bus_dmamap_syncs for rx ring descriptors.David Gwynne
2024-08-20Update handling of transfer rings.Patrick Wildt
2024-08-20Introduce and update HAL SRNG ops.Patrick Wildt
2024-08-20match the config_activate_children() sequences found in other usb hostTheo de Raadt
2024-08-20Fix whitespace in amd64 bus dma.Alexander Bluhm
2024-08-20Unlock KERN_MAXFILES.Vitaliy Makkoveev
2024-08-20fix bus_dmamap_destroyStefan Fritsch
2024-08-20regenJonathan Gray
2024-08-20add Samsung PM9C1 and PM9C1aJonathan Gray
2024-08-20Calculate used bounce buffers in amd64 bus dma correctly.Alexander Bluhm
2024-08-20Unlock KERN_MAXPROC and KERN_MAXTHREAD from `kern_vars'. BothVitaliy Makkoveev
2024-08-20Unlock etherip_sysctl().Vitaliy Makkoveev
2024-08-20Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them isVitaliy Makkoveev
2024-08-20Unlock sysctl_audio().Vitaliy Makkoveev
2024-08-20virtio_mmio: Return early if no deviceStefan Fritsch
2024-08-20add (), | has higher precedence than ?:Jonathan Gray
2024-08-20rework rge tx start and completion to better bus_dmamap_sync tx descriptorsDavid Gwynne
2024-08-19now that suspend operations are done as quiesce, we can try to useTheo de Raadt
2024-08-19correct vm_fault_gtt() merge error in rev 1.19Jonathan Gray
2024-08-19Use M_WAITOK where we can; this includes during autoconf where the onlyMark Kettenis
2024-08-19avoid NULL deref if malloc failsJonathan Gray
2024-08-19avoid uninitialised var use introduced in rev 1.63Jonathan Gray
2024-08-19test malloc return against NULL not 0Jonathan Gray
2024-08-19pvbus_activate does nothing except call config_activate_childrenTheo de Raadt
2024-08-19call activate functions of children in the correct place.Theo de Raadt
2024-08-18Use define to test bounce buffer in amd64 bus dma.Alexander Bluhm
2024-08-18oops, forgot variableTheo de Raadt
2024-08-18unregister softraid sensors when the volumes are removedPeter Hessler
2024-08-18don't need to put config_activate_children inside cfattach, becauseTheo de Raadt
2024-08-18Driver was not calling the child activate functions in the correct way.Theo de Raadt
2024-08-18For DVACT_RESUME, let the children know we are ready *after* callingTheo de Raadt
2024-08-18Most audio drivers were incorrectly (or not at all) informing their childrenTheo de Raadt
2024-08-18there are azalia that will fail to attach. in the activate function forTheo de Raadt
2024-08-18Add Meteor Lake support.Mark Kettenis
2024-08-18Don't short-circuit interrupt handling when the sc_dying flag is set. JustMark Kettenis
2024-08-18Some machines have more than one DCP, so apldcp(4) can attach multipleMark Kettenis
2024-08-18Get rid of intermediate copy before passing events to userland.Martin Pieuchot