Page MenuHomeFreeBSD
Feed All Stories

Today

adrian updated the diff for D47751: rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40().

be more intentional / specific about 40 vs 20MHz.

Tue, Dec 3, 4:37 PM · wireless
adrian added a comment to D47751: rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40().

Yeah, thinking about it a bunch more this morning, I think the cleanest / correct-est way to do this is to do the "should I transmit ht40 ?" check first, and then pass in a value about the decided transmit width.

Tue, Dec 3, 4:10 PM · wireless
kp committed rGdaad0b650135: LINT: Remove DTrace support, but leave the commented out option (authored by kp).
LINT: Remove DTrace support, but leave the commented out option
Tue, Dec 3, 4:03 PM
ae added a comment to D47585: tests: routing: Add address with same prefix present.

IMHO when we already have an interface route, we should fail on trying to add the same route on different interface.
If you want to test the case that was fixed in D47534 you need to add some static route, then configure interface route that will replace this static route, because interface route has higher priority.

Tue, Dec 3, 3:53 PM
grembo committed R11:4512883f38bd: devel/phabricator: Fix phpmailer with PHP 8 (authored by grembo).
devel/phabricator: Fix phpmailer with PHP 8
Tue, Dec 3, 3:50 PM
olce accepted D47880: cd9660: Remove some unneeded definitions.
Tue, Dec 3, 3:45 PM
pho added a comment to D47875: stress2: Use tests as the default test user..

I'm puzzled by how your change could work for you.

Tue, Dec 3, 3:45 PM
pho added a comment to D47876: stress2: Fix expected output for tmpfs24..
In D47876#1091689, @des wrote:
In D47876#1091682, @pho wrote:

I too have been thinking about removing the "Missing EOF hole" comment, but stalled because I still am not sure that the output is correct.
Isn't there supposed to be a virtual hole at the end of a file?

Only if there isn't already a hole there.

$ /tmp/lsholes tmpfs24.sh 
Min hole size is 512, file size is 2382.
data #1 @ 0, size=2382)
hole #2 @ 2382, size=0
Tue, Dec 3, 3:44 PM
olce accepted D47879: cd9660: Make sure that struct ifid fits in generic filehandle structure.

I've checked that nobody takes the address of the unaligned members.

Tue, Dec 3, 3:43 PM
markj added inline comments to D47879: cd9660: Make sure that struct ifid fits in generic filehandle structure.
Tue, Dec 3, 3:41 PM
imp accepted D47879: cd9660: Make sure that struct ifid fits in generic filehandle structure.
Tue, Dec 3, 3:40 PM
imp accepted D47880: cd9660: Remove some unneeded definitions.
Tue, Dec 3, 3:39 PM
emaste accepted D47880: cd9660: Remove some unneeded definitions.
Tue, Dec 3, 3:37 PM
markj requested review of D47880: cd9660: Remove some unneeded definitions.
Tue, Dec 3, 3:26 PM
markj requested review of D47879: cd9660: Make sure that struct ifid fits in generic filehandle structure.
Tue, Dec 3, 3:25 PM
olce added inline comments to D47878: MAC: syscalls: mac_label_copyin(): 32-bit compatibility.
Tue, Dec 3, 2:59 PM
osa added a comment to D47877: [PATCH] update sysutils/podman from 5.1.1 to 5.3.1.

Something is broken with v3.5.1 - when I try to pull the alpine image from the docker.io registry it fails:

% podman -v
% sudo podman pull --os=linux alpine                               
Resolved "alpine" as an alias (/var/cache/containers/short-name-aliases.conf)
Trying to pull docker.io/library/alpine:latest...
Getting image source signatures
Error: copying system image from manifest list: partial pull of blob sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f: format not supported on this system
Tue, Dec 3, 2:56 PM
jwb committed R11:12b5c3c8f16f: biology/fasttree: Update to 2.1.11 (authored by jwb).
biology/fasttree: Update to 2.1.11
Tue, Dec 3, 2:55 PM
olce requested review of D47878: MAC: syscalls: mac_label_copyin(): 32-bit compatibility.
Tue, Dec 3, 2:55 PM
ehaupt committed R11:aef82c04c936: x11/xterm: Update to 396 (authored by ehaupt).
x11/xterm: Update to 396
Tue, Dec 3, 2:52 PM
makc committed R11:65a4cd13c88b: graphics/libheif: update to 1.19.5 (authored by makc).
graphics/libheif: update to 1.19.5
Tue, Dec 3, 2:44 PM
martymac committed R11:319d776a47d1: comms/gqrx: Update to 2.17.6 (authored by martymac).
comms/gqrx: Update to 2.17.6
Tue, Dec 3, 2:43 PM
pkubaj committed R11:1e8fd84fae32: sysutils/fastfetch: update to 2.31.0 (authored by pkubaj).
sysutils/fastfetch: update to 2.31.0
Tue, Dec 3, 2:24 PM
bz requested changes to D47751: rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40().
Tue, Dec 3, 2:22 PM · wireless
franco_opnsense.org added a comment to D46301: netlink/route: make route deletion behavior match route(4) socket.

