Age | Commit message (Expand) | Author |
2024-08-20 | Unlock KERN_MAXPROC and KERN_MAXTHREAD from `kern_vars'. Both | Vitaliy Makkoveev |
2024-08-20 | Unlock etherip_sysctl(). | Vitaliy Makkoveev |
2024-08-20 | Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them is | Vitaliy Makkoveev |
2024-08-20 | Unlock sysctl_audio(). | Vitaliy Makkoveev |
2024-08-20 | virtio_mmio: Return early if no device | Stefan Fritsch |
2024-08-20 | add (), | has higher precedence than ?: | Jonathan Gray |
2024-08-20 | rework rge tx start and completion to better bus_dmamap_sync tx descriptors | David Gwynne |
2024-08-19 | now that suspend operations are done as quiesce, we can try to use | Theo de Raadt |
2024-08-19 | correct vm_fault_gtt() merge error in rev 1.19 | Jonathan Gray |
2024-08-19 | Use M_WAITOK where we can; this includes during autoconf where the only | Mark Kettenis |
2024-08-19 | avoid NULL deref if malloc fails | Jonathan Gray |
2024-08-19 | avoid uninitialised var use introduced in rev 1.63 | Jonathan Gray |
2024-08-19 | test malloc return against NULL not 0 | Jonathan Gray |
2024-08-19 | pvbus_activate does nothing except call config_activate_children | Theo de Raadt |
2024-08-19 | call activate functions of children in the correct place. | Theo de Raadt |
2024-08-18 | Use define to test bounce buffer in amd64 bus dma. | Alexander Bluhm |
2024-08-18 | oops, forgot variable | Theo de Raadt |
2024-08-18 | unregister softraid sensors when the volumes are removed | Peter Hessler |
2024-08-18 | don't need to put config_activate_children inside cfattach, because | Theo de Raadt |
2024-08-18 | Driver was not calling the child activate functions in the correct way. | Theo de Raadt |
2024-08-18 | For DVACT_RESUME, let the children know we are ready *after* calling | Theo de Raadt |
2024-08-18 | Most audio drivers were incorrectly (or not at all) informing their children | Theo de Raadt |
2024-08-18 | there are azalia that will fail to attach. in the activate function for | Theo de Raadt |
2024-08-18 | Add Meteor Lake support. | Mark Kettenis |
2024-08-18 | Don't short-circuit interrupt handling when the sc_dying flag is set. Just | Mark Kettenis |
2024-08-18 | Some machines have more than one DCP, so apldcp(4) can attach multiple | Mark Kettenis |
2024-08-18 | Get rid of intermediate copy before passing events to userland. | Martin Pieuchot |
2024-08-18 | Do not cache pages belonging to memory ranges with a `use' count. | Martin Pieuchot |
2024-08-18 | Remove outdated comment about UVM_PLA_WAITOK and the pagedaemon. | Martin Pieuchot |
2024-08-18 | plug a memory leak in qwx(4) by freeing vifs when the interface goes down | Stefan Sperling |
2024-08-18 | add missing child activate handling, found due to idiom inspection | Theo de Raadt |
2024-08-18 | Upon resume, run usb_attach_roothub() in DVACT_WAKEUP rather than DVACT_RESUME. | Theo de Raadt |
2024-08-18 | If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead | Theo de Raadt |
2024-08-17 | icc_detach was not listed in cfattach | Theo de Raadt |
2024-08-17 | Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9). | Martin Pieuchot |
2024-08-17 | Skip the FADT check on OpenBSD. Without it the GPU (and display) will | Mark Kettenis |
2024-08-17 | The amdgpu(4) code uses separate code paths for suspend and hibernate. | Mark Kettenis |
2024-08-17 | Linux doesn't consider S4 to be a suspend target state. | Mark Kettenis |
2024-08-17 | Allow PPP interface to run in an rdomain and get a default route installed in... | Denis Fondras |
2024-08-17 | Checkpoint of work-in-progress attempt to support the FireGL-UX board. This | Miod Vallat |
2024-08-17 | enable qwx(4) ext irqs earlier for suspend/resume | Stefan Sperling |
2024-08-17 | avoid uninitialised var use in nfs_serv.c error paths | Jonathan Gray |
2024-08-17 | whitespace | Theo de Raadt |
2024-08-17 | perusing drivers on other systems, there appears to be some cynism about | Theo de Raadt |
2024-08-17 | The dwiic_init() routine is used at startup to read various chip | Theo de Raadt |
2024-08-17 | dwiic_activate did not inform sub-devices with config_activate_children() | Theo de Raadt |
2024-08-17 | dwiic resume is almost exclusively a "hardware state restore", and | Theo de Raadt |
2024-08-17 | skip Controller Save State (CSS) and Controller Restore State (CRS) | Jonathan Gray |
2024-08-16 | Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK(). | Martin Pieuchot |
2024-08-16 | whitespace | Theo de Raadt |