summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
10 daysTry to handle the dumpster fire called constraint.c a bit better.Claudio Jeker
10 daysSimple bits of converting ntpd over to the new imsgbuf_read behaviour.Claudio Jeker
10 daysConvert radiusd to new imsgbuf_read behaviour.Claudio Jeker
10 daysConvert npppd and npppctl over to new imsgbuf_read behaviour.Claudio Jeker
10 daysNo need to handle EAGAIN anymore.Claudio Jeker
10 daysbgpd and smtpd include their own imsgbuf_read_nofd() implementation.Claudio Jeker
10 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
10 daysUse msgbuf_queuelen() where approriateClaudio Jeker
10 daysUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
10 daysUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
10 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
10 daysConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
10 daysConvert ibuf_write() callers to new simplified return logic.Claudio Jeker
10 daysConvert msgbuf_write() callers to the new return logic.Claudio Jeker
10 daysUse ibuf_write() to send BGP messages to peers instead of msgbuf_write().Claudio Jeker
10 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
10 daysUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
10 daysimsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.Claudio Jeker
10 daysibuf_get_string() was added to the ibuf API, remove local versionClaudio Jeker
2024-11-14rpki-client: use macros for skipping rather than hardcoded numbersTheo Buehler
2024-11-13Take into account how long the dns probe takes before decding toOtto Moerbeek
2024-11-13Second sweep of foosz -> num_foos and friendsTheo Buehler
2024-11-12Rename ips/as and ipsz/asz to ips/ases, num_ips/num_asesTheo Buehler
2024-11-09sync curly braces markup, fix indentKlemens Nanni
2024-11-09Remove unnecessary variableAndrew Fresh
2024-11-09Add 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