summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2024-08-18Do not cache pages belonging to memory ranges with a `use' count.Martin Pieuchot
2024-08-18Remove outdated comment about UVM_PLA_WAITOK and the pagedaemon.Martin Pieuchot
2024-08-18plug a memory leak in qwx(4) by freeing vifs when the interface goes downStefan Sperling
2024-08-18add missing child activate handling, found due to idiom inspectionTheo de Raadt
2024-08-18Upon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME.Theo de Raadt
2024-08-18If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" insteadTheo de Raadt
2024-08-17icc_detach was not listed in cfattachTheo de Raadt
2024-08-17Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9).Martin Pieuchot
2024-08-17Skip the FADT check on OpenBSD. Without it the GPU (and display) willMark Kettenis
2024-08-17The amdgpu(4) code uses separate code paths for suspend and hibernate.Mark Kettenis
2024-08-17Linux doesn't consider S4 to be a suspend target state.Mark Kettenis
2024-08-17Allow PPP interface to run in an rdomain and get a default route installed in...Denis Fondras
2024-08-17Checkpoint of work-in-progress attempt to support the FireGL-UX board. ThisMiod Vallat
2024-08-17enable qwx(4) ext irqs earlier for suspend/resumeStefan Sperling
2024-08-17avoid uninitialised var use in nfs_serv.c error pathsJonathan Gray
2024-08-17whitespaceTheo de Raadt
2024-08-17perusing drivers on other systems, there appears to be some cynism aboutTheo de Raadt
2024-08-17The dwiic_init() routine is used at startup to read various chipTheo de Raadt
2024-08-17dwiic_activate did not inform sub-devices with config_activate_children()Theo de Raadt
2024-08-17dwiic resume is almost exclusively a "hardware state restore", andTheo de Raadt
2024-08-17skip Controller Save State (CSS) and Controller Restore State (CRS)Jonathan Gray
2024-08-16Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK().Martin Pieuchot
2024-08-16whitespaceTheo de Raadt