Age | Commit message (Expand) | Author |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-05-02 | fix an error in i386 vmd build | Mike Larkin |
2017-05-02 | Matching vmd(8) part of previous diff (first part of vmctl send/receive). | Mike Larkin |
2017-05-01 | in function used for tracing, display unknown lookup types as "???" | Gilles Chehade |
2017-05-01 | Fewer kgdb(7) references and fix previous. | Martin Pieuchot |
2017-04-30 | Remove KGDB references. | Martin Pieuchot |
2017-04-30 | Tweak error message when running on an unsupported release. | Antoine Jacoutot |
2017-04-29 | fix argument check, this should never trigger because it is a libexec called by | Joerg Jung |
2017-04-28 | When syslogd(8) failed to open a logfile, the error message could | Alexander Bluhm |
2017-04-28 | rename i8253 "counter" to "channel", a better name for what we are | Mike Larkin |
2017-04-27 | clang warns about some of the strlcpy arguments here, which aren't the | Ted Unangst |
2017-04-26 | remove some repetitive text chunks; ok krw | Jason McIntyre |
2017-04-26 | Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenis | Stuart Henderson |
2017-04-25 | Allow syslogd(8) to listen on multiple addresses for incomming TLS | Alexander Bluhm |
2017-04-25 | Generate randomized MAC addresses earlier to keep them across reboots. | Reyk Floeter |
2017-04-25 | spacing | Reyk Floeter |
2017-04-24 | Print bgp administrative shutdown messages (draft-ietf-idr-shutdown) | Sebastian Benoit |
2017-04-24 | a little more consistent text for previous; ok krw | Jason McIntyre |
2017-04-24 | Add 'echo-client-id' statment, so that RFC 6842 behaviour can be | Kenneth R Westerback |
2017-04-24 | Don't overflow the allocated DHCP response buffer. | Reyk Floeter |
2017-04-21 | Repair AgentX support. | Jeremie Courreges-Anglas |
2017-04-21 | Fix uninitialized variable that coult result in a crash. | Jeremie Courreges-Anglas |
2017-04-21 | Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist. | Reyk Floeter |
2017-04-21 | Add global configuration option "local prefix" to change prefix for -L. | Reyk Floeter |
2017-04-21 | vmd(8) pci emulation fix required for upcoming option rom support. | Mike Larkin |
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter |
2017-04-19 | better example; from hiltjo posthuma | Jason McIntyre |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-18 | recent perl have signal names we don't have, protect against that. | Marc Espie |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-18 | removed unused function; from Edgar Pettijohn | Theo de Raadt |
2017-04-18 | Warn if pipex(4) is disabled but the configuration uses it. | YASUOKA Masahiko |
2017-04-18 | Delete #include lines which are unnecessary. | YASUOKA Masahiko |
2017-04-18 | use freezero() | Theo de Raadt |
2017-04-17 | some freezero() calls | Theo de Raadt |
2017-04-17 | Use better types for checksum() parameters and local var from | Kenneth R Westerback |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek |
2017-04-17 | Add syslogd(8) option -r to suppress the summary line for pipe and | Alexander Bluhm |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-16 | Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. | Kenji Aoyama |
2017-04-15 | Take implementation for getsocket() from arp(8). This brings | Alexander Bluhm |
2017-04-15 | Name global variable for routing socket rtsock like in ndp(8). | Alexander Bluhm |
2017-04-15 | Let ndp(8) use the process's current routing table by default. | Alexander Bluhm |
2017-04-15 | regen | Florian Obser |
2017-04-15 | update to 4.1.16rc1 | Florian Obser |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2017-04-14 | Update a man page example to reflect recent changes. | Mike Larkin |
2017-04-13 | moving some code into a switch meant that break no longer stopped the loop. | Ted Unangst |