summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
32 hoursUse msgbuf_queuelen() where approriateClaudio Jeker
32 hoursUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
32 hoursUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
32 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
32 hoursConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
32 hoursConvert ibuf_write() callers to new simplified return logic.Claudio Jeker
32 hoursConvert msgbuf_write() callers to the new return logic.Claudio Jeker
32 hoursUse ibuf_write() to send BGP messages to peers instead of msgbuf_write().Claudio Jeker
32 hoursIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
32 hoursUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
32 hoursimsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.Claudio Jeker
32 hoursibuf_get_string() was added to the ibuf API, remove local versionClaudio Jeker
8 daysrpki-client: use macros for skipping rather than hardcoded numbersTheo Buehler
9 daysTake into account how long the dns probe takes before decding toOtto Moerbeek
9 daysSecond sweep of foosz -> num_foos and friendsTheo Buehler
10 daysRename ips/as and ipsz/asz to ips/ases, num_ips/num_asesTheo Buehler
13 dayssync curly braces markup, fix indentKlemens Nanni
14 daysRemove unnecessary variableAndrew Fresh
14 daysAdd a -l flag to list drivers or filesAndrew Fresh
2024-11-08Only install a second copy of the bootloader if the EFI System PartitionMark Kettenis
2024-11-07The comparator of the RBtree for the IP addresses was broken.YASUOKA Masahiko
2024-11-07Move syslogd(8) TLS handshake callback from read to write handler.Alexander Bluhm
2024-11-07Add multi-line strings support to the bt(5) script parser.Martin Pieuchot
2024-11-07Log the username when rejecting by ipcp.YASUOKA Masahiko
2024-11-06Fix vmd(8) logging to syslog(3) from child process.Alexander Bluhm
2024-11-06vmd(8) logs psp(4) firmware version.Alexander Bluhm
2024-11-06Add -g option to get the index of the current virtual terminal.Miod Vallat
2024-11-06Fix broken vmd(8) build on arm64 due to missing psp_setup().Alexander Bluhm
2024-11-06Reference SendHoldTimer RFC in bgpd(8)Job Snijders
2024-11-05vmd(8) resets psp(4)Alexander Bluhm
2024-11-05mark up fix; from jesper wallinJason McIntyre
2024-11-05Check for pfxsz, not the pointerlucas
2024-11-05Avoid zero-sized allocationsTheo Buehler
2024-11-05ncomplete is set but never used. Noticed by ccClaudio Jeker
2024-11-05rpki-client: check validity time in filemodeTheo Buehler
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04Update referenceJob Snijders
2024-11-04Some atoi -> strtonum conversions; ok denisTheo de Raadt
2024-11-04Allow downloading firmware without rootAndrew Fresh
2024-11-04Make fw_update -p consistentAndrew Fresh
2024-11-02Improve detection of gaps in ManifestissuanceJob Snijders
2024-10-31Use imsg_get_fd() to extract the fd from an imsg.Claudio Jeker
2024-10-30Install a copy of the UEFI bootloader in /efi/openbsd on the EFI systemMark Kettenis
2024-10-30print pppoe tags as hex dumps rather than strvis-a-like'd text, unlessStuart Henderson
2024-10-30remove unneeded conf.h includeJonathan Gray
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-30Add fw_update pattern for AMD SEV firmware used with psp(4).Alexander Bluhm
2024-10-29Fix logic to return CTL_RES_NOSUCHPEER. The RB_EMPTY check needs to beClaudio Jeker
2024-10-28relayd: add support for client certificatesTheo Buehler
2024-10-28Remove two fatalx calls in pt_fill since they are wrong.Claudio Jeker