summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-05-04gzread(3) doesn't always set errno, so use gzerror(3)dv
2021-05-04Move unused task queue stuff to the attic.dv
2021-05-04Init debug logging state before attempting to log.dv
2021-05-04okay, prevent pkg_* from looking into /usr/local BUT special-case quirksMarc Espie
2021-05-04More comment changes to reflect reality. No functional change.Claudio Jeker
2021-05-04Update comment to match reality.Claudio Jeker
2021-05-04not yet, need to figure out how to fix quirks firstMarc Espie
2021-05-04and do the same thing to pkg_mklocatedbMarc Espie
2021-05-04prevent the base pkg tools from looking under /usr/localMarc Espie
2021-05-04Similar to rsync repo delay deletes for rrdp repos to after processingClaudio Jeker
2021-05-03When negotiating multiprotocol capabilities only fall ack to AID_INET whenClaudio Jeker
2021-05-03Print the timestamps both formatted and as a time in seconds field inClaudio Jeker
2021-05-03Like in the session engine do not inline the addr2sa call into connect andClaudio Jeker
2021-05-02Fix having hostnames in the listen on statement. Regression introduced inMartijn van Duren
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-29Linting: remove duplicate struct definition (plus whitespace)dv
2021-04-29Use relative reference URIs in Location header on directory redirects.dv
2021-04-28build eeprom on riscv64Jonathan Gray
2021-04-27Add IMSG_CTL_SHOW_RTR to the list of restriced control messages.Claudio Jeker
2021-04-27Add RFC 6286 to the list of RFC bgpd supports.Claudio Jeker
2021-04-27Check for possible bgpid collision on open. RFC 6286 defines that thisClaudio Jeker
2021-04-27Fix notification sub-error code for syntactically incorrect nexthops.Claudio Jeker
2021-04-26vmd(8): fix vmctl client "wait" state corruptiondv
2021-04-26Print out both the sent "Neighbor capabilities" and the "NegotiatedClaudio Jeker
2021-04-26The time_t now is only set but never used. Noticed by gcc.Claudio Jeker
2021-04-24remove bgpd warning message exposed by "bgpctl show rib peer out" forTheo de Raadt
2021-04-22vmd(8): guard against bad virtio driversdv
2021-04-22Indent and simplify the grammar.Martin Pieuchot
2021-04-22Eliminate S/R conflicts and simplify filter grammar.Martin Pieuchot
2021-04-22Remove trailing whitespace in comment blocks.dv
2021-04-22Simplify token declaration.Martin Pieuchot
2021-04-22Simplify now that TID and PID are now only being parsed as builtin.Martin Pieuchot
2021-04-22Remove support for in-kernel filters.Martin Pieuchot
2021-04-21Fix packet size checks and remove bad casts.dv
2021-04-21remove -p from usage;Jason McIntyre
2021-04-21Extend filters to support any conditionnal test including global variables.Martin Pieuchot
2021-04-21Always initialized min value for an histogram.Martin Pieuchot
2021-04-21typoMartin Pieuchot
2021-04-21Support for local (scratch) variables: "$var_name".Martin Pieuchot
2021-04-21Extend print() to support any kind of variable.Martin Pieuchot
2021-04-21Support first shell argument as $1 in order to use it in filters.Martin Pieuchot
2021-04-21Improve ntpd offset handling. Call the index of the offset loopsAlexander Bluhm
2021-04-21HTTP errors are logged by the http module. No need to repeat them.Claudio Jeker
2021-04-21When setting RRDP_STATE_PARSE_ERROR a warning is issued so there is no needClaudio Jeker
2021-04-21unplug unused certificate verification code, now that this is done by libtls.Eric Faurot
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-04-20Add keep-alive support to the HTTP module.Claudio Jeker
2021-04-20Switch some warnings to logx() to reduce log noise on runs without -v.Claudio Jeker
2021-04-20Update comment to be less confusing (I hope)Claudio Jeker
2021-04-20prefix_insert() and prefix_remove() emulate a tail queue by keeping theClaudio Jeker