Re: git: 35e941ce5520 - main - systat: fix build with newer ncurses

2024-06-20 Thread Cy Schubert
u", stats.stat) > + mvwprintw(wnd, row, col, "%12u", stats.stat) > #define L(row, stat) DO(stat, row, 0) > #define R(row, stat) DO(stat, row, 38) > L(1, sctps_activeestab);R(1, sctps_outpackets); > I'm still getting errors. This time in ee. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 35e941ce5520 - main - systat: fix build with newer ncurses

2024-06-20 Thread Cy Schubert
In message , B aptiste Daroussin writes: > On Thu 20 Jun 06:34, Cy Schubert wrote: > > In message <202406201312.45kdccfk092...@gitrepo.freebsd.org>, Baptiste > > Daroussi > > n writes: > > > The branch main has been updated by bapt: > > > >

Re: git: 0667538b888c - main - ee: fix wprintw usage (highlighted by ncurses 6.5)

2024-06-20 Thread Cy Schubert
om_win, conf_dump_err_msg); > + wprintw(com_win, "%s", conf_dump_err_msg); > wrefresh(com_win); > return; > } > @@ -4412,7 +4412,7 @@ spell_op(void) > command(shell_echo_msg); > adv_line(); > wmove(com_win, 0, 0); > - wprintw(com_win, spell_in_prog_msg); > + wprintw(com_win, "%s", spell_in_prog_msg); > wrefresh(com_win); > command("<>!spell");/* send contents of buffer to command 'spell' > and read the results back into the editor */ > @@ -5001,7 +5001,7 @@ restrict_mode(void) > return(FALSE); > > wmove(com_win, 0, 0); > - wprintw(com_win, restricted_msg); > + wprintw(com_win, "%s", restricted_msg); > wclrtoeol(com_win); > wrefresh(com_win); > clear_com_win = TRUE; > I wonder if the editors/aee port might also want some tender loving care? -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 21817992b331 - main - ncurses: vendor import version 6.5

2024-06-20 Thread Cy Schubert
a rebuild. I wouldn't be surprised if other ports may need a PORTREVISION bump to force rebuilds. For those of us doing incremental builds our options are to rebuild vi (maybe others) separately or do a clean build. Can we add a note to UPDATING? -- Cheers, Cy Schubert FreeBSD UNIX:

Re: git: 21817992b331 - main - ncurses: vendor import version 6.5

2024-06-20 Thread Cy Schubert
In message , B aptiste Daroussin writes: > On Thu 20 Jun 19:26, Baptiste Daroussin wrote: > > On Thu 20 Jun 10:16, Cy Schubert wrote: > > > In message <202406201127.45kbrjon006...@gitrepo.freebsd.org>, Baptiste > > > Daroussi > > > n writes: > &

Re: git: b93028d8cd3a - main - vt: Add vd_bitblt_argb

2024-07-11 Thread Cy Schubert
of the subsequent vt(4) commits] I can no longer ctrl-alt-f1 from ttyv8 to ttyv0, or any other text tty on the console, with the following displayed in dmesg: Timeout initializing vt_vga Timeout initializing vt_vga ctrl-alt-f9 restores the graphical screen (X). But the text virtual consoles are no

Re: git: b93028d8cd3a - main - vt: Add vd_bitblt_argb

2024-07-11 Thread Cy Schubert
In message <20240711212044.830ab...@slippy.cwsent.com>, Cy Schubert writes: > In message <202407110650.46b6oexo073...@gitrepo.freebsd.org>, Emmanuel > Vadot wr > ites: > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/co

Re: git: b93028d8cd3a - main - vt: Add vd_bitblt_argb

2024-07-11 Thread Cy Schubert
In message <20240711215507.c98e...@slippy.cwsent.com>, Cy Schubert writes: > In message <20240711212044.830ab...@slippy.cwsent.com>, Cy Schubert writes: > > In message <202407110650.46b6oexo073...@gitrepo.freebsd.org>, Emmanuel > > Vadot wr > > ites: > &g

git: 51c8a9c1be57 - main - unbound: Remove backup file

2024-07-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=51c8a9c1be57b6750e7c64e1379e8c33bd0f02c1 commit 51c8a9c1be57b6750e7c64e1379e8c33bd0f02c1 Author: Cy Schubert AuthorDate: 2024-07-15 15:15:27 + Commit: Cy Schubert CommitDate: 2024-07-15 15:15:27

git: 66f360515d28 - main - rc.conf: Leap-seconds sources: Add IANA back

2024-07-19 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=66f360515d2829d261c0ad7bd516e9dd18c2dd83 commit 66f360515d2829d261c0ad7bd516e9dd18c2dd83 Author: Cy Schubert AuthorDate: 2024-07-19 18:04:43 + Commit: Cy Schubert CommitDate: 2024-07-19 18:24:31

git: 04b4dcf04fc3 - main - leap-seconds: Update to leap-seconds 3960057600 obtained from IERS

2024-07-20 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=04b4dcf04fc345b29b78e5061768091648b8ee2a commit 04b4dcf04fc345b29b78e5061768091648b8ee2a Author: Cy Schubert AuthorDate: 2024-07-21 01:41:09 + Commit: Cy Schubert CommitDate: 2024-07-21 01:55:41

git: a90b9d015907 - main - wpa: Import 2.11