Offered a test kernel to the user in the meantime. @glebius is probably busy (last I spoke with him) and doesn't mind if you commit?

Tue, Dec 3, 2:18 PM
osa updated the diff for D47877: [PATCH] update sysutils/podman from 5.1.1 to 5.3.1.

Update the pkg-plist.

Tue, Dec 3, 2:16 PM
fuz added a comment to D47850: Mk/bsd.port.mk: stop ports from finding the ports tree's git repository.

Exp-run requested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283098.

Tue, Dec 3, 2:15 PM
ae added a comment to D46301: netlink/route: make route deletion behavior match route(4) socket.

I just tested these commands from PR:

ifconfig tun0 create
ifconfig tun0 10.10.10.10 20.20.20.20
route -n delete -host 20.20.20.20 -interface tun0

with this patch:

--- a/sys/netlink/route/rt.c
+++ b/sys/netlink/route/rt.c
@@ -1010,8 +1010,9 @@ rtnl_handle_delroute(struct nlmsghdr *hdr, struct nlpcb *nlp,
                return (EINVAL);
        }
Tue, Dec 3, 2:10 PM
allanjude accepted D47875: stress2: Use tests as the default test user..
Tue, Dec 3, 1:43 PM
dvl committed R11:8ed4b525abde: net/syncthing: Update to 1.28.1 (authored by dvl).
net/syncthing: Update to 1.28.1
Tue, Dec 3, 1:43 PM
ae added a comment to D46301: netlink/route: make route deletion behavior match route(4) socket.
(attrs.rta_rtflags & RTF_PINNED) ? RTM_F_FORCE : 0
Tue, Dec 3, 1:37 PM
vvd committed R11:66818afa3523: net/keycloak: Update 26.0.6 → 26.0.7 (authored by freebsd_rheinwolf.de).
net/keycloak: Update 26.0.6 → 26.0.7
Tue, Dec 3, 1:23 PM
vvd committed R11:8912dd474b6e: net/keycloak: Update 26.0.6 → 26.0.7 (authored by freebsd_rheinwolf.de).
net/keycloak: Update 26.0.6 → 26.0.7
Tue, Dec 3, 1:20 PM
concussious.bugzilla_runbox.com added reviewers for D47169: CONTRIBUTING: Explain Routes of Contributing: carlavilla, mhorne.
Tue, Dec 3, 1:19 PM · docs, Ports Committers
dev_submerge.ch added a comment to D47868: sound: Clean up pcm/ includes.

I have to admit the centralization through sound.h goes against my intuition - usually I would only include what is needed, where it's actually used. While this change reduces the number of includes, it makes it even harder to see the dependencies and layers in the sound module. But that's just my opinion, I suppose @markj and @emaste may be the better judges in this case.

While I kind of agree, I notice that some of the includes are simply repeated over and over, so IMHO it's better to just have them in one place. After all, we include pcm/sound.h everywhere anyway. Regarding dependencies and layering, I intentionally excluded pcm/sndstat.c-specific includes since they are not needed anywhere else, as well the foo_if.h ones, which I kept/moved to their respective header files.

Tue, Dec 3, 1:11 PM
vegeta_tuxpowered.net committed rGc49c9da239ca: pf: Move route-to information to rule actions (authored by vegeta_tuxpowered.net).
pf: Move route-to information to rule actions
Tue, Dec 3, 1:10 PM
vegeta_tuxpowered.net closed D47827: Draft: pf: Move route-to information to pf_rule_actions.
Tue, Dec 3, 1:10 PM
fuz updated the diff for D47850: Mk/bsd.port.mk: stop ports from finding the ports tree's git repository.
  • Mk/bsd.port.mk Use WRKDIR instead of WRKDIR:H for GIT_CEILING_DIRECTORIES
Tue, Dec 3, 12:58 PM
christos added a comment to D47868: sound: Clean up pcm/ includes.

An alternative proposal is that we strip pcm/sound.h of any unnecessary includes, and instead do what you said: include only what is needed, where it's needed.

