Approved by: philip (mentor)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 10 2021
Nov 9 2021
Looks good to me!
Note that the ports Git repository requires (or at least very strongly recommends) Subject lines formatted as "topic: description". I would recommend a commit message like:
Nov 5 2021
Nov 4 2021
Nov 2 2021
Nov 1 2021
Oct 31 2021
Looks good to me. Thanks!
Oct 27 2021
Oct 25 2021
Oct 24 2021
Oct 22 2021
Oct 21 2021
Oct 18 2021
Oh wow ... time flies. I've now been "testing" this patch for over two years. We should just do this.
Oct 11 2021
Looks good! Just one very minor nit.
Oct 4 2021
Oct 2 2021
Sep 29 2021
Sep 26 2021
Sep 6 2021
Sep 3 2021
Sep 2 2021
I wonder if this wants some abstraction in the form of a function rather than chasing every str*cpy...?
Replace a couple more "being made" with "being established".
Addressed suggestions from gbe.
Sep 1 2021
Aug 31 2021
Aug 25 2021
Jul 22 2021
In D30183#704231, @trasz wrote:Now, about the upstream - I've looked at https://github.com/eggert/tz.git, and it... well, it does resemble our code, to an extent. Which is to say, their code is quite a bit different from ours. Not sure how to handle this, tbh.
Jul 14 2021
Jul 13 2021
Should this be upstreamed? Our tcpdump isn't far behind upstream. Merging a newer upstream is pretty straightforward too.
Jul 5 2021
In D31025#698503, @jrtc27 wrote:In D31025#698167, @philip wrote:This changes looks good to me. Though I agree with your observation that we should consider moving away from rxready. I wonder why we never noticed this on the FU540. Did this change?
It doesn't affect normal serial console use as that uses the uart methods, it's only for the low-level console, i.e. ddb, which includes mountroot, so I assume nobody ever tried to use it with those (or did and never bothered fixing it).
This changes looks good to me. Though I agree with your observation that we should consider moving away from rxready. I wonder why we never noticed this on the FU540. Did this change?
Thank you! This looks good.
Jul 2 2021
Jun 22 2021
Jun 20 2021
Jun 18 2021
Jun 17 2021
Jun 4 2021
May 30 2021
I have been running with this change on my access points at home and at my local hackerspace for a while. It seems to work fine.
May 27 2021
May 26 2021
May 24 2021
Looks good to me. Let's see if it works. :)
May 21 2021
May 20 2021
May 11 2021
@imp Weekly? There were six releases of tzdata in all of 2020...
@rscheff They are not downloaded automatically. That would make it impossible to build world/universe on an offline machine. They are imported when a new tzdb release is made. I've been doing this for the past several years. I actively follow the tz mailing list. Releases of tzdata are usually imported into FreeBSD head within days of the upstream release (often hours). Imports are merged to stable/* branches soon after and we issue errata notices for supported releases not much later.