summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-10-07with firmware known, recognize that we couldn't find any update at allMarc Espie
2023-10-07track firmware separately, since those will appear as uptodate for usMarc Espie
2023-10-07use more specific regression testing knobMarc Espie
2023-10-06add -v to usage();Jason McIntyre
2023-10-05Do log output to stderr while running dhcpd(8) in foreground to makeVitaliy Makkoveev
2023-10-02bump versionClaudio Jeker
2023-09-29bump version to 7.4.0Omar Polo
2023-09-28Prep for OpenBGPD 8.2Claudio Jeker
2023-09-28Enforce NUL termination of the neighbor shutdown reason sent fromClaudio Jeker
2023-09-28Don't register firmware already in /var/db/pkgAndrew Fresh
2023-09-28Exit successfully at the end of fw_updateAndrew Fresh
2023-09-28Download firmware to LOCALSRC when using filenamesAndrew Fresh
2023-09-26vmd(8): disambiguate log messages per vm and device.Dave Voutila
2023-09-26vmd(8): fix vm pause deadlock.Dave Voutila
2023-09-25rpki-client: mechanical rename of some variablesTheo Buehler
2023-09-25rpki-client: Refactor sbgp_assysnum() and sbgp_addrblk()Theo Buehler
2023-09-25Pass the talid to various parse functionsTheo Buehler
2023-09-25Introduce ip_addr_range_print() to avoid code repetitionJob Snijders
2023-09-23vmd(8): correct log messages, no functional change.Dave Voutila
2023-09-23vmd(8): log vmd's vm id, not vmm's in vcpu_run_loop.Dave Voutila
2023-09-16forgot to kill thatMarc Espie
2023-09-15Also update usage() to include [-p file].Claudio Jeker
2023-09-15Even if support for utsack is very limited, document the option needed.Claudio Jeker
2023-09-14satisfy non-c99 compilersTheo de Raadt
2023-09-14Instead of ld -dc use ld -d, supported by both ld.bfd and ld.lld >= 15Jeremie Courreges-Anglas
2023-09-14vmd(8)/vioblk: use zero-copy approach & vectored io.Dave Voutila
2023-09-14Clarify the interval after 30sec.YASUOKA Masahiko
2023-09-14Revert the previous. It was committed by my mistake.YASUOKA Masahiko
2023-09-14Clarify the interval after 30sec.YASUOKA Masahiko
2023-09-13Properly evaluate variables when inserting them into a map.Martin Pieuchot
2023-09-12Ensure the X.509 Subject only contains commonName and optionally serialNumberJob Snijders
2023-09-12is is -> isJonathan Gray
2023-09-11Implement tuples, needed to export per-CPU scheduling data.Martin Pieuchot
2023-09-11Check if the avp->length is not broken. Also make sure thatYASUOKA Masahiko
2023-09-11Improve handling of ENOBUFS by not running in a tight loop forever.Florian Obser
2023-09-08Add request or response decoration feature which is used through theYASUOKA Masahiko
2023-09-06Correct error message: vionet -> vioblk. No functional change.Dave Voutila
2023-09-06vmd(8): clean up struct ioinfo.Dave Voutila
2023-09-06use ansi function declsJonathan Gray
2023-09-06use ansi function declsJonathan Gray
2023-09-06Add missing <sys/time.h> include for timespecsub()Claudio Jeker
2023-09-06remove doubled entry in config.h.inStuart Henderson
2023-09-06regenStuart Henderson
2023-09-06remove extra blank line to reduce changes to upstream in a locally-patched fileStuart Henderson
2023-09-06whitespace fixes, problem with util/tube.c pointed out by jsg (probablyStuart Henderson
2023-09-06use ansi function declsJonathan Gray
2023-09-06remove unused variableJonathan Gray
2023-09-06vmm(4)/vmd(8): include pending interrupt in vm_run_parmams.Dave Voutila
2023-09-05function definitions without prototypes are deprecated, so shut clang16 upRobert Nagy
2023-09-05oops, forgot to rm these before cvs importStuart Henderson