Tue, Dec 3, 12:49 PM
christos added a comment to D47868: sound: Clean up pcm/ includes.

I have to admit the centralization through sound.h goes against my intuition - usually I would only include what is needed, where it's actually used. While this change reduces the number of includes, it makes it even harder to see the dependencies and layers in the sound module. But that's just my opinion, I suppose @markj and @emaste may be the better judges in this case.

Tue, Dec 3, 12:47 PM
dev_submerge.ch added a comment to D47868: sound: Clean up pcm/ includes.

I have to admit the centralization through sound.h goes against my intuition - usually I would only include what is needed, where it's actually used. While this change reduces the number of includes, it makes it even harder to see the dependencies and layers in the sound module. But that's just my opinion, I suppose @markj and @emaste may be the better judges in this case.

Tue, Dec 3, 12:40 PM
franco_opnsense.org added a comment to D46301: netlink/route: make route deletion behavior match route(4) socket.

Like this?

Tue, Dec 3, 12:33 PM
ae added a comment to D46301: netlink/route: make route deletion behavior match route(4) socket.

I don't like the idea that you can easily remove PINNED route, but it seems it always worked before.
However as I see, route(8) should pass RTF_PINNED flag to netlink via attrs.rta_rtflags. At least we should reduce use of RTM_F_FORCE only for case when RTF_PINNED was sent from userland.

Tue, Dec 3, 12:19 PM
osa updated the diff for D47877: [PATCH] update sysutils/podman from 5.1.1 to 5.3.1.

Here's the update from 5.1.1 to 5.3.1.

Tue, Dec 3, 11:42 AM
osa retitled D47877: [PATCH] update sysutils/podman from 5.1.1 to 5.3.1 from [PATCH] update sysutils/podman from 5.1.1 to 5.2.5 to [PATCH] update sysutils/podman from 5.1.1 to 5.3.1.
Tue, Dec 3, 11:41 AM
osa requested review of D47877: [PATCH] update sysutils/podman from 5.1.1 to 5.3.1.
Tue, Dec 3, 11:12 AM
makc committed R11:499777b69984: archivers/7-zip: update to 24.09 (authored by makc).
archivers/7-zip: update to 24.09
Tue, Dec 3, 11:03 AM
rhurlin committed R11:593addafeec9: math/saga: Update to 9.6.2 (authored by rhurlin).
math/saga: Update to 9.6.2
Tue, Dec 3, 11:02 AM
eduardo committed R11:7ebff0e5da4b: deskutils/treesheets: Update to 1.0.20241202 (authored by eduardo).
deskutils/treesheets: Update to 1.0.20241202
Tue, Dec 3, 11:02 AM
rhurlin committed R11:57b5a6ab49c2: math/saga: Update to 9.6.2 (authored by rhurlin).
math/saga: Update to 9.6.2
Tue, Dec 3, 10:54 AM
des added a comment to D47876: stress2: Fix expected output for tmpfs24..
In D47876#1091682, @pho wrote:

I too have been thinking about removing the "Missing EOF hole" comment, but stalled because I still am not sure that the output is correct.
Isn't there supposed to be a virtual hole at the end of a file?

Tue, Dec 3, 10:51 AM
tijl committed rG6b17d944a1d4: rc.d/sendmail: Fix error with some configurations (authored by tijl).
rc.d/sendmail: Fix error with some configurations
Tue, Dec 3, 10:49 AM
tijl closed D47757: rc.d/sendmail: Fix error with some configurations.
Tue, Dec 3, 10:49 AM · rc
des added a comment to D47875: stress2: Use tests as the default test user..

Use su -m.

Tue, Dec 3, 10:49 AM
pho accepted D47876: stress2: Fix expected output for tmpfs24..

I too have been thinking about removing the "Missing EOF hole" comment, but stalled because I still am not sure that the output is correct.
Isn't there supposed to be a virtual hole at the end of a file? See for example https://docs.oracle.com/cd/E86824_01/html/E54765/lseek-2.html

Tue, Dec 3, 10:48 AM
pho added a comment to D47875: stress2: Use tests as the default test user..

That does not work for me. This is what I get on a pristine install:

Tue, Dec 3, 10:47 AM
igoro added a comment to D46653: kyua: Do not count skipped as passed in test cmd.

Regarding the change proposed on the GitHub PR. I think it's better to merge the existing PR to keep FreeBSD src/contrib/kyua and the github/freebsd/kyua in sync with absolutely the same commit. And I would open a new PR for the change requested with a reference to the previous GitHub discussion/PR. What do you think is the best here from the organizational perspective?