2024-07-23 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=a90b9d0159070121c221b966469c3e36d912bf82 commit a90b9d0159070121c221b966469c3e36d912bf82 Merge: dcfa6669a33f 6377230b3cf4 Author: Cy Schubert AuthorDate: 2024-07-21 18:59:44 + Commit: Cy Schubert

git: 8880825df1f8 - main - wpa: Fix gcc build

2024-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=8880825df1f805fc02dbb8476df8183d4ec3781c commit 8880825df1f805fc02dbb8476df8183d4ec3781c Author: Cy Schubert AuthorDate: 2024-07-24 15:04:33 + Commit: Cy Schubert CommitDate: 2024-07-24 15:04:33

Re: git: ce4dcb97ca43 - main - zfs: merge openzfs/zfs@9c56b8ec7

2024-08-10 Thread Cy Schubert
not logging = > anymore > > =E2=80=A2 [2:13 PM]Flox: > FreeBSD fbsd15.localdomain 15.0-CURRENT FreeBSD 15.0-CURRENT #0 = > main-aea9dba46b: Sat Aug 10 16:48:02 EDT 2024 = > mike@fbsd15.localdomain:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG = > amd64 Yeah. I'm get

git: 5685098846d7 - main - unbound: Vendor import 1.21.0

2024-08-16 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5685098846d7f11ad642d9804d94dc7429a7b212 commit 5685098846d7f11ad642d9804d94dc7429a7b212 Merge: 788f194f6064 96ef46e5cff0 Author: Cy Schubert AuthorDate: 2024-08-16 16:45:39 + Commit: Cy Schubert

Re: git: fb901935f257 - main - socket: Split up sosend_generic()

2024-08-20 Thread Cy Schubert
> out: > #ifdef KERN_TLS > if (tls != NULL) > @@ -1917,6 +1914,20 @@ out: > return (error); > } > > +int > +sosend_generic(struct socket *so, struct sockaddr *addr, struct uio *uio, > + struct mbuf *top, struct mbuf *control, int flags, struct

Re: git: fb901935f257 - main - socket: Split up sosend_generic()

2024-08-20 Thread Cy Schubert
In message , Mark Johnston writes: > On Tue, Aug 20, 2024 at 07:37:30AM -0700, Cy Schubert wrote: > > In message <202408191437.47jebhog094...@gitrepo.freebsd.org>, Mark Johnston > > > wri > > tes: > > > The branch main has been updated by markj: > &

git: de9468837c92 - main - sqlite3: Vendor import of sqlite3 3.46.1

2024-08-26 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=de9468837c92cab304c658480bd32dbe4e022d01 commit de9468837c92cab304c658480bd32dbe4e022d01 Merge: e12b6aaf0d51 657ea345f331 Author: Cy Schubert AuthorDate: 2024-08-26 20:00:23 + Commit: Cy Schubert

Re: git: 65b133e5d292 - main - x86: allow to have more than one kind of IOMMU

2024-09-04 Thread Cy Schubert
000 rdx: rcx: 0001 r8: 0001 r9: rax: 00000000 rbx: f800fec0 rbp: 81f05e90 r10: r11: fff5cfdf r12: 0010 r13: f800033aa8ec r14: f800033aa8e4 r15: trap number = 12 panic: page fault cpuid = 0 time = 1 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0x81f05b80 vpanic() at vpanic+0x13f/frame 0x81f05cb0 panic() at panic+0x43/frame 0x81f05d10 trap_fatal() at trap_fatal+0x40b/frame 0x81f05d70 trap_pfault() at trap_pfault+0x46/frame 0x81f05dc0 calltrap() at calltrap+0x8/frame 0x81f05dc0 --- trap 0xc, rip = 0x80a2c48b, rsp = 0x81f05e90, rbp = 0x81f05e90 --- iommu_map_ioapic_intr() at iommu_map_ioapic_intr+0xb/frame 0x81f05e90 ioapic_create() at ioapic_create+0x460/frame 0x81f05f20 madt_parse_apics() at madt_parse_apics+0x51/frame 0x81f05f40 acpi_walk_subtables() at acpi_walk_subtables+0x31/frame 0x81f05f70 madt_setup_io() at madt_setup_io+0x62/frame 0x81f05f90 apic_setup_io() at apic_setup_io+0x24/frame 0x81f05fa0 mi_startup() at mi_startup+0x1c8/frame 0x81f05ff0 Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Rebooting... -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 65b133e5d292 - main - x86: allow to have more than one kind of IOMMU

2024-09-04 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Wed, Sep 04, 2024 at 04:52:04PM -0700, Cy Schubert wrote: > > I suspect this commit but could be one of the others that caused this panic > > > during intialization. From a serial console log: > > > > Hit [Enter] to

Re: git: 65b133e5d292 - main - x86: allow to have more than one kind of IOMMU

2024-09-04 Thread Cy Schubert
In message <20240905010600.b9d2...@slippy.cwsent.com>, Cy Schubert writes: > In message , Konstantin Belousov writes: > > On Wed, Sep 04, 2024 at 04:52:04PM -0700, Cy Schubert wrote: > > > I suspect this commit but could be one of the others that caused this pan

Re: git: 65b133e5d292 - main - x86: allow to have more than one kind of IOMMU

2024-09-04 Thread Cy Schubert
ff81f08fa0 mi_startup() at mi_startup+0x1c8/frame 0x81f08ff0 Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Rebooting... cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 2 -

