User Details
- User Since
- Jan 7 2014, 10:13 PM (507 w, 5 d)
Sat, Sep 30
Fri, Sep 29
Thu, Sep 28
Wed, Sep 27
LGTM again!
Tue, Sep 26
I think this part is OK now. That will at least ensure upgrades work, but not rollbacks.
I think this part is OK now. That will at least ensure upgrades work, but not rollbacks.
Sun, Sep 24
Sat, Sep 23
Fri, Sep 22
Thu, Sep 21
...
maybe leave the directory->file case out for now and just handle the case that affects 13.2->14.0, so that people can apply that part to a 13.2 system and participate in 14 beta testing?
if [ -e ${BASEDIR}/${FPATH} ]; then if [ ${TYPE} = d ] && ! [ -d ${BASEDIR}/${FPATH} ]; then rm -f ${BASEDIR}/${FPATH} fi fi
Wed, Sep 20
Tue, Sep 19
Sun, Sep 17
Sat, Sep 16
Fri, Sep 15
Thu, Sep 14
Wed, Sep 13
Replace multiple expressions with one macro, and use logical operands in
that macro.
Tue, Sep 12
Mon, Sep 11
Wed, Sep 6
Mon, Sep 4
Great, thanks!
Sun, Sep 3
Sep 2 2023
Sep 1 2023
Aug 28 2023
Note, this would also apply to devel/valgrind-devel.
Aug 16 2023
Aug 15 2023
Aug 13 2023
Aug 10 2023
It's usually not worth the effort of shrinking, if the array doesn't get larger than a bunch of pages. How large is this one anyway, in a typical scenario? A dozen, or maybe two dozen entries?
Aug 3 2023
Abandoning this in favor of commenting out the dh.param line from freebsd.mc.
Aug 1 2023
The time is indeed ripe for this setting to go, but the "toolchains can be a pain" line is maybe a little worrying? @sjg put it in, in rG0244ab1f26bcc, but that was a looooong time ago...
Jul 30 2023
Jul 29 2023
Jul 26 2023
Jul 24 2023
Jul 19 2023
Jul 16 2023
Jul 13 2023
Jul 10 2023
Jul 9 2023
Indeed, bumping lib/clang/freebsd_cc_version.h is the way to force a bootstrap clang rebuild. The change to clang/lib/Driver/ToolChains/FreeBSD.cpp should also be upstreamed.
Jul 3 2023
Jul 1 2023
Jun 28 2023
Jun 26 2023
Hmm this might also allow us to revert rG5866c369e4fd917c0d456f0f10b92ee354b82279, which was added to work around https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256864 . As far as I remember, this only affected aarch64 though, and that is tricky for me to test.