Build date: 1731538803 - Wed Nov 13 23:00:03 UTC 2024 Build cvs date: 1731531657 - Wed Nov 13 21:00:57 UTC 2024 Build id: 2024-11-14.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-ptrace-xstate.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-newvers.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff /home/anton/tmp/robsd/src-tftpd-quirk.diff ? regress/sys/kern/ptrace/xstate P distrib/sets/lists/man/mi P lib/libcrypto/aes/aes_core.c P share/man/man4/Makefile cvs server: share/man/man4/tap.4 is no longer in the repository P share/man/man4/tun.4 P share/man/man9/pci_conf_read.9 P share/man/man9/pci_intr_map.9 P sys/arch/amd64/conf/RAMDISK_CD P sys/dev/pci/if_ice.c P usr.sbin/ntpd/ntp_dns.c P usr.sbin/rpki-client/aspa.c P usr.sbin/rpki-client/extern.h P usr.sbin/rpki-client/filemode.c P usr.sbin/rpki-client/main.c P usr.sbin/rpki-client/output-bgpd.c P usr.sbin/rpki-client/output-json.c P usr.sbin/rpki-client/print.c P usr.sbin/rpki-client/repo.c P usr.sbin/rpki-client/rsc.c P usr.sbin/rpki-client/spl.c P usr.sbin/rpki-client/tak.c P usr.sbin/rpki-client/tal.c commit oSTSwivOejDaYPdP Author: tb Date: 2024/11/13 21:00:57 AES_{decrypt,encrypt}() don't return void internal function "A return statement with an expression shall not appear in a function whose return type is void." ok deraadt miod lib/libcrypto/aes/aes_core.c commit k5ZDc7pGZbzje0Ze Author: stsp Date: 2024/11/13 16:32:18 implement ice_down(); ifconfig ice0 down/up is working now sys/dev/pci/if_ice.c commit UPTZ5TOoOMgJnnSy Author: deraadt Date: 2024/11/13 16:22:35 sync distrib/sets/lists/man/mi commit hsWiWEBX8hrODoZ4 Author: otto Date: 2024/11/13 15:51:50 Take into account how long the dns probe takes before decding to punt. A single res_query() call can return immediately (e.g. success or the nameservers are unreachable), or take quite some time, depending on how many nameservers are configured. So measure the actual time it takes and decide wat to do based on that. Early version from beck@; ok claudio@ deraadt@ usr.sbin/ntpd/ntp_dns.c commit OqPdyUB8pNLKTIS7 Author: yasuoka Date: 2024/11/13 15:03:02 Enable ixv(4) in RAMDISK_CD ok stu deraadt sys/arch/amd64/conf/RAMDISK_CD commit Ou00d51vDkTHM664 Author: dlg Date: 2024/11/13 12:58:29 merge tap(4) into tun(4). it's the one driver providing both interfaces. ok and tweaks from claudio@ and jmc@ share/man/man4/Makefile share/man/man4/tun.4 commit L2nZ6O3w52S9rpS2 Author: tb Date: 2024/11/13 12:51:04 Second sweep of foosz -> num_foos and friends Binary change in main.o and tal.o due to an assertion change and in spl.o due to line number changes looks good to claudio, ok clang + sha256 usr.sbin/rpki-client/aspa.c usr.sbin/rpki-client/extern.h usr.sbin/rpki-client/filemode.c usr.sbin/rpki-client/main.c usr.sbin/rpki-client/output-bgpd.c usr.sbin/rpki-client/output-json.c usr.sbin/rpki-client/print.c usr.sbin/rpki-client/repo.c usr.sbin/rpki-client/rsc.c usr.sbin/rpki-client/spl.c usr.sbin/rpki-client/tak.c usr.sbin/rpki-client/tal.c commit pRk4aipKusHE0SME Author: jsg Date: 2024/11/13 10:56:18 powerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013 share/man/man9/pci_conf_read.9 share/man/man9/pci_intr_map.9