User Details
- User Since
- Jul 19 2018, 5:53 PM (390 w, 5 d)
Yesterday
Sun, Jan 11
Since there was no agreement whether the author's email address should be updated for a newer one, I am going to clone this one.
There is a typo in the commit message: libbbhyve.
There is a typo in the commit message: libbbhyve.
Address style(9) fixes
Apply style(9) fixes
don't fiddle with SUNPATHLEN
Sat, Jan 10
Maybe you should check these as well:
$ grep -r --include=Makefile ar= . ./astro/gpsd/Makefile:GEOSTAR_MAKE_ARGS_OFF= geostar=no ./audio/cardinal/Makefile:BINARY_ALIAS= gcc-ar=ar \ ./databases/leofs/Makefile: leo-project/bear=0.8.2-for-leofs:bear \ ./devel/electron37/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./devel/electron38/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./devel/electron39/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./editors/libreoffice/Makefile: --with-commons-codec-jar=${JAVAJARDIR}/commons-codec.jar \ ./editors/libreoffice/Makefile: --with-commons-httpclient-jar=${JAVAJARDIR}/commons-httpclient.jar \ ./editors/libreoffice/Makefile: --with-commons-lang-jar=${JAVAJARDIR}/commons-lang3.jar \ ./editors/libreoffice/Makefile: --with-commons-logging-jar=${JAVAJARDIR}/commons-logging.jar \ ./editors/libreoffice/Makefile: --with-external-tar=${DISTDIR}/${DIST_SUBDIR} \ ./editors/openoffice-4/Makefile: commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ ./editors/openoffice-4/Makefile: commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ ./editors/openoffice-4/Makefile: commons-logging-jar=${JAVALIBDIR}/commons-logging.jar ./editors/openoffice-4/Makefile: --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \ ./editors/openoffice-4/Makefile: --with-beanshell-jar=${JAVALIBDIR}/bsh.jar \ ./editors/openoffice-4/Makefile: --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \ ./editors/openoffice-4/Makefile: --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \ ./editors/openoffice-devel/Makefile: commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ ./editors/openoffice-devel/Makefile: commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar ./editors/openoffice-devel/Makefile:CONFIGURE_ARGS+= --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar ./editors/openoffice-devel/Makefile: --with-commons-lang-jar=${JAVALIBDIR}/commons-lang3.jar \ ./editors/openoffice-devel/Makefile: --with-beanshell-jar=${JAVALIBDIR}/bsh.jar \ ./editors/openoffice-devel/Makefile: --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \ ./editors/openoffice-devel/Makefile: --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \ ./filesystems/rar2fs/Makefile: --with-unrar=`${MAKE} -C ${PORTSDIR}/${LIBUNRAR_PORT} -VWRKSRC` \ ./graphics/frogr/Makefile:MESON_ARGS= -Denable-header-bar=true ./graphics/libskiasharp/Makefile: ar=${LOCALBASE}/bin/ar ./graphics/rawtherapee/Makefile:BINARY_ALIAS+= ar=${AR} ranlib=${RANLIB} ./graphics/skia/Makefile: ar=llvm-ar ./java/apache-commons-beanutils/Makefile:MAKE_ARGS+= -Dcommons-collections.jar=${JAVALIBDIR}/commons-collections.jar \ ./java/apache-commons-beanutils/Makefile: -Dcommons-logging.jar=${JAVALIBDIR}/commons-logging.jar ./java/javahelp/Makefile:MAKE_ARGS= -Djsp-jar=${TOMCAT_jsp} \ ./java/javahelp/Makefile: -Dfile.reference.jsp-api.jar=${TOMCAT_jsp} \ ./java/javahelp/Makefile: -Dservlet-jar=${TOMCAT_servlet} \ ./java/javahelp/Makefile: -Dfile.reference.servlet-api.jar=${TOMCAT_servlet} \ ./java/javamail/Makefile:MAKE_ARGS+= -Dactivation.jar=${DISTDIR}/jakarta.activation.jar ./java/sigar/Makefile: -Djunit.jar="${JAVALIBDIR}/junit.jar" test ./lang/rust/Makefile: @${ECHO_CMD} 'ar="${AR}"' >> ${WRKSRC}/config.toml ./lang/rust188/Makefile: @${ECHO_CMD} 'ar="${AR}"' >> ${WRKSRC}/config.toml ./math/octave-forge-rtree/Makefile:BINARY_ALIAS= tar=gtar ./math/polymake/Makefile:SINGULAR_CONFIGURE_ON= --with-singular=${LOCALBASE} ./misc/amanda-server/Makefile: --with-gnutar=${LOCALBASE}/bin/gtar ./net-im/ejabberd/Makefile:CONFIGURE_ARGS+=--localstatedir=/var --libdir=${PREFIX}/${EJABBERD_LIBDIR} --with-rebar=rebar ./security/courier-authlib/Makefile: --with-authdaemonvar=${AUTHDAEMONVAR} \ ./sysutils/edk2/Makefile: ar=${AR} \ ./sysutils/edk2/Makefile: gcc-ar=${LOCALBASE}/bin/${CC:S/gcc/&-ar/} \ ./www/chromium/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./www/iridium/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./www/onlyoffice-documentserver/Makefile:BINARY_ALIAS+= ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \ ./www/ungoogled-chromium/Makefile: ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT
Fri, Jan 9
Can you investigate when this has been dropped?
print driver version in *_attach() function
Looking at booth drivers, mfi(4) uses mfi_attach() to print the message while mrsas(4) uses probe. I could move both to *_attach(), but cannot tell which of both is correct. Logically attach() seems right.
Merged into D54519
Unify both changes, use device_printf() in mrsas(4) as well
Drop 'FreeBSD' in version banner
I had the following objective:
- Make the string compatible with mrsas(4) since both drivers overlap
- Reflect the author of the driver back then, not now
- Keep mfi in the script because it makes the string consistent with the first point
@imp Any objections or opinions here?
@ziaee, thank you very much for the backports. This perfect now.
Where does openjdk19-19.0.2+7.1_4.${JDK_ARCH}.tar.xz come from and how is it produced? It seems that the port will never be selfcontained in the ports tree, no?
Thu, Jan 8
@jrm, are we good now? I'd like to complete this.
Wed, Jan 7
@des Is this acceptable now?
No function change, diffed the driver between CURRENT and stable/1{3,4} and they are identical, but the manpage updates have never been cherry-picked.
Tue, Jan 6
Here is the documentation for the mrsas(4) driver.
In fact, mrsas(4) mentions:
HARDWARE
The mrsas driver supports the following hardware:Mon, Jan 5
Here is the output from the server:
and in the case when the mrsas(4) driver is used:Screenshot from the machine with both drivers now side by side:
Sun, Jan 4
Sat, Jan 3
I think this should have happened *after* new bootstrap ports have emerged...
Fri, Jan 2
An alternative approach is to create a GitHub project and pull it from there...
Thu, Jan 1
This can be used on any client which is either AD joined or you have a DNS server which support GSS-TSIG.
Fix sort order
Should we (re)consider this for 16-CURRENT or abandon?
@fernape, would you mind to formally review and approve this as well?
Wed, Dec 31
Remove build file
Obey style(9)
Add needs_ipv6_brackets
@des Let's complete this one first.
Tue, Dec 30
Today's security message from a 16-CURRENT VM:
Checking setuid files and devices:
Mon, Dec 29
Spinoff: https://reviews.freebsd.org/D54412
I can confirm your observations:
root@deblndw013x10v:~/freebsd-src (main %>) # ps -o command= -p $(pgrep syslogd) /usr/sbin/syslogd -N -ss -O rfc5424 syslogd: syslogd.casper (syslogd) syslogd: system.net (syslogd) root@deblndw013x10v:~/freebsd-src (main %>) # uname -a FreeBSD deblndw013x10v.innomotics.net 16.0-CURRENT FreeBSD 16.0-CURRENT #1 use-iso-8601-build-n282325-56b9c752e8d6: Fri Dec 5 18:14:04 CET 2025 root@deblndw013x10v.innomotics.net:/usr/obj/root/freebsd-src/amd64.amd64/sys/GENERIC amd64
This is for 13-STABLE only!
I asked Claude Sonnet to diff both linprocfs.5, then diff both manpages and apply the style of 15 to 14 leaving out what is in 15 only. I will create a review for 13 as well.


