Age | Commit message (Expand) | Author |
2024-08-21 | Revert previous. It was committed mistakenly. | Vitaliy Makkoveev |
2024-08-21 | remove unused vars and structs | Jonathan Gray |
2024-08-21 | Read events from all PCBs as long as there's no error. | Martin Pieuchot |
2024-08-21 | Unlock ipip_sysctl(). | Vitaliy Makkoveev |
2024-08-21 | If binaries lack a pintable, execve() can now reject them at startup | Theo de Raadt |
2024-08-21 | We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were | Theo de Raadt |
2024-08-21 | offset rx buffers by ETHER_ALIGN so ip payloads are properly aligned. | David Gwynne |
2024-08-21 | use 2k clusters on the rx ring instead of 9k clusters. | David Gwynne |
2024-08-21 | support building a single packet out of multiple rx descriptors. | David Gwynne |
2024-08-21 | be more careful about bus_dmamap_syncs for rx ring descriptors. | David Gwynne |
2024-08-20 | Update handling of transfer rings. | Patrick Wildt |
2024-08-20 | Introduce and update HAL SRNG ops. | Patrick Wildt |
2024-08-20 | match the config_activate_children() sequences found in other usb host | Theo de Raadt |
2024-08-20 | Fix whitespace in amd64 bus dma. | Alexander Bluhm |
2024-08-20 | Unlock KERN_MAXFILES. | Vitaliy Makkoveev |
2024-08-20 | fix bus_dmamap_destroy | Stefan Fritsch |
2024-08-20 | regen | Jonathan Gray |
2024-08-20 | add Samsung PM9C1 and PM9C1a | Jonathan Gray |
2024-08-20 | Calculate used bounce buffers in amd64 bus dma correctly. | Alexander Bluhm |
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 |