summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-08-31Replace "newfs_msdos" and "fsck_msdos" with "newfs -t msdos" and "fsck -tKenneth R Westerback
2022-08-31Log copy of /ofwbootKlemens Nanni
2022-08-31Make installboot on landisk aware of a possible MBR on the disk, and in thisMiod Vallat
2022-08-31relayd(8): change agentx_getsock to return voidDave Voutila
2022-08-31Remove IMSG_CTL_SHOW_RIB_HASH and struct rde_hashstats which are noClaudio Jeker
2022-08-31Remove the hash statistics print code. The RDE no longer sends theseClaudio Jeker
2022-08-31Switch the generic attribute cache to an RB tree.Claudio Jeker
2022-08-31Add missing OpenBSD id commentClaudio Jeker
2022-08-31Make sure that only one roa softreconfig runner is run at any time.Claudio Jeker
2022-08-31Rewrite the searchrange end calculation routine.Martijn van Duren
2022-08-30stray tabTheo Buehler
2022-08-30whitespaceTheo Buehler
2022-08-30Avoid dead assignmentTheo Buehler
2022-08-30Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)Job Snijders
2022-08-30Switch nexthop hash to a RB tree.Claudio Jeker
2022-08-30Remove now unused search variable. Missed in previous.Martijn van Duren
2022-08-30Remove the downwards check for overlapping regions when the subtree flag isMartijn van Duren
2022-08-30Initial support for mmio assist for vmm(4)Dave Voutila
2022-08-30Add missing #include <sys/queue.h>Claudio Jeker
2022-08-30copy over av_oid_end.bo_n instead of av_oid.bo_n bytes when copying overMartijn van Duren
2022-08-30Avoid leak in proxy_parse_uri()Theo Buehler
2022-08-30Reshuffle and cleanup the includes a little bit.Claudio Jeker
2022-08-30In RRDP mode it is possible that a file in the validated cache dir isClaudio Jeker
2022-08-29softraid: make verbose messages -n/nowrite awareKlemens Nanni
2022-08-29Simplify load_skiplist()Theo Buehler
2022-08-29aspath_refs is gone, adjust codeClaudio Jeker
2022-08-29Instead of a global aspath cache copy the aspath attribute per rde_aspathClaudio Jeker
2022-08-29Clean up a couple of log lines.Martijn van Duren
2022-08-29Allow overlapping regions (if subtree claim flag is set) when the backendsMartijn van Duren
2022-08-29Use fatal("%s", __func__); instead of fatal("function_name");Claudio Jeker
2022-08-29Make sure oidbuf is initialized when we hit the overlap case.Martijn van Duren
2022-08-29Switch the DB of communities collections to a RB tree instead of anClaudio Jeker
2022-08-29Switch rde_aspath to a RB tree instead of a hash table.Claudio Jeker
2022-08-29merge updatesStuart Henderson
2022-08-29import unbound 1.16.2, ok florian@ tb@ also tested by Alex HolstStuart Henderson
2022-08-29report pending update and withdraw routes in the show neighbor output.Claudio Jeker
2022-08-29Export pending update and withdraw as part of struct peer_stats.Claudio Jeker
2022-08-29When there are two overlapping regions handled by the same backend we mightMartijn van Duren
2022-08-29When a backend disappears while handling a request, make sure that theMartijn van Duren
2022-08-29Let snmpd check a response package against the requested searchrange end.Martijn van Duren
2022-08-29static inline, not inline staticJonathan Gray
2022-08-28Make a few error messages match the actually failing function.Theo Buehler
2022-08-28Set the X.509 request version number.Joel Sing
2022-08-26Handle IMSG_SESSION_* messages immediatly when received and do not putClaudio Jeker
2022-08-26Tweaks in load_skiplist()Theo Buehler
2022-08-25Make PEM printing available through increased verbosity (-vvf)Job Snijders
2022-08-25In verbose filemode print details about encapsulated certificates.Job Snijders
2022-08-25Fix newline in JSON filemodeJob Snijders
2022-08-25Use memset() and memcpy() instead of bzero() or bcopy().Claudio Jeker
2022-08-25Plug memory leak in filemodeJob Snijders