summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-04-06Add the LOG_SYSLOG facility to local messages.Alexander Bluhm
2017-04-06use memset() instead of bzero()Gleydson Soares
2017-04-06fix format string found by clang -Wformat-securityGleydson Soares
2017-04-05The global variable Startup is not used anymore and can be deleted.Alexander Bluhm
2017-04-05As we did not have nice log functions before, ttymsg() had to returnAlexander Bluhm
2017-04-05The function logmsg() was used to generate local messages and toAlexander Bluhm
2017-04-05Replace logerror() functions with generic log_warn() from log.c.Alexander Bluhm
2017-04-05Replace all combinations of logerror() and die() with log.c fatal().Alexander Bluhm
2017-04-05Unify variables used for recvmsg/sendmsgJeremie Courreges-Anglas
2017-04-05sendmsg returns a signed value, fix error checkJeremie Courreges-Anglas
2017-04-05We can enable many -W compiler warnings now.Reyk Floeter
2017-04-05Rework the packet.c code for decoding and assembling DHCP messages.Reyk Floeter
2017-04-05Don't rely on asprintf setting pointer to NULL on failure.Jeremie Courreges-Anglas
2017-04-05For a non-interactive attempt to pkg_delete a firmware package, print aStuart Henderson
2017-04-05Replace logdebug() with generic log_debug() from log.c. ImplementAlexander Bluhm
2017-04-05Do not print a warning if closing the control socket fails. ItAlexander Bluhm
2017-04-04add a config test flag to sasyncdJonathan Gray
2017-04-04Also remove non syspatch hidden files/dirs.Antoine Jacoutot
2017-04-04Do not purge the CONFIG_SERVERS config in the parent. The ticket code usesClaudio Jeker
2017-04-04The unsigned result cannot be -1, turn it into a signed variable.Reyk Floeter