Re: git: 65b133e5d292 - main - x86: allow to have more than one kind of IOMMU

2024-09-04 Thread Cy Schubert
email retracting all this if it fails to boot a second time. But I'm willing to take that risk (looking stupid) to avoid you spending more time at this. I will test this on my i5 laptop tomorrow morning. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP:

Re: git: 12e0d316644a - main - vendor/bc: upgrade to version 7.0.0

2024-09-05 Thread Cy Schubert
on. > > (cherry picked from commit 54d20d67e2af28d948ce2df13feb039fa10900fc) > > MFC after: 3 days This commit introduced a regression. Prior to this one could exit bc using the EOF character defined by stty(1), default ^D. Now one needs to enter the word quit instead of ^

Re: git: 26a09db3add3 - main - Fix incremental build with WITH_NVME newly enabled

2024-04-18 Thread Cy Schubert
/rescue/rescue/rescue.mk ] && \ > +grep -q -v 'nvme_util.o' "$OBJTOP"/rescue/rescue/rescue.mk; then > + echo "removing rescue.mk without nvme_util.o"; then Stray "th

git: f7f570eb97c7 - main - tools: Remove stray "then"

2024-04-18 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f7f570eb97c70bc7f545d79a96c3192181bb8dd1 commit f7f570eb97c70bc7f545d79a96c3192181bb8dd1 Author: Cy Schubert AuthorDate: 2024-04-18 14:31:13 + Commit: Cy Schubert CommitDate: 2024-04-18 15:10:14

Re: git: f7f570eb97c7 - main - tools: Remove stray "then"

2024-04-18 Thread Cy Schubert
In message , Brooks Davis writes: > On Thu, Apr 18, 2024 at 03:10:24PM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=f7f570eb97c70bc7f545d79a96c319 > 2181bb8dd1 > > > > commit f7f5

git: 9e248b7f645c - main - kdc: Add restart option

2024-04-23 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=9e248b7f645cdf05615a49cc15295df49b54d659 commit 9e248b7f645cdf05615a49cc15295df49b54d659 Author: Cy Schubert AuthorDate: 2024-04-18 18:56:54 + Commit: Cy Schubert CommitDate: 2024-04-24 05:50:38

git: a0d7d68a2dd8 - main - heimdal: Fix compiling hdb ldap as a module

2024-04-23 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=a0d7d68a2dd818ce84e37e1ff20c8849cda6d853 commit a0d7d68a2dd818ce84e37e1ff20c8849cda6d853 Author: Cy Schubert AuthorDate: 2014-01-10 19:18:06 + Commit: Cy Schubert CommitDate: 2024-04-24 05:54:20

git: 335c7cda1213 - main - unbound: Vendor import 1.20.0

2024-05-10 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=335c7cda12138f2aefa41fb739707612cc12a9be commit 335c7cda12138f2aefa41fb739707612cc12a9be Merge: 25945af47e7a c2a80056864d Author: Cy Schubert AuthorDate: 2024-05-10 20:56:34 + Commit: Cy Schubert

Re: git: 335c7cda1213 - main - unbound: Vendor import 1.20.0

2024-05-10 Thread Cy Schubert
In message <202405102124.44alohr7099...@gitrepo.freebsd.org>, Cy Schubert write s: > The branch main has been updated by cy: > > URL: https://cgit.FreeBSD.org/src/commit/?id=335c7cda12138f2aefa41fb739707612 > cc12a9be > > commit 335c7cda12138f2aefa41fb739707612cc12a9

git: 380ee9b3c0c5 - main - sys/netinet/icmp6.h: Fix build

2024-05-23 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=380ee9b3c0c54680ac26dbd80ea812671052fae2 commit 380ee9b3c0c54680ac26dbd80ea812671052fae2 Author: Cy Schubert AuthorDate: 2024-05-23 21:02:06 + Commit: Cy Schubert CommitDate: 2024-05-23 21:03:55

git: f5f40dd63bc7 - main - ntp: Vendor import of ntp-4.2.8p18

2024-05-26 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f5f40dd63bc7acbb5312b26ac1ea1103c12352a6 commit f5f40dd63bc7acbb5312b26ac1ea1103c12352a6 Merge: a8f86ecd6104 1f833b3fc996 Author: Cy Schubert AuthorDate: 2024-05-27 01:41:22 + Commit: Cy Schubert

git: 018a4ab7b04d - main - ntp: Update version strings

2024-05-27 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=018a4ab7b04deb0710743533f2b799d68b406f85 commit 018a4ab7b04deb0710743533f2b799d68b406f85 Author: Cy Schubert AuthorDate: 2024-05-27 09:12:49 + Commit: Cy Schubert CommitDate: 2024-05-27 09:19:51

Re: git: 676041c41ba5 - main - WPA: Allow CLOCK_BOOTTIME and CLOCK_MONOTONIC to #define the same

2024-05-31 Thread Cy Schubert
same thing. FreeBSD 14.1 and ealier don't, so need this case. > + */ > +#if !(defined(CLOCK_BOOTTIME) && CLOCK_BOOTTIME == CLOCK_MONOTONIC) This I probably want to apply to the ports. > case CLOCK_MONOTONIC: > clock_id = CLOCK_R