I don't think it would be a good idea to merge the PR as-is. I'm trying to avoid violating POLA as much as humanly possible for 0.14 and taking a look at the output definitely violates POLA. There are enough Linux/MacOS things to deal with -- I'd rather not get more questions with a UX change like has been made on main...

Tue, Dec 3, 10:37 AM
gbe added a reviewer for D47866: timeout(1): Some minor tweaks and improvements: emaste.
Tue, Dec 3, 9:50 AM
kbowling planned changes to D47296: iflib: Discern when to reset on isc_rxd_pkt_get errors.

I've been pondering this and it seems pretty broken in the tree and what I have suggest doesn't make sense.

Tue, Dec 3, 9:50 AM
tagattie committed R11:a484f0f746f1: devel/electron33: update to 33.2.1 (authored by tagattie).
devel/electron33: update to 33.2.1
Tue, Dec 3, 8:42 AM
des requested review of D47876: stress2: Fix expected output for tmpfs24..
Tue, Dec 3, 8:35 AM
des requested review of D47875: stress2: Use tests as the default test user..
Tue, Dec 3, 8:35 AM
gbe committed R9:681530a758e9: 14.2/relnotes: Fix man page link for ichsmb(4) (authored by gbe).
14.2/relnotes: Fix man page link for ichsmb(4)
Tue, Dec 3, 8:17 AM
fuz added a comment to D47850: Mk/bsd.port.mk: stop ports from finding the ports tree's git repository.

Hi @mat, I once again appreciate your time and reviews. It is my intention to justify the design choices I made and why I believe them to be important. Of course it's your final call to decide how things should be done and I respect that.

Tue, Dec 3, 8:01 AM
gahr committed R11:9b536207d32e: textproc/re-flex: update to 5.1.0 (authored by gahr).
textproc/re-flex: update to 5.1.0
Tue, Dec 3, 7:46 AM
uzsolt committed R11:b5f9d32ab970: www/dooble: Update to 2024.11.23 (authored by eric_camachat.org).
www/dooble: Update to 2024.11.23
Tue, Dec 3, 7:43 AM
gbe updated the diff for D47866: timeout(1): Some minor tweaks and improvements.
  • address feedback (put .Fx on this on line)
  • bump .Dd
Tue, Dec 3, 7:23 AM
krion committed R11:7fe3c640da8b: */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. (authored by krion).
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
Tue, Dec 3, 7:21 AM
krion committed R11:903081182bc5: lang/sbcl: Update to 2.4.11 (authored by krion).
lang/sbcl: Update to 2.4.11
Tue, Dec 3, 7:21 AM
mat added inline comments to D47850: Mk/bsd.port.mk: stop ports from finding the ports tree's git repository.
Tue, Dec 3, 6:57 AM
mat added a comment to D47850: Mk/bsd.port.mk: stop ports from finding the ports tree's git repository.

No git command should be run in WRKDIR, ever. If a port does this, it should be fixed.

