Age | Commit message (Expand) | Author |
2017-10-05 | When writing batches of characters to the screen, we need to clear | Nicholas Marriott |
2017-10-05 | restore a block of code erroneously removed in r1.162 that causes a | Mike Larkin |
2017-10-05 | update currency exchange rates; | Jason McIntyre |
2017-10-05 | Update mvneta(4) to the way OpenBSD handles multicast and promiscuous | Patrick Wildt |
2017-10-05 | fix some spacing issues, wrong comments, and DPRINTFs that were in the | Mike Larkin |
2017-10-05 | change DPRINTF format specifier from %lld to %llx for easier readability | Mike Larkin |
2017-10-05 | Clean up some no longer needed includes left over from the locore/locore0 split. | Mike Larkin |
2017-10-05 | do not return f() where f is a void function; loop var type fix | Otto Moerbeek |
2017-10-05 | Use dprintf instead of snprintf/write | Otto Moerbeek |
2017-10-05 | add boundary tests to avoid some crashes found with afl | Jonathan Gray |
2017-10-05 | sync elf.c with ctfconv | Jonathan Gray |
2017-10-04 | Fix pledge(2) usage | Jeremie Courreges-Anglas |
2017-10-04 | sync | Patrick Wildt |
2017-10-04 | Tedu files that got removed in LLVM 5.0.0. | Patrick Wildt |
2017-10-04 | Tedu files that got removed in LLVM 5.0.0. | Patrick Wildt |
2017-10-04 | Due to changes in LLD where sections are sorted in a different way, | Patrick Wildt |
2017-10-04 | Work around clang mis-optimization regression. For some expression- | Patrick Wildt |
2017-10-04 | Update clang build infrastructure for LLVM 5.0.0. | Patrick Wildt |
2017-10-04 | Merge LLVM 5.0.0 release. | Patrick Wildt |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2017-10-04 | Don't try to handle IPv4-compatible IPv6 addresses | Jeremie Courreges-Anglas |
2017-10-04 | inetd actually supports stream and datagram sockets only | Jeremie Courreges-Anglas |
2017-01-24 | Import LLVM 4.0.0 rc1 including clang and lld to help the current | Patrick Wildt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2017-10-04 | re-enable POOL_DEBUG after the release | Christian Weisgerber |
2017-10-04 | exercise PermitOpen a little more thoroughly | Damien Miller |
2017-10-04 | fix (another) problem in PermitOpen introduced during the channels.c | Damien Miller |
2017-10-04 | Only print "done." after successful "syspatch -c". | Theo Buehler |
2017-10-04 | iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIX | Ingo Schwarze |
2017-10-04 | inetd needs cpath pledge to unlink unix socket at program termination. | Sebastian Benoit |
2017-10-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-10-04 | reminder to create <version>.html and roll errata pages for release. | Sebastian Benoit |
2017-10-04 | pasto in function name in the SYNOPSIS; from semarie@ | Ingo Schwarze |
2017-10-04 | as a result of previous change, vftype and ftype always have the same | Theo de Raadt |
2017-10-04 | 6.2-current, back to work | Theo de Raadt |
2017-10-04 | Follow the pattern set by copy*/pcb_onfault: when xrstor faults, return | Philip Guenther |
2017-10-03 | Nested xrstor handled leaks a kernel address into sigval, but potential | Theo de Raadt |
2017-10-03 | The xrstor instruction will fault if the provided xstate data, which | Philip Guenther |
2017-10-03 | Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeouts | Antoine Jacoutot |
2017-10-03 | work around config(8) modifying bss, using __attribute__ ((section(".data"))). | Theo de Raadt |
2017-10-02 | Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@ | Damien Miller |
2017-10-02 | Also ignore "Can't assign requested address" error when sendto(2) | Alexander Bluhm |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-10-01 | Align Rx buffers to prevent unaligned access in the network stack. | Mark Kettenis |
2017-09-30 | openssh-7.6; ok deraadt@ | Damien Miller |
2017-09-30 | The property that points the the attached PHY is called "phy-handle" instead | Mark Kettenis |
2017-09-30 | Add some more boundary checks and prevent an attempt to divide by zero | Jonathan Gray |
2017-09-30 | Add preliminary kabylake support to inteldrm(4) by backporting the relevant | Robert Nagy |
2017-09-29 | When fault indicates PGEX_W, only tell uvm we need a writeable page.. | Theo de Raadt |