Page MenuHomeFreeBSD

Recent Activity

Today

raghav.original_gmail.com updated the summary of D56112: man9: Add a manual page for filedesc(9).
Sat, Mar 28, 7:28 AM · manpages
raghav.original_gmail.com added a comment to D56112: man9: Add a manual page for filedesc(9).

Thank you Maxim for the review

Sat, Mar 28, 7:03 AM · manpages
uzsolt committed R11:9891fbd3803a: math/R-cran-psych: Update to 2.6.3 (authored by uzsolt).
math/R-cran-psych: Update to 2.6.3
Sat, Mar 28, 6:50 AM
jlduran added a comment to D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.

Please see: D56118.

Sat, Mar 28, 6:01 AM
jlduran added a reviewer for D56118: mk: Disable blacklist when disabling blocklist: ivy.
Sat, Mar 28, 6:00 AM
jlduran requested review of D56118: mk: Disable blacklist when disabling blocklist.
Sat, Mar 28, 6:00 AM
cperciva committed rG8c986d164531: x86/cpuid: add CPUID flag for Extended Destination ID support (authored by royger).
x86/cpuid: add CPUID flag for Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva closed D55431: Bhyve: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rG8dd9a0d52175: Bhyve: Detect Extended Destination ID support (authored by cperciva).
Bhyve: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG7b6be0014a4e: Hyper-V: Detect Extended Destination ID support (authored by cperciva).
Hyper-V: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG49b6254b3e09: vmm: Move defines from x86.c to x86/bhyve.h (authored by cperciva).
vmm: Move defines from x86.c to x86/bhyve.h
Sat, Mar 28, 5:57 AM
cperciva committed rG9b18ba2c16a0: Xen: Detect Extended Destination ID support (authored by cperciva).
Xen: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG9ab5aa3d4c78: KVM: Detect Extended Destination ID support (authored by cperciva).
KVM: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rGb0e1b1069d65: io_apic: Support APIC Extended Destination IDs (authored by cperciva).
io_apic: Support APIC Extended Destination IDs
Sat, Mar 28, 5:57 AM
cperciva committed rG02f29c1324cf: msi: Support APIC Extended Destination IDs (authored by cperciva).
msi: Support APIC Extended Destination IDs
Sat, Mar 28, 5:57 AM
cperciva closed D55430: vmm: Move defines from x86.c to x86/bhyve.h.
Sat, Mar 28, 5:57 AM
cperciva closed D55432: Hyper-V: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rGd9db6d759dfc: x86: Add stub for Extended Destination ID support (authored by cperciva).
x86: Add stub for Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG5809c9a77b2d: io_apic: Don't route to APIC ID > 255 (authored by cperciva).
io_apic: Don't route to APIC ID > 255
Sat, Mar 28, 5:57 AM
cperciva closed D55429: Xen: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva closed D55427: KVM: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rG1d0ccd61563d: x86: Add struct ioapic_intsrc.io_valid (authored by cperciva).
x86: Add struct ioapic_intsrc.io_valid
Sat, Mar 28, 5:57 AM
cperciva closed D55889: io_apic: Support APIC Extended Destination IDs.
Sat, Mar 28, 5:57 AM
cperciva committed rGf350063a251c: clapic_handle_intr: KASSERT isrc != NULL (authored by cperciva).
clapic_handle_intr: KASSERT isrc != NULL
Sat, Mar 28, 5:57 AM
cperciva closed D55426: msi: Support APIC Extended Destination IDs.
Sat, Mar 28, 5:56 AM
cperciva closed D55890: x86: Add stub for Extended Destination ID support.
Sat, Mar 28, 5:56 AM
cperciva closed D55857: io_apic: Don't route to APIC ID > 255.
Sat, Mar 28, 5:56 AM
cperciva closed D56006: x86: Add struct ioapic_intsrc.io_valid.
Sat, Mar 28, 5:56 AM
cperciva closed D55851: lapic_handle_intr: KASSERT isrc != NULL.
Sat, Mar 28, 5:56 AM
cperciva added a comment to D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283609, @kib wrote:

So... it's not an easy fix and definitely not an API change I can make quickly, and I don't want to hold up "better" just because we can't do "perfect" yet.

Sometimes even a promise would do.

Sat, Mar 28, 5:45 AM
kib accepted D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283545, @kib wrote:

I still think that the error should somehow propagate up. With this series, the device is malfunctioning, with the only hint about the reason being the single cryptic line in the dmesg, which is not even attributed cleanly to the device.
It is better to fail the driver attach in this case than to offer such failure mode.

I agree in theory, but a lot of functions would need to change from (void) to (int) to do this. And there's some weird cases like what should ioapic_resume do if one of its ioapic_program_intpin calls fails. (Also, we need to program the interrupt to go nowhere rather than returning without programming it -- otherwise if an interrupt is being *re*programmed we get a panic when interrupts keep arriving at a CPU which no longer knows what to do with them.)

So... it's not an easy fix and definitely not an API change I can make quickly, and I don't want to hold up "better" just because we can't do "perfect" yet.

Sat, Mar 28, 5:41 AM
samm committed R11:89c58bd76d8b: comms/meshcore-cli: upgrade to 1.5.4 (authored by samm).
comms/meshcore-cli: upgrade to 1.5.4
Sat, Mar 28, 5:38 AM
samm committed R11:77ff6611d520: comms/py-meshcore: upgrade to 2.3.3 (authored by samm).
comms/py-meshcore: upgrade to 2.3.3
Sat, Mar 28, 5:38 AM
cperciva added a comment to D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283545, @kib wrote:

I still think that the error should somehow propagate up. With this series, the device is malfunctioning, with the only hint about the reason being the single cryptic line in the dmesg, which is not even attributed cleanly to the device.
It is better to fail the driver attach in this case than to offer such failure mode.

Sat, Mar 28, 5:32 AM
cperciva updated the diff for D55857: io_apic: Don't route to APIC ID > 255.

Print intpin when warning about unsupporting APIC IDs

Sat, Mar 28, 5:27 AM
jrm updated the diff for D56116: elisp ports: Update after Emacs infrastructure overhaul.

Fix a few build issues

Sat, Mar 28, 5:10 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:942c4a21a22e: databases/pg_textsearch: Update to 1.0.0 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
databases/pg_textsearch: Update to 1.0.0
Sat, Mar 28, 4:54 AM
imp committed rG72bb61bac72e: i386/amd64/NOTES: Add some missing devices (authored by imp).
i386/amd64/NOTES: Add some missing devices
Sat, Mar 28, 4:46 AM
obiwac added inline comments to D56062: acpi_spmc: Call new MS turn on display DSM.
Sat, Mar 28, 4:10 AM
obiwac updated the diff for D56062: acpi_spmc: Call new MS turn on display DSM.
  • Fail attach if unit > 0
  • Change device description
Sat, Mar 28, 4:10 AM