Age | Commit message (Expand) | Author |
2015-05-29 | Switch vax to bunnytils 2.17. | Miod Vallat |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-29 | millert points out I can just call tzset() early to avoid having to | Nicholas Marriott |
2015-05-29 | Use gmtime not localtime when we want UTC, I got it right in one place | Nicholas Marriott |
2015-05-29 | do not need non-NULL-check before free(p), other minor refactoring | Theo de Raadt |
2015-05-29 | remove duplicate assignments; from Benjamin Baier | Theo de Raadt |
2015-05-29 | Update file(1) regress (less verbose ELF output). | Nicholas Marriott |
2015-05-29 | Don't stop at the first successful test unless it has generated some | Nicholas Marriott |
2015-05-29 | The case-insensitive flag (c) for string and search tests doesn't make | Nicholas Marriott |
2015-05-29 | I got confused and made the strength multiplier 20, it should be 10. | Nicholas Marriott |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-29 | file(1) needs access(/etc/localtime) for localtime(). | Nicholas Marriott |
2015-05-29 | Only mmap() on regular files; mmap() on /dev/stdin will happily map as | Nicholas Marriott |
2015-05-29 | Make things a little less confusing by making fill_buffer self-contained | Nicholas Marriott |
2015-05-29 | If reading into buffer, correct the stored file size at EOF, we don't | Nicholas Marriott |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-29 | Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stsp | Nicholas Marriott |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-29 | put back SSH1 for now - we want to make sure we don't regress | Damien Miller |
2015-05-29 | add some more cortex A ids | Jonathan Gray |
2015-05-29 | Need to operate of CXXFLAGS now. | Miod Vallat |
2015-05-29 | make this work without SUDO set; ok dtucker@ | Damien Miller |
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 |