Re: git: 676041c41ba5 - main - WPA: Allow CLOCK_BOOTTIME and CLOCK_MONOTONIC to #define the same

2024-05-31 Thread Cy Schubert
In message , Warner Losh writes: > --56c22d0619c1eb4c > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Fri, May 31, 2024 at 11:28=E2=80=AFAM Cy Schubert .com> > wrote: > > > In message <2024

Re: git: 108de784513d - main - Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME

2024-06-01 Thread Cy Schubert
n/xe/intel_gem.c.orig2024-05-22 09:48:39.0 -0700 +++ src/intel/common/xe/intel_gem.c 2024-06-01 06:28:22.268439000 -0700 @@ -69,8 +69,10 @@ #endif case CLOCK_REALTIME: #ifdef CLOCK_BOOTTIME +#if CLOCK_BOOTTIME != CLOCK_MONOTONIC case CLOCK_BOOTTIME: #endif +#endif #ifd

Re: git: 108de784513d - main - Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME

2024-06-01 Thread Cy Schubert
In message , Warner Losh writes: > --dcc9a90619d4664c > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Sat, Jun 1, 2024 at 9:31=E2=80=AFAM Cy Schubert om> > wrote: > > > In mes

Re: git: 108de784513d - main - Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME

2024-06-01 Thread Cy Schubert
Hi eduardo@, Patches for mesa-dri, wpa-supplicant* and hostapd* have been pushed. These ports are no longer broken under the latest 15-CURRENT now. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1

git: 0f996f45418e - main - sqlite3: Vendor import of sqlite3 3.46.0

2024-06-02 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0f996f45418e82dae151e5d1da478da38d70049f commit 0f996f45418e82dae151e5d1da478da38d70049f Merge: 542f9494b747 259d29fd8c01 Author: Cy Schubert AuthorDate: 2024-06-03 01:40:14 + Commit: Cy Schubert

Re: git: 077f757d72e5 - main - newfs_msdos: align data area to VM page boundary by default

2024-06-03 Thread Cy Schubert
evice. > >The -r option is unchanged and will prevent any automatic alignment > >from occuring. > > Hi, > This has completely broken[1] all of the Linux and macOS cross-build CI > jobs (which pass -DWITH_DISK_IMAGE_TOOLS_BOOTSTRAP). Please either fix > this prompt

Re: git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread Cy Schubert
source+0x84/frame 0x81f0b860 acpi_pcib_acpi_alloc_resource() at acpi_pcib_acpi_alloc_resource+0x9d/frame 0x81f0b8d0 ata_pci_alloc_resource() at ata_pci_alloc_resource+0x2bd/frame 0x81f0b950 bus_alloc_resource() at bus_alloc_resource+0x98/frame 0x81f0b9b0 ata_attach() at ata_attach+0x322/frame 0x81f0ba80 device_attach() at device_attach+0x3ac/frame 0x81f0bad0 bus_generic_attach() at bus_generic_attach+0x4b/frame 0x81f0bb00 ata_pci_attach() at ata_pci_attach+0x2fd/frame 0x81f0bb30 device_attach() at device_attach+0x3ac/frame 0x81f0bb80 bus_generic_attach() at bus_generic_attach+0x4b/frame 0x81f0bbb0 pci_attach() at pci_attach+0xc7/frame 0x81f0bbe0 acpi_pci_attach() at acpi_pci_attach+0x15/frame 0x81f0bc20 device_attach() at device_attach+0x3ac/frame 0x81f0bc70 bus_generic_attach() at bus_generic_attach+0x4b/frame 0x81f0bca0 acpi_pcib_acpi_attach() at acpi_pcib_acpi_attach+0x424/frame 0x81f0bd00 device_attach() at device_attach+0x3ac/frame 0x81f0bd50 bus_generic_attach() at bus_generic_attach+0x4b/frame 0x81f0bd80 acpi_probe_children() at acpi_probe_children+0x6f/frame 0x81f0bde0 acpi_attach() at acpi_attach+0x982/frame 0x81f0be70 device_attach() at device_attach+0x3ac/frame 0x81f0bec0 bus_generic_attach() at bus_generic_attach+0x4b/frame 0x81f0bef0 device_attach() at device_attach+0x3ac/frame 0x81f0bf40 bus_generic_new_pass() at bus_generic_new_pass+0x127/frame 0x81f0bf70 root_bus_configure() at root_bus_configure+0x26/frame 0x81f0bf90 configure() at configure+0x9/frame 0x81f0bfa0 mi_startup() at mi_startup+0x1c8/frame 0x81f0bff0 Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. acpi0: reset failed - timeout Rebooting... cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 2 -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread Cy Schubert
In message <20240605034733.42321...@slippy.cwsent.com>, Cy Schubert writes: > In message <202406042352.454nqfvj061...@gitrepo.freebsd.org>, John Baldwin wr > it > es: > > The branch main has been updated by jhb: > > > > URL: https://cgit.FreeBSD.org/src/co

Re: git: bed65d85c631 - main - linux64: Fix the build on arm64 with bti checking

