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