summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-04-21Repair AgentX support.Jeremie Courreges-Anglas
2017-04-21Fix uninitialized variable that coult result in a crash.Jeremie Courreges-Anglas
2017-04-21Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.Reyk Floeter
2017-04-21Add global configuration option "local prefix" to change prefix for -L.Reyk Floeter
2017-04-21vmd(8) pci emulation fix required for upcoming option rom support.Mike Larkin
2017-04-19Add support for dynamic "NAT" interfaces (-L/local interface).Reyk Floeter
2017-04-19better example; from hiltjo posthumaJason McIntyre
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-04-18recent perl have signal names we don't have, protect against that.Marc Espie
2017-04-18Tweak parameters to decode_*, add a check or two, and thus gain most of theKenneth R Westerback
2017-04-18After 11 years of pondering about it I think that brookdavis@freebsd.orgKenneth R Westerback
2017-04-18removed unused function; from Edgar PettijohnTheo de Raadt
2017-04-18Warn if pipex(4) is disabled but the configuration uses it.YASUOKA Masahiko
2017-04-18Delete #include lines which are unnecessary.YASUOKA Masahiko
2017-04-18use freezero()Theo de Raadt
2017-04-17some freezero() callsTheo de Raadt
2017-04-17Use better types for checksum() parameters and local var fromKenneth R Westerback
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2017-04-17Add syslogd(8) option -r to suppress the summary line for pipe andAlexander Bluhm
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2017-04-16Remove -Werror to make dhcrelay6 on gcc3 architecture successfully.Kenji Aoyama
2017-04-15Take implementation for getsocket() from arp(8). This bringsAlexander Bluhm
2017-04-15Name global variable for routing socket rtsock like in ndp(8).Alexander Bluhm
2017-04-15Let ndp(8) use the process's current routing table by default.Alexander Bluhm
2017-04-15regenFlorian Obser
2017-04-15update to 4.1.16rc1Florian Obser
2010-01-15NSD v3.2.4Jakob Schlyter
2017-04-14Update a man page example to reflect recent changes.Mike Larkin
2017-04-13moving some code into a switch meant that break no longer stopped the loop.Ted Unangst
2017-04-13Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields,Kenneth R Westerback
2017-04-13multi-statement CHECK_RANGE() macro isn't safe for all placements, andTheo de Raadt
2017-04-12Inspired by recent dhcrelay changes, bring in stricter CFLAGS!Kenneth R Westerback
2017-04-12One 'foo' per function is enough. Rename one to eliminate shadowing.Kenneth R Westerback
2017-04-12Add missing function prototypes. Mark kw_cmp() as static like allKenneth R Westerback
2017-04-10slaacdctl -> slaacctl;Jason McIntyre
2017-04-10The canonical name for ctl programs is without 'd'.Florian Obser
2017-04-10Check early if the mandatory carp "interface" was configured.Reyk Floeter
2017-04-09Remove unused #define's and struct.Martin Natano
2017-04-09image/svg+xml is a default inbuilt media type.Florian Obser
2017-04-09Fix multiple cases of reading past the end of a buffer in the sasyncd(8)Jonathan Gray
2017-04-08use .Em for emphasis, not .PaIngo Schwarze
2017-04-08change a log message from "warn" to "debug" level, as the condition it isMike Larkin
2017-04-08implement nonspecific EOI mode for the legacy PICMike Larkin
2017-04-08implement channels 1 and 2 of the legacy PIT.Mike Larkin
2017-04-07Incoming 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-06replace some long if/else chains with a switchTed Unangst
2017-04-06Remove the CD9660MAXPATH define. It was used to construct the path forMartin Natano
2017-04-06Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.Reyk Floeter