2024-06-05 Thread Cy Schubert
xfe008ecc8e00 amd64_syscall() at amd64_syscall+0x115/frame 0xfe008ecc8f30 fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfe008ecc8f30 --- syscall (304, FreeBSD ELF64, kldload), rip = 0x2959195a57da, rsp = 0x295917b80438, rbp = 0x295917b809b0 --- Uptime: 7m24s Dumping 608 out of 8160 MB:..3%..11%..22%..32%..43%..53%..61%..71%..82%..92% Dump complete Automatic reboot in 15 seconds - press a key on the console to abort acpi0: reset failed - timeout Rebooting... cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 2 -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto

2024-01-15 Thread Cy Schubert
In message <75357052-f1af-4e48-b2a8-5fe23efb2...@tetlows.org>, Gordon Tetlow wr ites: > > > > On Jan 13, 2024, at 6:19 AM, Cy Schubert = > wrote: > >=20 > > In message <20240113141123.01fcd...@slippy.cwsent.com>, Cy Schubert = > writes: > >> In

git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto

2024-01-17 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=476d63e091c2e663b51d18acf6acb282e1f22bbc commit 476d63e091c2e663b51d18acf6acb282e1f22bbc Author: Cy Schubert AuthorDate: 2023-12-06 15:30:05 + Commit: Cy Schubert CommitDate: 2024-01-18 07:46:57

Re: git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto

2024-01-18 Thread Cy Schubert
In message , Jessica Clarke w rites: > On 18 Jan 2024, at 07:48, Cy Schubert wrote: > >=20 > > The branch main has been updated by cy: > >=20 > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3D476d63e091c2e663b51d18acf6acb282

git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0990136ed1753ac7837206f9c5f4b83ccff6c405 commit 0990136ed1753ac7837206f9c5f4b83ccff6c405 Author: Cy Schubert AuthorDate: 2024-01-18 08:22:20 + Commit: Cy Schubert CommitDate: 2024-01-18 15:12:14

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
In message <973524d3-fcb2-47e1-b04f-bb42e1855...@freebsd.org>, Jessica Clarke w rites: > On 18 Jan 2024, at 17:35, Shawn Webb wrote: > >=20 > > On Thu, Jan 18, 2024 at 05:29:47PM +, Jessica Clarke wrote: > >> On 18 Jan 2024, at 15:23, Cy Schubert wrote: >

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
In message , Alexander Richardson writes: > On Thu, 18 Jan 2024 at 10:06, Cy Schubert wrote: > > > > In message <973524d3-fcb2-47e1-b04f-bb42e1855...@freebsd.org>, Jessica > > Clarke w > > rites: > > > On 18 Jan 2024, at 17:35, Shawn Webb wrote: > &

git: 91f78c32befa - main - rc.d/kdc: Support start of MIT krb5kdc

2024-01-21 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=91f78c32befa08bf4010db7afd4407277a3e585f commit 91f78c32befa08bf4010db7afd4407277a3e585f Author: Cy Schubert AuthorDate: 2024-01-20 13:52:35 + Commit: Cy Schubert CommitDate: 2024-01-22 00:06:26

git: c19fb1f963e3 - main - sqlite3: Vendor import of sqlite3 3.45.0

2024-01-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c19fb1f963e3dc88a82b20d1b17f94a4cd321e74 commit c19fb1f963e3dc88a82b20d1b17f94a4cd321e74 Merge: 57c50d6b3673 cdad538768db Author: Cy Schubert AuthorDate: 2024-01-22 15:35:06 + Commit: Cy Schubert

Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331

2024-01-30 Thread Cy Schubert
icked merge but a merge of the last commit of the source branch to the current branch. Can someone explain this? And if this would be any different from a merge from a branch that is ahead by one commit since the last merge? -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331

2024-01-30 Thread Cy Schubert
In message , Warner Losh writes: > --54b556061036dd0f > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Tue, Jan 30, 2024, 9:57=E2=80=AFPM Cy Schubert m> wrote: > > > On Wed, 31 Jan 2024 04:

Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628

2024-01-31 Thread Cy Schubert
ed_component was a hack, which duplicated > ACPI_IORT_NAMED_COMPONENT but with a fixed length field DeviceName[32]. > Is it really necessary? Though they incorporated the WOL patch I've been using, they've broken poweroff. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628

2024-01-31 Thread Cy Schubert
In message <737703f2-26a6-4a84-a64b-3fa55cad7...@freebsd.org>, Andriy Gapon wri tes: > On 31/01/2024 19:40, Cy Schubert wrote: > > In message <04c4a0e1-aa79-4d25-a1f7-2196cfa65...@freebsd.org>, Jung-uk Kim > > writ > > es: > >> On 24. 1.

git: e0c4386e7e71 - main - OpenSSL: Vendor import of OpenSSL 3.0.13

2024-02-02 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6 commit e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6 Merge: fbae308319b7 9dd13e84fa8e Author: Cy Schubert AuthorDate: 2024-02-02 21:10:22 + Commit: Cy Schubert

git: 74fe298c8299 - main - OpenSSL: Update version strings

2024-02-02 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=74fe298c8299fdb8c8f761728ddd245b0c3fe04a commit 74fe298c8299fdb8c8f761728ddd245b0c3fe04a Author: Cy Schubert AuthorDate: 2024-02-03 00:34:36 + Commit: Cy Schubert CommitDate: 2024-02-03 00:34:36

git: da63ac1b0757 - main - OpenSSL: Update date string

2024-02-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=da63ac1b0757e10255613bdae1b7fa353eb4aea2 commit da63ac1b0757e10255613bdae1b7fa353eb4aea2 Author: Cy Schubert AuthorDate: 2024-02-05 20:09:08 + Commit: Cy Schubert CommitDate: 2024-02-05 20:09:08

