Re: git: 1f5c50a86173 - main - pci_host_generic:Add pcib_request_feature on ACPI

2025-01-02 Thread Renato Botelho
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

Re: git: ba1904937d9a - main - acpica: Extract _OSC parsing to a common file

2024-12-27 Thread Renato Botelho
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

Re: git: ba1904937d9a - main - acpica: Extract _OSC parsing to a common file

2024-12-26 Thread Renato Botelho
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:

Re: git: f3dbef108212 - main - Bump __FreeBSD_version for llvm 19.1.2 merge

2024-11-01 Thread Renato Botelho
/logs/errors/open-vm-tools-12.5.0,2.log -- Renato Botelho

Re: git: 46b0db2dbe9f - main - Remove unnecessary and now inaccurate kernel side manual page.

2024-07-29 Thread 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

git: 55d29905489c - main - bsdinstall: Fix wifi network selection size

2024-05-20 Thread 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

Re: git: bb63e82e8c10 - main - bsddialog(1): document the replacement of dialog(1)

2023-10-10 Thread Renato Botelho
on x86. The option has been added to DEFAULTS, so it should automatically be included in -- Renato Botelho

Re: git: 971bac5ace7a - main - kbd: consolidate kb interfaces (phase one)

2023-07-28 Thread 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

Re: git: 971bac5ace7a - main - kbd: consolidate kb interfaces (phase one)

2023-07-28 Thread 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.

Re: git: 65f28f63a73d - main - tools/build: Create toolchain symlinks for non-absolute compiler/linker

2023-07-28 Thread Renato Botelho
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

Re: git: 65f28f63a73d - main - tools/build: Create toolchain symlinks for non-absolute compiler/linker

2023-07-28 Thread Renato Botelho
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

Re: git: 971bac5ace7a - main - kbd: consolidate kb interfaces (phase one)

2023-07-28 Thread 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.

Re: git: 971bac5ace7a - main - kbd: consolidate kb interfaces (phase one)

2023-07-27 Thread Renato Botelho
^~ /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

Re: git: 6a09a7f1e9a5 - main - netlink: always zero provided header buffers.

2023-05-01 Thread Renato Botelho
is is correct. -- Renato Botelho

Re: git: ef7d10fde4f6 - main - Add missing check for xo_parse_args return code.

2023-01-30 Thread 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

Re: git: 269c564b90d3 - main - vfs: retire NDFREE

2022-12-22 Thread 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

Re: git: 269c564b90d3 - main - vfs: retire NDFREE

2022-12-22 Thread 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

Re: git: a67b925ff3e5 - main - mail: make The Dragonfly Mail Agent (dma) the default mta.

2022-11-07 Thread 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

Re: git: 6bddde307e21 - main - Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes.

2022-09-26 Thread 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

Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig

2022-02-11 Thread Renato Botelho
thing. -- Renato Botelho

Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig

2022-02-11 Thread 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 '\!\*

Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig

2022-02-11 Thread Renato Botelho
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

Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig

2022-02-11 Thread Renato Botelho
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

Re: git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig

2022-02-11 Thread 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

Re: git: 66c5fbca7719 - main - insmntque1(): remove useless arguments

2022-02-04 Thread Renato Botelho
/42ce53f39be45b7795a9f1adf892af84629b4a19/open-vm-tools/modules/freebsd/vmblock/subr.c#L396 -- Renato Botelho

Re: git: fd17ea8c1849 - main - release: make pkg installs more robust

2021-08-09 Thread 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"

git: 345c30a94f64 - main - libfetch: Retry with proxy auth when server returns 407

2021-04-01 Thread Renato Botelho
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

git: 220c6d922a84 - main - ncurses: Silence MKuserdefs.sh call

2021-02-25 Thread 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

Re: git: aef769614f92 - main - pkgbase: differentiate package versions for ALPHA/BETA/PRERELEASE/RC phases

2021-01-14 Thread 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"

Re: git: 3d4ce4edd86d - main - Remove -g option support which was removed from bhyve in c4df8cbfde53c376d93f439eac3f45a7b4fc705e

2021-01-04 Thread Renato Botelho
"[-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