summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-03-13remove unused keyword "virtual".Sebastian Benoit
2019-03-13Swap arguments of rde_dump_match_peer() to match peer_matched() in session.cClaudio Jeker
2019-03-12reference the /etc/examples files for httpd and acme-client. started from a t...Jason McIntyre
2019-03-12fix line breakpamela
2019-03-12In the manner of recent changes to unwind(8) and slaacd(8), make imsgpamela
2019-03-12separate fields with commasDavid Gwynne
2019-03-11Do not unconditionally wait for read events on the pty associated with aanton
2019-03-11perl has a warning for statements following exec. It doesn't trigger forMarc Espie
2019-03-11Change fatal() to fatalx() where errno is not set.pamela
2019-03-11add amdgpu to the possible_drivers listJonathan Gray
2019-03-11split the clas/subclass/interface/revision output over 2 linesDavid Gwynne
2019-03-11teach pcidump about pci class and subclass namesDavid Gwynne
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-03-09remove free() before exit() from main(), in ongoing work to makeSebastian Benoit
2019-03-09use temporary strings for calls to basename(), because it may changeSebastian Benoit
2019-03-09Unbreak 'announce inet none' which was actually clearing way too much.Claudio Jeker
2019-03-08fix dirname usage in acme-client: dirname() can modify its argumentSebastian Benoit
2019-03-07Clarify that VM names must start with a letterkn
2019-03-07Do a better job at cleaning up the config on shutdown. Remove bits thatClaudio Jeker
2019-03-04Support for rfc 6455 Websockets connection upgrade. Add a new protocolSebastian Benoit
2019-03-04According to RFC 7230 Section 3.2 header field names areFlorian Obser
2019-03-04add the STANDARDS sectionDavid Gwynne
2019-03-03uppercase Internet, to match the other instance in this page;Jason McIntyre
2019-03-03portmap arrived decades after after DARPA addresses became known asTheo de Raadt
2019-03-03This has nothing to do with DARPA.Theo de Raadt
2019-03-02Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.le...pamela
2019-03-01usage if there's extra arguments. ok knTed Unangst
2019-03-01trailing whitespaceFlorian Obser
2019-03-01Fix previous extra arguments commitkn
2019-03-01Print usage on extra create, start and stop argumentskn
2019-03-01Need to be more careful in kr_net_redist_add() when adding an alreadyClaudio Jeker
2019-03-01vmd(8): remove some i386 remnants that missed the original cleanupMike Larkin
2019-02-28bump smtpd versionEric Faurot
2019-02-27remove unused includesdenis
2019-02-27Adjust to the last bgpd change. sa2addr gets an extra agrument andClaudio Jeker
2019-02-27Convert the remote and local addresses in struct peer to be bgpd_addrsClaudio Jeker
2019-02-27Fix export none. none became a keyword some time ago and so this broke.Claudio Jeker
2019-02-26Move release check up front.Antoine Jacoutot
2019-02-26ikectl's built-in CA command for simple configurations has a fixed certificateStuart Henderson
2019-02-26Add missing break; in case statement and while there check that theClaudio Jeker
2019-02-26Some betoh64 sneaked in again, change to be64toh to be posix compliant.Claudio Jeker
2019-02-26Add support for '*', local-as and neighbor-as for ext-community matchingClaudio Jeker
2019-02-25Use struct bgpd_addr instead of a union of sockaddrs to store addressesClaudio Jeker
2019-02-22errror -> error in log messages; from alessandro galloJason McIntyre
2019-02-21type is not used here. Still keep a comment around to keep the codeClaudio Jeker
2019-02-21Adjust bgpctl to the new ctl_show_interface struct that is sent instead ofClaudio Jeker
2019-02-21Media and link states are highly OS dependent, to make porting easierClaudio Jeker
2019-02-20fix attribute namedenis
2019-02-20Forgot to set the sockaddr length field which is mandatory on the pfkey socket.Claudio Jeker
2019-02-20fix a regression in the 'hostnames' mapping to select hostname based on theGilles Chehade