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