summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-05vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR.Mike Larkin
2017-10-05Check the state value within the assert statement, do not set it.Alexander Bluhm
2017-10-05When installing sets from disk, change the default answer for the questionChristian Weisgerber
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-10-05Check that the dropped during initialization message appears inAlexander Bluhm
2017-10-05When syslogd writes some startup errors to stderr or console, theyAlexander Bluhm
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-05clang does not search /usr/local;Jason McIntyre
2017-10-05tables.c was unhooked from the build a while ago.Kenneth R Westerback
2017-10-05'DENY' is a dhcpd-only thing. No need to parse it inKenneth R Westerback
2017-10-05Add -- to some key bindings so leading -s work.Nicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-10-05%C is hashed; from klemens nanniJason McIntyre
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-10-05Sync with libc malloc, doing delayed free double-free check alwaysOtto Moerbeek
2017-10-05fix the results file after I changed the test filePeter Hessler
2017-10-05+bgpdPeter Hessler
2017-10-05add regress tests for bgpd.Peter Hessler
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