Age | Commit message (Expand) | Author |
2017-10-05 | vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR. | Mike Larkin |
2017-10-05 | Check the state value within the assert statement, do not set it. | Alexander Bluhm |
2017-10-05 | When installing sets from disk, change the default answer for the question | Christian Weisgerber |
2017-10-05 | Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity | Stefan Sperling |
2017-10-05 | Check that the dropped during initialization message appears in | Alexander Bluhm |
2017-10-05 | When syslogd writes some startup errors to stderr or console, they | Alexander Bluhm |
2017-10-05 | I have touched more than half the source code lines of syslogd(8). | Alexander Bluhm |
2017-10-05 | replace statically-sized arrays in ServerOptions with dynamic ones | Damien Miller |
2017-10-05 | clang does not search /usr/local; | Jason McIntyre |
2017-10-05 | tables.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 in | Kenneth R Westerback |
2017-10-05 | Add -- to some key bindings so leading -s work. | Nicholas Marriott |
2017-10-05 | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | Nicholas Marriott |
2017-10-05 | %C is hashed; from klemens nanni | Jason McIntyre |
2017-10-05 | Document that connect(2) and sendto(2) may return with errno | Alexander Bluhm |
2017-10-05 | Sync with libc malloc, doing delayed free double-free check always | Otto Moerbeek |
2017-10-05 | fix the results file after I changed the test file | Peter Hessler |
2017-10-05 | +bgpd | Peter Hessler |
2017-10-05 | add regress tests for bgpd. | Peter Hessler |
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 |