summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-04-04constify pc_remote and pc_circuitReyk Floeter
2017-04-04document comments in table files; help/ok gillesJason McIntyre
2017-04-04Add missing newline in fprintf error message.Reyk Floeter
2017-04-04Rewrite tohexstr() to use the common idiom of converting a byteTodd C. Miller
2017-04-03WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.hFrederic Cambus
2017-04-02Always use return value of asprintf to determine success/failure,Theo de Raadt
2017-03-31Be quiet in case /var/syspatch/ is empty and that there's no remote sigAntoine Jacoutot
2017-03-30Disable client-initiated renegotiation.Joel Sing
2017-03-30Set interface flag to VMIFF_UP when using -i option. This way vmd will makeClaudio Jeker
2017-03-29Bring radiusd log.c copyright in line with other program's log.cAlexander Bluhm