Re: git: 62d47d73b7eb - main - tcp: stop timers and clean scoreboard in tcp_close()

2024-02-12 Thread Cy Schubert
=0x820b10c0, frame=0xfe008304af40) at /opt/src/git-src/sys/kern/kern_fork.c:1157 #14 #15 0x21ffa5a87b4e3f70 in ?? () When rebooting one of my machines, the others panic as above. This is 100% reproducible when one of the machines in my basement are rebooted. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

git: b76ef9a7cb8a - main - unbound: Vendor import 1.19.1

2024-02-13 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=b76ef9a7cb8a7c62d10ae8101f41014f34819174 commit b76ef9a7cb8a7c62d10ae8101f41014f34819174 Merge: 53fba3b984ac 217a625642d3 Author: Cy Schubert AuthorDate: 2023-11-13 19:44:16 + Commit: Cy Schubert

git: f8041e3628bd - main - Heimdal: Fix transit path validation CVE-2017-6594

2024-02-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f8041e3628bd70cf5562a9c13eb3d6af8463e720 commit f8041e3628bd70cf5562a9c13eb3d6af8463e720 Author: Cy Schubert AuthorDate: 2024-02-14 19:56:18 + Commit: Cy Schubert CommitDate: 2024-02-15 21:27:54

git: 24339377490f - main - Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum

2024-02-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=24339377490f9e362d040712b534d2963decd2d7 commit 24339377490f9e362d040712b534d2963decd2d7 Author: Cy Schubert AuthorDate: 2024-02-14 20:04:30 + Commit: Cy Schubert CommitDate: 2024-02-15 21:27:54

git: 9286d46a794f - main - heimdal: CVE-2022-41916: Check for overflow in _gsskrb5_get_mech()

2024-02-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=9286d46a794f25482880d29864a8901effae commit 9286d46a794f25482880d29864a8901effae Author: Cy Schubert AuthorDate: 2024-02-15 00:54:46 + Commit: Cy Schubert CommitDate: 2024-02-15 21:27:55

git: 60616b445eb5 - main - heimdal: always confirm PA-PKINIT-KX for anon PKINIT

2024-02-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=60616b445eb5b01597092fef5b14549f95000130 commit 60616b445eb5b01597092fef5b14549f95000130 Author: Cy Schubert AuthorDate: 2024-02-15 01:58:06 + Commit: Cy Schubert CommitDate: 2024-02-15 21:27:55

git: fc773115fa2d - main - heimdal: Fix NULL deref

2024-02-15 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=fc773115fa2dbb6c01377f2ed47dabf79a4e361a commit fc773115fa2dbb6c01377f2ed47dabf79a4e361a Author: Cy Schubert AuthorDate: 2024-02-15 15:41:07 + Commit: Cy Schubert CommitDate: 2024-02-15 21:27:55

git: 5130b35ef561 - main - Revert "heimdal: CVE-2022-41916: Check for overflow in _gsskrb5_get_mech()"

2024-02-16 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5130b35ef561edf87be53721ed68de7927843fd4 commit 5130b35ef561edf87be53721ed68de7927843fd4 Author: Cy Schubert AuthorDate: 2024-02-16 17:31:13 + Commit: Cy Schubert CommitDate: 2024-02-16 17:31:13

git: 84ed86380aeb - main - hostapd: Work around lack of MLME support

2024-03-04 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=84ed86380aeb566ffd8b957ba99c36ad345413ef commit 84ed86380aeb566ffd8b957ba99c36ad345413ef Author: Cy Schubert AuthorDate: 2024-02-27 03:34:09 + Commit: Cy Schubert CommitDate: 2024-03-04 16:40:58

git: 937a0055858a - main - sqlite3: Vendor import of sqlite3 3.45.1

2024-03-12 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=937a0055858a098027f464abf0b2b1ec5d36748f commit 937a0055858a098027f464abf0b2b1ec5d36748f Merge: 7f0dc6e2cdfa 1e59a00476c9 Author: Cy Schubert AuthorDate: 2024-03-12 14:01:21 + Commit: Cy Schubert

git: b7c0c8c18e0f - main - unbound: Vendor import 1.19.3

2024-03-17 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=b7c0c8c18e0f12bc22e251fbcabad719b364a38a commit b7c0c8c18e0f12bc22e251fbcabad719b364a38a Merge: d50685b303e3 5a33598e88ad Author: Cy Schubert AuthorDate: 2024-03-17 00:13:09 + Commit: Cy Schubert

Re: git: a16ff32f04b5 - main - NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets

2024-03-20 Thread Cy Schubert
for the truly paranoid > 3d0a736796a9 broke the build. TCP_USE_DDP is enclosed in #ifdef KERNEL breaking this userland build. I've temporarily commented out the #ifdef bracketing here to allow my builds to continue for now. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0

Re: Add kernel-level Cobol runtime with JIT support

2022-04-01 Thread Cy Schubert
lifetime, actually many lifetimes ago, is that COBOL is a waste of cards. Each of my COBOL programs at the time had that very comment in the comment section. Can we put that comment in here? Next question. Will we be adding drivers for the IBM 1402 or IBM 2540 card readers as well? Thinking

