Age | Commit message (Expand) | Author |
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 |
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback |
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt |
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback |
2017-04-10 | slaacdctl -> slaacctl; | Jason McIntyre |
2017-04-10 | The canonical name for ctl programs is without 'd'. | Florian Obser |
2017-04-10 | Check early if the mandatory carp "interface" was configured. | Reyk Floeter |
2017-04-09 | Remove unused #define's and struct. | Martin Natano |
2017-04-09 | image/svg+xml is a default inbuilt media type. | Florian Obser |
2017-04-09 | Fix multiple cases of reading past the end of a buffer in the sasyncd(8) | Jonathan Gray |
2017-04-08 | use .Em for emphasis, not .Pa | Ingo Schwarze |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin |
2017-04-08 | implement nonspecific EOI mode for the legacy PIC | Mike Larkin |
2017-04-08 | implement channels 1 and 2 of the legacy PIT. | Mike Larkin |
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm |
2017-04-06 | "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits. | Reyk Floeter |
2017-04-06 | replace some long if/else chains with a switch | Ted Unangst |
2017-04-06 | Remove the CD9660MAXPATH define. It was used to construct the path for | Martin Natano |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |