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