User Details
- User Since
- Aug 19 2018, 12:11 AM (335 w, 1 d)
Jan 20 2024
Dec 22 2023
Dec 21 2023
Rework test case
Dec 20 2023
Nov 30 2023
Nov 28 2023
Sep 26 2023
Sep 25 2023
Apparently NetBSD has a bit more complete fix for this (thanks Kyle), use it instead.
Sep 23 2023
Sep 22 2023
- Versions.def updated in separate commit
- drop extern as suggested by Konstantin
complete change (except for linux cross build testing)
Sep 21 2023
As discussed with Mina on IRC, entries with correct email but missing accent in surname need to be normalized as well, i.e.
diff --git a/.mailmap b/.mailmap index 3760aeece44..1f27f22efdb 100644 --- a/.mailmap +++ b/.mailmap @@ -1,5 +1,6 @@ <ehem+freebsd@m5p.com> <ehem_freebsd_m5p.com> <ehem+freebsd@m5p.com> <ehem_freebsd@m5p.com> +Mina Galić <freebsd@igalic.co> <freebsd@igalic.co> Mina Galić <freebsd@igalic.co> <freebsd_igalic.co> Mina Galić <freebsd@igalic.co> <me_igalic.co> Mina Galić <freebsd@igalic.co> <me@igalic.co>
Sep 20 2023
Sep 18 2023
(re)generate nn_NO.ISO8859-15 from CLDR
Sep 5 2023
Sep 4 2023
Just wondering what triggered this change, i.e. does it fix any known issues?
Sep 2 2023
Aug 5 2023
Aug 4 2023
Committed in rGb306c604df541dede4d0f3cc96188bbf5b6719fe.
Hmm, this doesn't seem to be automatically closed on commit.
Jul 26 2023
Jul 22 2023
Jul 19 2023
Jul 18 2023
Jul 17 2023
Jun 29 2023
Sadly, I had to revert this, with all these defines being ambiguously named I missed the fact that IN_BASE is only used in FreeBSD-specific code to signify userland/kernel differences, while IN_FREEBSD_BASE really means FreeBSD-specific code inside the common code. Will need to think more about proper approach (and naming?) here.
Jun 28 2023
Jun 19 2023
May 30 2023
May 23 2023
May 13 2023
modify spa.h instead as proposed by Warner
May 12 2023
re: stand, I don't see a call to zpool_prop_init() in there anywhere, zpool_prop.c does not seem to be compiled as well; am I missing something obvious?
I *guess* it was done this way as it's the only FreeBSD-specific part in the "common" code, and everything using IN_BASE is located under sys/contrib/openzfs/lib/libzfs/os/freebsd and sys/contrib/openzfs/include/os/freebsd proper.