Age | Commit message (Expand) | Author |
2015-05-29 | enable agtimer required for cortex a15 | Jonathan Gray |
2015-05-29 | Remove unused bus space tags/handles. The generic timer uses the cp15 | Jonathan Gray |
2015-05-29 | Revert unrelated changes in previous. | Masao Uebayashi |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-28 | Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT | Philip Guenther |
2015-05-28 | use "uri"; from yegor timoschenko | Jason McIntyre |
2015-05-28 | probably makes more sense to show "file" as being mandatory; | Jason McIntyre |
2015-05-28 | Invert the binutils 2.17 logic to only list non-2.17 platforms. | Miod Vallat |
2015-05-28 | Switch alpha, arm, sh and sparc to binutils 2.17. | Miod Vallat |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-28 | Kill unused IF_INPUT_ENQUEUE(). | Martin Pieuchot |
2015-05-28 | wrap all moduli-related code in #ifdef WITH_OPENSSL. | Damien Miller |
2015-05-28 | Increase the allowed length of the known host file name in the log | Darren Tucker |
2015-05-28 | Fix typo (keywork->keyword) | Darren Tucker |
2015-05-28 | add error message on ftruncate failure; bz#2176 | Damien Miller |
2015-05-28 | make ssh-keygen default to ed25519 keys when compiled without | Damien Miller |
2015-05-28 | Remove intermediate copy of the moduli file. "make" will rebuild any | Darren Tucker |
2015-05-28 | Remove 1k bit groups. ok deraadt@, markus@ | Darren Tucker |
2015-05-28 | Remove 1k bit groups. ok deraadt@, markus@ | Darren Tucker |
2015-05-27 | Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over | Darren Tucker |
2015-05-27 | Add a stronger (4k bit) fallback group that sshd can use when the moduli | Darren Tucker |
2015-05-27 | Use m_defrag(9) instead of rolling our own inlined version. | Mark Kettenis |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-27 | check if the packet is for us or if we're promisc before we cut the | David Gwynne |
2015-05-27 | Improve the controller state check in xhci_reset | Mike Belopuhov |
2015-05-27 | call exynos_platform_match() if the kernel is compiled with exynos devices | Jonathan Gray |
2015-05-27 | support PKCS#11 devices with external PIN entry devices | Damien Miller |
2015-05-27 | make the exynos code compile without fdt | Jonathan Gray |
2015-05-26 | make this build with WSDISPLAY_COMPAT_RAWKBD defined | Jonathan Gray |
2015-05-26 | Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them | Darren Tucker |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-26 | Better cross-compilation check | Miod Vallat |
2015-05-26 | Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib | Miod Vallat |
2015-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2015-05-26 | Fix missing vlan.h include in if_vio.c | Stefan Fritsch |
2015-05-26 | Improve diffability against m68k. | Miod Vallat |
2015-05-26 | Exposes number of bytes processed by the sound card (as returned | Alexandre Ratchov |
2015-05-26 | Don't create ICMP states on reply packets unless tracking states sloppy | Mike Belopuhov |
2015-05-26 | Use if_output() instead of rerolling it. | Martin Pieuchot |
2015-05-26 | Create aliases.db from the installed aliases file, so we get the correct | Christian Weisgerber |
2015-05-26 | bump the number of tx and rx descriptors from 128 up to 512. | David Gwynne |
2015-05-26 | Store the IP address of the corresponding ifa in the rt_gateway field | Martin Pieuchot |
2015-05-26 | Normalize route destination before checking for MPATH conflicts. | Martin Pieuchot |
2015-05-26 | Do not create ARP entries for RTF_BROADCAST routes. | Martin Pieuchot |
2015-05-26 | Now that the Ethernet header is always passed as part of the mbuf, kill | Martin Pieuchot |
2015-05-26 | move add_net_randomness from ether_input to the if_input task. | David Gwynne |
2015-05-26 | More than 100+ drivers converted to if_input(), this is the last "real" one. | Martin Pieuchot |