git: db2d56ca01e8 - main - share/mk heimdal: Remove unnecessary trailing backslash

2022-04-04 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1 commit db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1 Author: Cy Schubert AuthorDate: 2022-04-02 03:41:34 + Commit: Cy Schubert CommitDate: 2022-04-04 13:10:45

git: 6e5d01124fd4 - main - wpa/hostapd: Fix 100% CPU when USB wlan NIC removed

2022-04-04 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=6e5d01124fd4dd57899ddd9260c76dbb43543aa7 commit 6e5d01124fd4dd57899ddd9260c76dbb43543aa7 Author: Cy Schubert AuthorDate: 2022-04-03 03:54:50 + Commit: Cy Schubert CommitDate: 2022-04-04 13:11:28

Re: git: abdcd967dc0c - main - =?utf-8?Q?Add new french b=C3=A9po keyboard layout (version 1.1rc2) normalized by F=

2022-04-12 Thread Cy Schubert
ot inserted into the header causing some header lines to be considered part of the body. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few. > > On Tue, Apr 12,

Re: Re: git: abdcd967dc0c - main - =?utf-8?Q?Add new french b=C3=A9po keyboard layout (version 1.1rc2) normalized by F=

2022-04-12 Thread Cy Schubert
In message <7d4b34d5-63eb-40cc-af1d-625be7382...@freebsd.org>, Dimitry Andric w rites: > On 12 Apr 2022, at 21:29, Cy Schubert wrote: > > > > In message <20220412190504.juclbpyc6xt3q76w@mutt-hbsd>, Shawn Webb writes: > >> > >> --domzta7c4zc4deqc

git: 145330347f41 - main - wpa: Remove extraneous slash (/)

2022-04-13 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=145330347f41aab42a40e9c01d85d1de9b1a40a0 commit 145330347f41aab42a40e9c01d85d1de9b1a40a0 Author: Cy Schubert AuthorDate: 2022-04-13 22:27:30 + Commit: Cy Schubert CommitDate: 2022-04-13 22:27:30

git: 1e0ca65a3bb5 - main - wpa: Correctly call pcap_next_ex()

2022-04-14 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=1e0ca65a3bb5798a80eccaae58d863f1f08b9ae8 commit 1e0ca65a3bb5798a80eccaae58d863f1f08b9ae8 Author: Cy Schubert AuthorDate: 2022-04-14 01:45:49 + Commit: Cy Schubert CommitDate: 2022-04-14 13:16:45

git: 1452bfcd9bbc - main - libexec/rc.d/hostapd: Down/up interface when interface is specified

2022-04-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=1452bfcd9bbcb2f5bbb89fa38d01ce51dd9b6d44 commit 1452bfcd9bbcb2f5bbb89fa38d01ce51dd9b6d44 Author: Cy Schubert AuthorDate: 2022-04-22 16:03:08 + Commit: Cy Schubert CommitDate: 2022-04-22 16:15:49

Re: git: 3a86615217bf - main - iicbus: Remove unused devclass arguments to DRIVER_MODULE.

2022-05-06 Thread Cy Schubert
| 4 +--- > 48 files changed, 49 insertions(+), 133 deletions(-) Hi John, Is it possible to get a __FreeBSD_version bump? This affects the graphics/drm-*-kmod ports. I submitted a pull request to FreeBSD/drm-kmod based on the current __FreeBSD_version however, this version is abou

git: 4fe1295c964f - main - sqlite3: Vendor import of sqlite3 3.38.5

2022-05-12 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=4fe1295c964fa712dd763e3852187da8724ef79a commit 4fe1295c964fa712dd763e3852187da8724ef79a Merge: e4a257058c95 b562e59e27ef Author: Cy Schubert AuthorDate: 2022-05-12 19:25:36 + Commit: Cy Schubert

Re: git: 4fe1295c964f - main - sqlite3: Vendor import of sqlite3 3.38.5

2022-05-12 Thread Cy Schubert
In message <202205121928.24cjsdfm036...@gitrepo.freebsd.org>, Cy Schubert write s: > The branch main has been updated by cy: > > URL: https://cgit.FreeBSD.org/src/commit/?id=4fe1295c964fa712dd763e3852187da8 > 724ef79a > > commit 4fe1295c964fa712dd763e3852187da8724ef7

git: 1d010cd31cdf - main - Fix i386 build following 37df9d3bba8577fcdd63382ff5a4a5cbb4aa55b4.

2021-01-01 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=1d010cd31cdfa0b786900ed6a41fb93859bd0ed7 commit 1d010cd31cdfa0b786900ed6a41fb93859bd0ed7 Author: Cy Schubert AuthorDate: 2021-01-01 16:46:58 + Commit: Cy Schubert CommitDate: 2021-01-01 16:48:14

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-05 Thread Cy Schubert
ses__L --- ^ /opt/src/git-src/contrib/ncurses/ncurses/widechar/charable.c:69:11: error: expected ';' after expression wint_t result; ^ ; --- cddl/lib/libnvpair__L --- install -U -o root -g wheel -m 444libnvpair.so.2.debug /export/ob

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-05 Thread Cy Schubert
In message <20210105144839.73qamvxrnhxpd...@ivaldir.net>, Baptiste Daroussin wr ites: > > --yj2rojvagivjcjon > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Jan 05, 2021 at 06:40:41

