summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-29file(1) needs access(/etc/localtime) for localtime().Nicholas Marriott
2015-05-29Only mmap() on regular files; mmap() on /dev/stdin will happily map asNicholas Marriott
2015-05-29Make things a little less confusing by making fill_buffer self-containedNicholas Marriott
2015-05-29If reading into buffer, correct the stored file size at EOF, we don'tNicholas Marriott
2015-05-29Put END() where appropriate.Masao Uebayashi
2015-05-29Put obvious END() macros that match ENTRY() entries.Masao Uebayashi
2015-05-29fix a possible off-by-one when reading /etc/hosts if it doesn't endEric Faurot
2015-05-29Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stspNicholas Marriott
2015-05-29Sprinkle END() in some straightforward *.S files that have ENTRY(). TheMasao Uebayashi
2015-05-29put back SSH1 for now - we want to make sure we don't regressDamien Miller
2015-05-29add some more cortex A idsJonathan Gray
2015-05-29Need to operate of CXXFLAGS now.Miod Vallat
2015-05-29make this work without SUDO set; ok dtucker@Damien Miller
2015-05-29enable agtimer required for cortex a15Jonathan Gray
2015-05-29Remove unused bus space tags/handles. The generic timer uses the cp15Jonathan Gray
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-28detect crashes from constraint sub-processes, instead of ignoring them.Theo de Raadt
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-28Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARATPhilip Guenther
2015-05-28use "uri"; from yegor timoschenkoJason McIntyre
2015-05-28probably makes more sense to show "file" as being mandatory;Jason McIntyre
2015-05-28Invert the binutils 2.17 logic to only list non-2.17 platforms.Miod Vallat
2015-05-28Switch alpha, arm, sh and sparc to binutils 2.17.Miod Vallat
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-28Kill unused IF_INPUT_ENQUEUE().Martin Pieuchot
2015-05-28wrap all moduli-related code in #ifdef WITH_OPENSSL.Damien Miller
2015-05-28Increase the allowed length of the known host file name in the logDarren Tucker
2015-05-28Fix typo (keywork->keyword)Darren Tucker
2015-05-28add error message on ftruncate failure; bz#2176Damien Miller
2015-05-28make ssh-keygen default to ed25519 keys when compiled withoutDamien Miller
2015-05-28Remove intermediate copy of the moduli file. "make" will rebuild anyDarren Tucker
2015-05-28Remove 1k bit groups. ok deraadt@, markus@Darren Tucker
2015-05-28Remove 1k bit groups. ok deraadt@, markus@Darren Tucker
2015-05-27Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 overDarren Tucker
2015-05-27Add a stronger (4k bit) fallback group that sshd can use when the moduliDarren Tucker
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-05-27Move the jobs output cache into the formats code so that #() work moreNicholas Marriott
2015-05-27check if the packet is for us or if we're promisc before we cut theDavid Gwynne
2015-05-27Improve the controller state check in xhci_resetMike Belopuhov
2015-05-27call exynos_platform_match() if the kernel is compiled with exynos devicesJonathan Gray
2015-05-27support PKCS#11 devices with external PIN entry devicesDamien Miller
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26make this build with WSDISPLAY_COMPAT_RAWKBD definedJonathan Gray
2015-05-26Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themDarren Tucker
2015-05-26Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasMiod Vallat
2015-05-26Better cross-compilation checkMiod Vallat