Age | Commit message (Expand) | Author |
2022-03-29 | off-by-one check didn't recognize partition 'a' section on specified | Theo de Raadt |
2022-03-29 | close enough to release, we drop -beta | Theo de Raadt |
2022-03-29 | bring back getting framebuffer size from efifb (rev 1.3) | Jonathan Gray |
2022-03-28 | if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). New | Alexander Bluhm |
2022-03-28 | Only SLIST_REMOVE() a link when the link is on the list. | Kenneth R Westerback |
2022-03-28 | Put call to vmx_remote_vmclear() under #ifdef MULTIPROCESSOR | Theo Buehler |
2022-03-28 | vmm(4): add quiesce/wakeup hooks to sync vcpu state. | Dave Voutila |
2022-03-27 | sys/vnode.h cleanup for vnode_hold_list, vnode_free_list, struct freelst | Sebastien Marie |
2022-03-26 | grow i386 media | Theo de Raadt |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
2022-03-26 | Expand tx dma maps to allow packets up to the MTU limit to be transmitted. | Jonathan Matthew |
2022-03-25 | add an exception to the CPU_ID_AA64ISAR0 in pledged applications so that | Robert Nagy |
2022-03-25 | Implement reboot/powerdown support based on nvmem cells. This works on | Mark Kettenis |
2022-03-25 | Implement support for the "bits" property for nvmem cells. | Mark Kettenis |
2022-03-25 | Sync with userland libz (memory-corruption + followup). | Theo Buehler |
2022-03-25 | Sync zlib with userland | Theo Buehler |
2022-03-24 | Add $OpenBSD$ tag and declare that this file is in the public domain. | Mark Kettenis |
2022-03-24 | Revert previous. Breaks probing native IDE devices. | Kenneth R Westerback |
2022-03-23 | Trapping a riscv illegal instruction shouldn't print a console message | Jeremie Courreges-Anglas |
2022-03-23 | Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) such | Mark Kettenis |
2022-03-23 | Use goto fail consistently to leave the giant switch in pfioctl(). | Alexander Bluhm |
2022-03-23 | Move global variable ripsrc onto stack, it is only used once within | Alexander Bluhm |
2022-03-23 | When configuring a scsi_link that has passed dev_probe() but | Kenneth R Westerback |
2022-03-23 | KASSERT() that an id read from a descriptor is valid before using it | Jonathan Gray |
2022-03-23 | Improve 802.11ac throughput on iwm(4) at a distance to the access point. | Stefan Sperling |
2022-03-23 | Fix a few bugs in the net80211 VHT rate adaptation code. | Stefan Sperling |
2022-03-23 | resurrect pf_consistency_lock as pfioctl_rw this time. pfioctl_rw | Alexandr Nedvedicky |
2022-03-23 | For raw IPv6 packets rip6_input() traverses the loop of all PCBs. | Alexander Bluhm |
2022-03-22 | Extract the type from the ICMP6 header before looping over Raw IPv6 | Alexander Bluhm |
2022-03-22 | For raw IP packets rip_input() traverses the loop of all PCBs. From | Alexander Bluhm |
2022-03-22 | Fix whitespace. | Alexander Bluhm |
2022-03-22 | Nuke increasingly pointless comment. Shorten a line and | Kenneth R Westerback |
2022-03-22 | Copy the FDT into a larger buffer such that we have space to add additional | Mark Kettenis |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |
2022-03-22 | Fix wrong comment in sendsig(), and remove unused dumpframe() | Miod Vallat |
2022-03-22 | Do not bother initializing a0 with a special value in setregs, that's a | Miod Vallat |
2022-03-22 | Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtual | Miod Vallat |
2022-03-22 | Do not pretend there exist MD code for byte swapping yet provide copies | Miod Vallat |
2022-03-21 | For multicast and broadcast packets udp_input() traverses the loop | Alexander Bluhm |
2022-03-21 | Reduce dmesg spam by nor printing the "Apple" firmware name. | Mark Kettenis |
2022-03-21 | Fix whitespace. Wrap long lines. Adjust outdated comment. | Alexander Bluhm |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-21 | Update hw.power whenever we refresh the AC state. This makes sure the state | Mark Kettenis |
2022-03-21 | Whitespace tweaks. | Kenneth R Westerback |
2022-03-21 | Add support for XBox One gamecontroller, including report descriptor. | Thomas Frohwein |
2022-03-21 | Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex | Alexander Bluhm |
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat |
2022-03-21 | Remove data dependency barrier from atomic_load_* functions | Visa Hankala |
2022-03-21 | call in_pcbselsrc from rip_output so route sourceaddr can take effect. | David Gwynne |