summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-04-28Quiet down signify, seeing all the OKs scroll by is not helping.Florian Obser
2019-04-27Only apply sign extension when less than eight bytes have been consumed. Thisrob
2019-04-26Fix default MIRROR.Antoine Jacoutot
2019-04-26If we don't have a proper installurl, use cdn.openbsd.org.Antoine Jacoutot
2019-04-26do not re-verify the signature for each file when checking the old files,Christian Weisgerber
2019-04-26Use a different approach to determine the appropriate signing key:Christian Weisgerber
2019-04-26check owner and permission of download directoryFlorian Obser
2019-04-26Dt is uppercase;Jason McIntyre
2019-04-25don't be overly specific in set selection and don't use an undefinedChristian Weisgerber
2019-04-25hook up sysupgrade(8)Florian Obser
2019-04-25Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or aFlorian Obser
2019-04-25Adjust the MRT notification parser similar to bgpd to support extendedClaudio Jeker
2019-04-25Extend maximum message size of the shutdown communication to 255 bytes.Claudio Jeker
2019-04-24restrict filesystem access to read only on main process via unveil(2)Ricardo Mestre
2019-04-23add some missing "pp." to .%P macros;Ingo Schwarze
2019-04-23whitespace fixremi
2019-04-23Use the network address instead of the interface address for the "link id"remi
2019-04-23For originating router LSAs for P2P interfaces check for linkstateremi
2019-04-19strongly hint at pkg_info -z to clone installations from machine to machineMarc Espie
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