summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-04-17fix spelling in pkg_add output: tieing -> tyingStefan Sperling
2019-04-16document where multiline {} is applicable;Jason McIntyre
2019-04-16Rewrite using libelf(3).Sunil Nimmagadda
2019-04-14use strvis on strings from the device; ok sthen mortimerTheo de Raadt
2019-04-14md5 auth has useful information on the wire that helps when fixing issuesDavid Gwynne
2019-04-12Unbreak listening for prefix changes.Florian Obser
2019-04-10Instead of a (ulong) case just use %zu in printf and remove the cast.Claudio Jeker
2019-04-10Include endian.h since htobe* or be*toh is used. Helps with protable.Claudio Jeker
2019-04-08macro fix;Jason McIntyre
2019-04-08remove unused declarationsEric Faurot
2019-04-08fix parsing of datalines before passing them to filters, the | splitting isGilles Chehade
2019-04-07don't silence children under fw_update, since ftp(1) can tell usMarc Espie
2019-04-07Be more careful when setting timeout to 0 because there is pending workClaudio Jeker
2019-04-07some scenarios may call match_locations on a DeleteSet.Marc Espie
2019-04-06add -Dsnapshot as a synonym for -DsnapMarc Espie
2019-04-06help the debugger, we usually don't want to stop after a fork to anMarc Espie
2019-04-06do not call freeaddrinfo() on a NULL pointer.Eric Faurot
2019-04-05insert a missing .El and fix a typoIngo Schwarze
2019-04-05take elfrdsetroot, clean it up for regular usage, and make it a fullTheo de Raadt
2019-04-05fix link URL; pointed out by "openbsduser <at> airmail.cc"Stuart Henderson
2019-04-05print the gre protocol number as hex when vflag is enabledDavid Gwynne
2019-04-05support printing cdp over gre and pppDavid Gwynne
2019-04-04RFC 2328 mandates in 12.4.1.1 that the Link ID of the Type 3 link has toremi
2019-04-04accept the NULL string in the proc message formatting api and simplifyEric Faurot
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2019-04-03Fix the bug that radius module didn't work when the size of radius messageYASUOKA Masahiko
2019-04-02print MPLS_MCAST as mpls, rather than unknownDavid Gwynne
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
2019-04-02add some msi and msi-x detailsJonathan Matthew
2019-04-02Report reliable VM state on status commandkn
2019-04-02Document new domain-search syntax available toKenneth R Westerback
2019-04-01tweak previous;Jason McIntyre
2019-04-01missing full stop;Jason McIntyre
2019-04-01Add a rfc1035 data type and use it to describeKenneth R Westerback
2019-04-01Pass the debug status to modules. Also some non functional changesYASUOKA Masahiko
2019-04-01Update authenticator and message authenticator always. Previous wasYASUOKA Masahiko
2019-04-01Describe the cidr data type and rework theKenneth R Westerback
2019-04-01Show message-authenticator correctly. It had shown the result ofYASUOKA Masahiko
2019-04-01Update radiusd.conf(5) man page and its example to recommend toYASUOKA Masahiko
2019-04-01int16 and int8 are not used for any option. So don'tKenneth R Westerback
2019-04-01Make "secret" become a required configuration for both client andYASUOKA Masahiko
2019-04-01Document dhcp-message (a.k.a. option 56) and tweak verbiage forKenneth R Westerback
2019-04-01Correct the documentation of relay-agent-information,Kenneth R Westerback
2019-04-01In the KARL relink case, the bsd.gdb built on the way (so that we getTheo de Raadt
2019-04-01if inet6 is not available, warn, but carry onTed Unangst
2019-04-01repair confusing "} if"; from florian@Christian Weisgerber
2019-03-31new sentence, new line;Jason McIntyre
2019-03-31GTSM is not widely known, so be more concrete as to its effectRichard Procter
2019-03-31Don't use memcpy for struct bgpd_config, the pointers and lists in thatClaudio Jeker
2019-03-31Move the struct peer into bgpd_config and switch it to a TAILQ instead ofClaudio Jeker