summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-29Do not write after the end of the array and overwrite the stack whenNicholas Marriott
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onMark Kettenis
2020-10-29Add location (found|not found) option to test for resource path existence.denis
2020-10-29replace the "write a floppy image" example with a more up to date one;Jason McIntyre
2020-10-29Do not fail with obscure error messages on 'make'Theo Buehler
2020-10-29fix sshd_config SetEnv directive inside Match blocks; part of githubDamien Miller
2020-10-29fix type of nid in type_bits_valid(); github PR#202 from github userDamien Miller
2020-10-29whitespace; no code changeDamien Miller
2020-10-29UpdateHostkeys: fixed/better detection of host keys that exist underDamien Miller
2020-10-28Correct an embarrassing spelling mistake:Ingo Schwarze
2020-10-28Refactor parts of the dh_* API.tobhe
2020-10-28Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Add a few more Apple Geyser IDs.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.Mark Kettenis
2020-10-28When generating the ICMP6 response to an IPv6 packet, the kernelAlexander Bluhm
2020-10-28Improve the HISTORY and AUTHORS sections, using informationIngo Schwarze
2020-10-28Update to libunbound 1.12.0; heavy lifting by sthenFlorian Obser
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-28Remove commented-out edns-buffer-size section from the default unbound.conf.Stuart Henderson
2020-10-28merge Unbound 1.12.0Stuart Henderson
2020-10-28import Unbound 1.12.0, ok tb@Stuart Henderson
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reducesMark Kettenis
2020-10-28Do not require that there be no other clients before loading the config,Nicholas Marriott
2020-10-28Use "memory" on inline fence instructions to suggest to the compilerJonathan Gray
2020-10-28Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdqJonathan Matthew
2020-10-27Do not touch non existing queues. Allows to disable MSI-X in ix(4).Alexander Bluhm
2020-10-27The printf format string component %n is a nearly turning-complete gadget.Theo de Raadt
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledMark Kettenis
2020-10-27syncTheo de Raadt
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe
2020-10-27uvm_grow() no longer needs the KERNEL_LOCK, bring it back to justTheo de Raadt
2020-10-27uvm_grow() no longer needs the KERNEL_LOCK, bring it back to justTheo de Raadt
2020-10-27refactor page-fault handling out of the trap() switch into user andTheo de Raadt
2020-10-27Do not allow configuration of the same neighbor multiple times. For thisClaudio Jeker
2020-10-27Add some additional INT32_MAX overflow checks. These are unlikely to hit,Martijn van Duren
2020-10-27Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 toMartijn van Duren
2020-10-27add the nearly full list of usb devices.Theo de Raadt
2020-10-27Check that SHA256.sig has at least three linesTheo Buehler
2020-10-27Adjust manpage to uint32_t->int32_t change.Martijn van Duren
2020-10-27According to SMI (RFC 2578) an integer is signed. Somehow I managed toMartijn van Duren
2020-10-27Enable radeondrm(4).Mark Kettenis
2020-10-27Add limited emulation of unaligned access in the kernel. The radeondrm(4)Mark Kettenis
2020-10-27Flush cache before mapping a page as uncached. The CPU gets really upsetMark Kettenis
2020-10-27observed by miod, a kernel unlock missed in last commitTheo de Raadt
2020-10-27Adding IOMMU support for AMD Vi and Intel VTD (disabled)Jordan Hargrave
2020-10-27Retguared asm macros for powerpc libkerngkoehler
2020-10-26Fix parsing GTP packets with invalid extended headers.Jeremie Courreges-Anglas
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler