User Details
- User Since
- Jun 6 2015, 10:46 PM (528 w, 4 d)
Tue, Jul 22
I would remove the phrase 'change will not fix anything but' in the commit message and I think this is good.
Mon, Jul 21
In the commit message do you mean to say there is something else double counting?
Fri, Jul 18
Thu, Jul 17
Pushed as 9302fb05a0c6599bbe8963ff5201fd3b99994535
Although I suppose the existing change is fine and maybe preferable
1500052 was just allocated for this in ff2dc0bca372
Wed, Jul 16
Tue, Jul 15
Fri, Jul 4
Thu, Jun 26
Jun 18 2025
Jun 14 2025
Jun 13 2025
Jun 9 2025
Jun 8 2025
May 30 2025
Generally ok with this. I would like to know if the malloc thing can be addressed during init or if that is required by your upcoming changes.
I'm planning to commit this soon unless a serious objection is raised.
May 28 2025
May 25 2025
May 24 2025
Is there a way to vendor the alt toolchains? It is imperative this doesn't start downloading from the internet outside of the fetch step, the same standards things like Cargo, Maven, etc have in ports. As long as that is addressed I think the overall concept is fine now -- it will be awkward if we have to patch Go but hopefully that is not common.
May 23 2025
May 20 2025
@markj go ahead and commit the initialization and style changes. I need a moment to think about the threading, so I would ask that goes in a separate commit, which you are free to do as well. Is there any reason not to use _int variant over long? This should MFC back to 32 bit platforms which seem to generate different code vs x86 for whatever it's worth. The driver is also "upstream" for RTEMS and other smaller systems.
May 17 2025
May 16 2025
Please reupload with context (git diff -U9999). It also seems to not be based on FreeBSD main.
May 14 2025
To add to what @erj said, multi-arch build is a requirement the same as on other OS projects. We have to provide some advance notice to drop things and this should be MFC'd back to 13 and 14. See build(7), 'make universe' or 'make kernels' is enough. I don't see anything off hand that is problematic, and there is no expectation on Intel for validation for odd platforms. But it has to build everywhere it currently does.
May 12 2025
I do see the improvement here for the drm maintainers not having to deal with all this, but I'd like someone with more ports infra experience to evaluate the implementation.
The first change seems sensible.
May 11 2025
I'm generally fine with what is here, it seems logical to me.
May 10 2025
I would be somewhat curious why we need to serialize like this. Note that nothing else prodding the swfw in ixgbe is explicitly locked or asserted.
May 9 2025
Fix DBUS, reported as https://github.com/bitcoin/bitcoin/issues/32464
May 7 2025
Looks good
See the actual commit message from that https://reviews.freebsd.org/R9:a52de44df1a6534adec66174ee68d03444738907
It will be helpful, especially early on, to add a fully formatted commit message to the review description so we can have a look and make sure you have the git config right.
May 6 2025
May 3 2025
In general this looks fine aside from the cleanups you noted..
May 2 2025
Apr 30 2025
Apr 29 2025
Apr 28 2025
Apr 27 2025
Apr 24 2025
Apr 23 2025
A couple minor nits but overall looks good
Apr 22 2025
Apr 19 2025
Is this really feasible? At first contact I would think this will create a lot of different problems than whatever supporting multiple versions currently does. Some projects have elaborate dependencies (i.e. multimedia/navidrome which I maintain) and we could get into common situations where it is either difficult to update go with a clean exp-run or we have to make a choice to regularly lose ports because tracking a modern version is more important.
Apr 14 2025
Committed as e86781da6b600e8096a42a6f44b2b7f97ff08251
I am fine with the patch file, it will be easy enough to cull eventually.
Apr 13 2025
Apr 4 2025
@jeroen.steinvoorte_mep-info.com can you please get me the Cisco config for a port? I did test on a 2960X. Depending on what I see with that I will either fix or revert.
Committed as 9ff52cbdf482bf9da124fa9f3603c99ed45a646c
Apr 3 2025
MFH is done at the discretion of the committer, a request by the maintainer, or potentially someone else. I would lean toward no in this case without a supporting reason.
Apr 2 2025
Mar 28 2025
Mar 17 2025
@ashafer you can go ahead and commit this with "Approved by: kbowling(mentor), maintainer timeout (danfe, x11)".
Feb 27 2025
Feb 24 2025
Feb 19 2025
Feb 10 2025
Jan 26 2025
Jan 7 2025
@andrew got it, thanks for clarifying
Jan 3 2025
Would it make more sense to invert the conditional to aarch64? I would assume that future implementations would support ASPM as do past ones i.e. for sure PHB4 on POWER9.
Dec 3 2024
I've been pondering this and it seems pretty broken in the tree and what I have suggest doesn't make sense.