On 28/12/24 09:52, tue...@freebsd.org wrote:
Hi Andrew,
this commits breaks the booting of my arm64 VM using VMWare fusion on an M1
MacBookPro.
During booting it reports:
Try this one and see if it fixes your issue as well. It worked for me
https://reviews.freebsd.org/D48285
--
Renato
On 27/12/24 14:26, Kristof Provost wrote:
On 26 Dec 2024, at 21:44, Renato Botelho wrote:
On 12/12/24 15:19, Andrew Turner wrote:
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?
id=ba1904937d9ae0539e39001467a1519b17177118
On 12/12/24 15:19, Andrew Turner wrote:
The branch main has been updated by andrew:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ba1904937d9ae0539e39001467a1519b17177118
commit ba1904937d9ae0539e39001467a1519b17177118
Author: Andrew Turner
AuthorDate: 2024-12-12 16:29:45 +
Commit:
/logs/errors/open-vm-tools-12.5.0,2.log
--
Renato Botelho
file changed, 76 deletions(-)
share/man/man9/Makefile needs to be updated as well (and note the MLINKS
which refer to MD5.9).
It also needs to be added to ObsoleteFiles.inc
--
Renato Botelho
The branch main has been updated by garga:
URL:
https://cgit.FreeBSD.org/src/commit/?id=55d29905489c975ee33b86d34f38e78b5ba29817
commit 55d29905489c975ee33b86d34f38e78b5ba29817
Author: Renato Botelho
AuthorDate: 2024-05-20 13:43:35 +
Commit: Renato Botelho
CommitDate: 2024-05-20
on x86. The option
has been added to DEFAULTS, so it should automatically be included in
--
Renato Botelho
On 28/07/23 16:04, Jessica Clarke wrote:
On 28 Jul 2023, at 20:01, Renato Botelho wrote:
On 28/07/23 00:04, Warner Losh wrote:
On Thu, Jul 27, 2023 at 5:48 AM Renato Botelho mailto:ga...@freebsd.org>> wrote:
On 07/07/23 02:10, Warner Losh wrote:
> The branch main has been u
On 28/07/23 00:04, Warner Losh wrote:
On Thu, Jul 27, 2023 at 5:48 AM Renato Botelho <mailto:ga...@freebsd.org>> wrote:
On 07/07/23 02:10, Warner Losh wrote:
> The branch main has been updated by imp:
>
> URL:
https://cgit.FreeBSD.
On 28/07/23 15:48, Jessica Clarke wrote:
On 28 Jul 2023, at 19:40, Renato Botelho wrote:
On 27/07/23 01:12, Jessica Clarke wrote:
The branch main has been updated by jrtc27:
URL:
https://cgit.FreeBSD.org/src/commit/?id=65f28f63a73d3371d9d724a2018be6d1ada0d3e0
commit
nking host tools into
/var/db/etcupdate/etcupdate-8C3uJ1L/usr/obj/usr/src/amd64.amd64/tmp/legacy/bin
cp: /usr/bin/basename: Cross-device link
--
Renato Botelho
On 28/07/23 00:04, Warner Losh wrote:
On Thu, Jul 27, 2023 at 5:48 AM Renato Botelho <mailto:ga...@freebsd.org>> wrote:
On 07/07/23 02:10, Warner Losh wrote:
> The branch main has been updated by imp:
>
> URL:
https://cgit.FreeBSD.
^~
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:1076:18: error: use of
undeclared identifier 'kbrates'
if (repeat <= kbrates[n])
^
8 errors generated.
*** Error code 1
--
Renato Botelho
is is correct.
--
Renato Botelho
/usr.bin/iscsictl/iscsictl.c
+++ b/usr.bin/iscsictl/iscsictl.c
@@ -745,6 +745,9 @@ main(int argc, char **argv)
struct target *targ;
argc = xo_parse_args(argc, argv);
+if (argc < 0)
+exit(1);
+
Code seems to be indented with spaces instead of tabs
--
Renato Botelho
hen NDF_ONLY_PNBUF was retired
--- vfsops.o ---
vfsops.c:185:16: error: use of undeclared identifier 'NDF_ONLY_PNBUF'
NDFREE(ndp, NDF_ONLY_PNBUF);
I'll keep it checking if NDF_ONLY_PNBUF is defined to decide to call
NDFREE or NDFREE_PNBUF
--
Renato Botelho
advice about a proper
fix please let me know, otherwise I'm going to take a look at it when I
have some spare time.
https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p3a8cf525382f_s54b96380f5/logs/open-vm-tools-nox11-12.1.5,2.log
--
Renato Botelho
f
CONFSDIR= /etc/mail
CONFSMODE=644
.endif
-.endif
.include
diff --git a/usr.sbin/mailwrapper/pathnames.h b/usr.sbin/mailwrapper/pathnames.h
index 5511d1eccff9..798648269f3e 100644
--- a/usr.sbin/mailwrapper/pathnames.h
+++ b/usr.sbin/mailwrapper/pathnames.h
@@ -34,4 +34,4 @@
*/
#define _PATH_MAILERCONF "/etc/mail/mailer.conf"
-#define _PATH_DEFAULTMTA "/usr/libexec/sendmail/sendmail"
+#define _PATH_DEFAULTMTA "/usr/libexec/dma"
Thank you!
--
Renato Botelho
KMEM_FREE(offset, size) kmem_free(offset, size)
^~
/usr/src/sys/vm/vm_extern.h:73:22: note: passing argument to parameter
'addr' here
void kmem_free(void *addr, vm_size_t size);
^
1 error generated.
I can take a look at it during the week, any advice is appreciated.
--
Renato Botelho
thing.
--
Renato Botelho
On 11/02/22 12:12, Renato Botelho wrote:
On 11/02/22 12:11, Renato Botelho wrote:
On 11/02/22 12:02, Drew Gallatin wrote:
I think that has the same problem. Either that, or I'm doing the
escaping wrong. Using tcsh:
<10:01am>beast/gallatin:work1>git clean -ne '\!\*
On 11/02/22 12:11, Renato Botelho wrote:
On 11/02/22 12:02, Drew Gallatin wrote:
I think that has the same problem. Either that, or I'm doing the
escaping wrong. Using tcsh:
<10:01am>beast/gallatin:work1>git clean -ne '\!\*.orig'
Would remove ktrace.out
<10:01
d remove foo.orig
Would remove foo.rej
sh-3.2$ git clean -xn -e '*.rej'
Would remove d1/d2/bar.orig
Would remove foo.orig
sh-3.2$ git clean -xn -e '*.rej' -e '*.orig'
sh-3.2$
--
Renato Botelho
:work1>git clean -n | grep rej
<9:35am>beast/gallatin:work1>git clean -xn | grep rej
Would remove FreeBSD/sys/dev/mlx5/mlx5_en/en_hw_tls.h.rej
This makes a stronger case that those who want to ignore .orig and .rej
files can add them to *their* local .gitignore, and we should back them
out of the .gitignore for the project.
What about -e parameter? Something like:
git clean -x -e '*.obj'
--
Renato Botelho
/42ce53f39be45b7795a9f1adf892af84629b4a19/open-vm-tools/modules/freebsd/vmblock/subr.c#L396
--
Renato Botelho
AGES} here, no?
--
Renato Botelho
___
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"
The branch main has been updated by garga (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=345c30a94f6425954163f1e0b075a75f603d27cd
commit 345c30a94f6425954163f1e0b075a75f603d27cd
Author: Renato Botelho
AuthorDate: 2021-04-01 21:02:57 +
Commit: Renato Botelho
The branch main has been updated by garga (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=220c6d922a84f6679d72dfc5bac762b4c4812199
commit 220c6d922a84f6679d72dfc5bac762b4c4812199
Author: Renato Botelho
AuthorDate: 2021-02-25 18:15:39 +
Commit: Renato Botelho
PRERELEASE as
done on CURRENT/STABLE ?
--
Renato Botelho
___
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"
"[-F ]"
- echo "[-g ] [-H ]"
+ echo " [-H ]"
It seems you left an extra space here ^
--
Renato Botelho
___
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/list
30 matches
Mail list logo