Tue, Dec 3, 6:45 AM
adrian added a reviewer for D47874: rtwn: enable HT40 for RTL8821/RTL8812 series NICs: wireless.
Tue, Dec 3, 6:32 AM · wireless
adrian requested review of D47874: rtwn: enable HT40 for RTL8821/RTL8812 series NICs.
Tue, Dec 3, 6:30 AM · wireless
mfechner committed R11:15e58d683a8b: www/gitlab: fix deeper regression from 8a2d8fae15f9c9986ad48a54e36ad58635c85cb4 (authored by mfechner).
www/gitlab: fix deeper regression from 8a2d8fae15f9c9986ad48a54e36ad58635c85cb4
Tue, Dec 3, 6:09 AM
cperciva committed R9:6d34e74a2054: releng: 14.2 is no longer an "upcoming" release (authored by cperciva).
releng: 14.2 is no longer an "upcoming" release
Tue, Dec 3, 5:35 AM
adrian closed D47755: iwn: use ieee80211_ht_check_tx_ht().
Tue, Dec 3, 5:33 AM · wireless
adrian committed rG057db5b227d0: iwn: use ieee80211_ht_check_tx_ht() (authored by adrian).
iwn: use ieee80211_ht_check_tx_ht()
Tue, Dec 3, 5:33 AM
adrian committed rG2014462da5b3: amrr: remove duplicate logic, use ieee80211_ht_check_tx_ht() (authored by adrian).
amrr: remove duplicate logic, use ieee80211_ht_check_tx_ht()
Tue, Dec 3, 5:33 AM
adrian committed rG3d54d9e364f8: ath: use the new net80211 methods for AMPDU density/limit, short-GI (authored by adrian).
ath: use the new net80211 methods for AMPDU density/limit, short-GI
Tue, Dec 3, 5:33 AM
adrian committed rG3f62f8ef5e40: iwn: use ieee80211_ht_check_tx_shortgi_20() and… (authored by adrian).
iwn: use ieee80211_ht_check_tx_shortgi_20() and…
Tue, Dec 3, 5:33 AM
adrian committed rGc6b44f64c330: net80211: add helper functions for determining HT transmit parameters (authored by adrian).
net80211: add helper functions for determining HT transmit parameters
Tue, Dec 3, 5:33 AM
cperciva committed R9:8948ba28d4c8: sidenav.html (sidebar): 14.2-RELEASE (authored by grahamperrin).
sidenav.html (sidebar): 14.2-RELEASE
Tue, Dec 3, 5:33 AM
adrian closed D47754: amrr: remove duplicate logic, use ieee80211_ht_check_tx_ht().
Tue, Dec 3, 5:33 AM · wireless
adrian closed D47750: iwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40().
Tue, Dec 3, 5:33 AM · wireless
adrian closed D47748: ath: use the new net80211 methods for AMPDU density/limit, short-GI.
Tue, Dec 3, 5:33 AM · wireless
adrian closed D47747: net80211: add helper functions for determining 11n transmit parameters - AMPDU density/size, short-GI.
Tue, Dec 3, 5:33 AM · wireless
Kevin Bowling <kbowling@FreeBSD.org> committed rGa42c3e61504b: e1000: Remove old itr sysctl handler (authored by Kevin Bowling <kbowling@FreeBSD.org>).
e1000: Remove old itr sysctl handler
Tue, Dec 3, 4:02 AM
Kevin Bowling <kbowling@FreeBSD.org> committed rGedf50670e215: e1000: Remove old itr sysctl handler (authored by Kevin Bowling <kbowling@FreeBSD.org>).
e1000: Remove old itr sysctl handler
Tue, Dec 3, 4:01 AM
markj committed rG48155c983c4b: kern: Make fileops and filterops tables const where possible (authored by markj).
kern: Make fileops and filterops tables const where possible
Tue, Dec 3, 2:18 AM
markj committed rGda44138dc2ad: unix: Add support for atomically setting the socket mode (authored by markj).
unix: Add support for atomically setting the socket mode
Tue, Dec 3, 2:17 AM
markj committed rGfd3139245639: kevent: Use designated array indices to initialize the sysfilt_ops table (authored by markj).
kevent: Use designated array indices to initialize the sysfilt_ops table
Tue, Dec 3, 2:17 AM
markj committed rGd841b67b4747: vnode: Make the vop_vector reference a pointer to const (authored by markj).
vnode: Make the vop_vector reference a pointer to const
Tue, Dec 3, 2:17 AM
markj committed rGa5c39c444891: mii_fdt: Search for the "ethernet-ports" subnode (authored by markj).
mii_fdt: Search for the "ethernet-ports" subnode
Tue, Dec 3, 2:17 AM
markj committed rG85c50de4db33: dtrace: Remove an unused typedef (authored by markj).
dtrace: Remove an unused typedef
Tue, Dec 3, 2:17 AM
adrian added a comment to D47775: rtwn: enable FCS in the recive config to work around truncated frames.

I've tested this on every supported rtwn NIC i can find. I think it should be fine.

Tue, Dec 3, 2:14 AM · wireless
markmi_dsl-only.net added a comment to D46956: sysutils/rpi-firmware: Update to 1.20241001.

Basic 14.2-RELEASE testing and main testing [so: 15 as stands] and 13.4-RELEASE testing might be appropriate?

Tue, Dec 3, 2:11 AM
rcyu committed R9:0199d308d58e: Traditional Chinese translation of the latest news item(FreeBSD 14.2-RELEASE… (authored by rcyu).
Traditional Chinese translation of the latest news item(FreeBSD 14.2-RELEASE…
Tue, Dec 3, 2:08 AM
markmi_dsl-only.net added a comment to D46956: sysutils/rpi-firmware: Update to 1.20241001.

The release referenced was fairly quickly replaced. Sometimes this indicates problematical prior releases. Most recent to oldest:

Tue, Dec 3, 1:56 AM
acm committed R11:96a877888897: security/wazuh-*: Update to 4.9.2 (authored by acm).
security/wazuh-*: Update to 4.9.2
Tue, Dec 3, 1:52 AM
yklaxds_gmail.com added a reviewer for D46956: sysutils/rpi-firmware: Update to 1.20241001: lwhsu.
Tue, Dec 3, 1:13 AM