Re: git: 821aa63a0940 - main - ncurses: only keep the version with widechar support

2021-01-05 Thread Cy Schubert
In message <202101051535.105fzdax036...@slippy.cwsent.com>, Cy Schubert writes: > In message <20210105144839.73qamvxrnhxpd...@ivaldir.net>, Baptiste > Daroussin wr > ites: > > > > --yj2rojvagivjcjon > > Content-Type: text/plain; charset=us-ascii >

Re: git: fda7daf06301 - main - pfctl: Stop sharing pf_ruleset.c with the kernel

2021-01-06 Thread Cy Schubert
Yes, this is the problem. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few. In message , Kyle Evans writes: > I note that the original report says buildkernel, but

Re: git: fda7daf06301 - main - pfctl: Stop sharing pf_ruleset.c with the kernel

2021-01-06 Thread Cy Schubert
In message , Kyle Evans writes: > On Wed, Jan 6, 2021 at 8:30 AM Cy Schubert wrote: > > In message c > > om> > > , Kyle Evans writes: > > > On Wed, Jan 6, 2021, 03:22 Kristof Provost wrote: > > > > > > > On 6 Jan 2021, at 10:20, Hartmann,

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Cy Schubert
e no /boot/fonts). Is this why my consoles are blank during boot? My laptop is blank during boot until X starts. My three machines downstairs don't run X and remain blank. There is no way to enable the display. -- Cheers, Cy Schubert FreeBSD UNIX: Web: ht

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Cy Schubert
In message , Dan Mack writ es: > On Wed, 6 Jan 2021, Dan Mack wrote: > > > On Wed, 6 Jan 2021, Cy Schubert wrote: > > > >> In message <51035b54-ff30-41ee-bc4a-3d4e0abd1...@me.com>, Toomas Soome > >> writes: > >>> > >>> > >&

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Cy Schubert
In message <202101061756.106huyq9002...@slippy.cwsent.com>, Cy Schubert writes: > In message , Dan Mack > writ > es: > > On Wed, 6 Jan 2021, Dan Mack wrote: > > > > > On Wed, 6 Jan 2021, Cy Schubert wrote: > > > > > >> In message &l

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Cy Schubert
In message <202101061724.106hodv0002...@slippy.cwsent.com>, Cy Schubert writes: > In message <51035b54-ff30-41ee-bc4a-3d4e0abd1...@me.com>, Toomas Soome > writes: > > > > > > > On 6. Jan 2021, at 12:33, Peter Jeremy wrote: > > > > >

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-06 Thread Cy Schubert
Add screen.textmode=1 to /boot/loader.conf. You'll get text and depending on your card the font may or may not be acceptable. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed o

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
licit-function-declaration] > memcpy(&failing_lba, s->result[r].failing_lba, sizeof(failing > _lba)); > ^ > /home/jrtc27/src/sys/dev/nvme/nvme.h:2052:3: note: include the header .h> or explicitly provide a declaration for 'memcpy'

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
In message <202101081920.108jkud2003...@slippy.cwsent.com>, Cy Schubert writes: > In message <74314bd0-a0f8-481a-93a0-28fb83cb2...@freebsd.org>, Jessica > Clarke w > rites: > > On 8 Jan 2021, at 17:29, Chuck Tuffli wrote: > > > diff --git a/sys/dev/nvme/nvme

git: c6951fac7846 - main - Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.

2021-01-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c6951fac78467daf81df5e711ffca820f7608036 commit c6951fac78467daf81df5e711ffca820f7608036 Author: Cy Schubert AuthorDate: 2021-01-08 19:28:30 + Commit: Cy Schubert CommitDate: 2021-01-08 19:28:30

Re: git: 6733401935f8 - main - nvmecontrol: add device self-test op and log page

2021-01-08 Thread Cy Schubert
In message , Chuck Tuffli writes: > --c9481f05b86a0c60 > Content-Type: text/plain; charset="UTF-8" > > On Fri, Jan 8, 2021 at 11:27 AM Cy Schubert > wrote: > > > In message <202101081920.108jkud2003...@slippy.cwsent.com>, Cy Schubert > >

Re: git: 3d65fd97e85a - main - netmap: iflib: enable/disable krings on any interface reinit

2021-01-10 Thread Cy Schubert
iflib_debug_reset(); > /* Wait for current tx queue users to exit to disarm watchdog timer. */ > for (i = 0; i < scctx->isc_ntxqsets; i++, txq++) { > This commit makes a couple of assumptions 1. It's missing definition in a header for netmap_disable_all_ring

Re: git: 3d65fd97e85a - main - netmap: iflib: enable/disable krings on any interface reinit

2021-01-10 Thread Cy Schubert
In message <202101101433.10aexkax075...@slippy.cwsent.com>, Cy Schubert writes: > In message <202101101205.10ac5zrs084...@gitrepo.freebsd.org>, Vincenzo > Maffione > writes: > > The branch main has been updated by vmaffione: > > > > URL:

Re: git: aefe30c54371 - main - cat: capsicumize it

2021-01-16 Thread Cy Schubert
otentially subvert it in the > worst case. It also has a fairly high startup cost that can be amortized > over its runtime. Cat is nothing like this, so I wonder what the motivation > was for the change. It's not obvious to me that there is any significant > value in capsicumizing, an

  1   2   3   4   5   6   7   8   >