git: b44869cba1b3 - main - sound: add patch for Lenovo Legion 5 Intel

2022-09-16 Thread Nuno Teixeira
The branch main has been updated by eduardo (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b44869cba1b391931b831135a9cefcc6ca635103 commit b44869cba1b391931b831135a9cefcc6ca635103 Author: Nuno Teixeira AuthorDate: 2022-09-16 13:29:30 + Commit: Nuno Teixeira

git: 3732e805b3f7 - stable/13 - sound: add patch for Lenovo Legion 5 Intel

2023-02-05 Thread Nuno Teixeira
The branch stable/13 has been updated by eduardo (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3732e805b3f75008caf3bfc2a139d2893812457e commit 3732e805b3f75008caf3bfc2a139d2893812457e Author: Nuno Teixeira AuthorDate: 2022-09-16 13:29:30 + Commit: Nuno Teixeira

Re: git: 108de784513d - main - Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME

2024-06-01 Thread Nuno Teixeira
/_clock_id.h > @@ -78,7 +78,7 @@ > * Linux compatible names. > */ > #if __BSD_VISIBLE > -#defineCLOCK_BOOTTIME CLOCK_UPTIME > +#defineCLOCK_BOOTTIME CLOCK_MONOTONIC > #defineCLOCK_REALTIME_COARSE CLOCK_REALTIME_FAST > #defineCLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST > #endif > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: 108de784513d - main - Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME

2024-06-02 Thread Nuno Teixeira
; Cy Schubert > FreeBSD UNIX: Web: https://FreeBSD.org > NTP: Web: https://nwtime.org > > e^(i*pi)+1=0 > > > On Sat, 1 Jun 2024 09:37:00 +0100 > Nuno Teixeira wrote: > > > Hello, > > > > Having issues buildi

git: e37471440e60 - main - Add myself (eduardo) to the calendar.

2024-03-19 Thread Nuno Teixeira
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/src/commit/?id=e37471440e6000d8ce1dbe079f5862529928afe3 commit e37471440e6000d8ce1dbe079f5862529928afe3 Author: Nuno Teixeira AuthorDate: 2024-03-19 21:21:04 + Commit: Nuno Teixeira CommitDate: 2024-03-19

Re: git: 71ac745d76c3 - main - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582

2024-12-07 Thread Nuno Teixeira
Hello, On aarch64 I'v started to see ports failing with illegal instructions on main-n274092-f00fe116dc9d. So far the following ports are failing: sysutils/dmidecode textproc/docbook2mdoc devel/libpci lang/lua53 Maybe it is worth to take a check on them? Thanks ./types.h:55:25: note: exp

Re: git: 71ac745d76c3 - main - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582

2024-12-07 Thread Nuno Teixeira
(...) Full logs: https://people.freebsd.org/~eduardo/logs/main-n274092-f00fe116dc9d/ Nuno Teixeira escreveu (domingo, 8/12/2024 à(s) 07:48): > Hello, > > On aarch64 I'v started to see ports failing with illegal instructions on > main-n274092-f00fe116dc9d. > > So far

Re: git: 71ac745d76c3 - main - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582

2024-12-08 Thread Nuno Teixeira
(...) I'm repeating ports rebuild and everything is building ok with same tree/world. Something went wrong on my system. Sorry for the noise :) Nuno Teixeira escreveu (domingo, 8/12/2024 à(s) 18:29): > OK, I'm redoing interactive testport to get those files on dmidecode port >

Re: git: 71ac745d76c3 - main - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582

2024-12-08 Thread Nuno Teixeira
> -Dimitry > > > On 8 Dec 2024, at 08:49, Nuno Teixeira wrote: > > > > (...) > > > > Full logs: > https://people.freebsd.org/~eduardo/logs/main-n274092-f00fe116dc9d/ > > > > Nuno Teixeira escreveu (domingo, 8/12/2024 à(s) > 07:48): > > H

Re: git: 1cae7121c667 - main - Enable LLVM_BINUTILS by default

2025-03-14 Thread Nuno Teixeira
/share/mk/src.opts.mk > @@ -124,6 +124,7 @@ __DEFAULT_YES_OPTIONS = \ > LLD \ > LLD_BOOTSTRAP \ > LLVM_ASSERTIONS \ > +LLVM_BINUTILS \ > LLVM_COV \ > LLVM_CXXFILT \ > LOADER_BIOS_TEXTONLY \ > @@ -208,7 +209,6 @@ __DEFAULT_NO_OPTIONS = \ > HESIOD \ > LOADER_VERBOSE \ > LOADER_VERIEXEC_PASS_MANIFEST \ > -LLVM_BINUTILS \ > LLVM_FULL_DEBUGINFO \ > MALLOC_PRODUCTION \ > OFED_EXTRA \ > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: a3a88ed22cb1 - main - vm_page: drop prev and next

2025-04-18 Thread Nuno Teixeira
t m, > void vm_page_launder(vm_page_t m); > vm_page_t vm_page_lookup(vm_object_t, vm_pindex_t); > vm_page_t vm_page_lookup_unlocked(vm_object_t, vm_pindex_t); > -vm_page_t vm_page_next(vm_page_t m); > void vm_page_pqbatch_drain(void); > void vm_page_pqbatch_submit(vm_page_t m, uint8_t queue); > bool vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old, > vm_page_astate_t new); > -vm_page_t vm_page_prev(vm_page_t m); > bool vm_page_ps_test(vm_page_t m, int psind, int flags, vm_page_t skip_m); > void vm_page_putfake(vm_page_t m); > void vm_page_readahead_finish(vm_page_t m); > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: 84e1eb50dd95 - main - net80211/regdomain: try to sort out TW

2025-04-12 Thread Nuno Teixeira
20 20 > @@ -1925,6 +2126,11 @@ >IEEE80211_CHAN_A > > > + > + 5260 5340 > + 20 20 > + IEEE80211_CHAN_A > + > >5260 5340 >20 20 > @@ -1941,6 +2147,11 @@ >IEEE80211_CHAN_A > > > + > + 5480 5720 > + 20 20 > + IEEE80211_CHAN_A > + > >5480 5700 >20 20 > @@ -1961,7 +2172,38 @@ >160 20 >IEEE80211_CHAN_A > > + > + > + 5500 5720 > + 40 20 > + IEEE80211_CHAN_A > + > + > + 5500 5720 > + 80 20 > + IEEE80211_CHAN_A > + > > + > + 5745 5825 > + 20 20 > + IEEE80211_CHAN_A > + > + > + 5745 5845 > + 20 20 > + IEEE80211_CHAN_A > + > + > + 5745 5845 > + 40 20 > + IEEE80211_CHAN_A > + > + > + 5745 5845 > + 20 20 > + IEEE80211_CHAN_A > + > >5745 5865 >20 20 > @@ -1972,6 +2214,11 @@ >40 20 >IEEE80211_CHAN_A > > + > + 5745 5845 > + 40 20 > + IEEE80211_CHAN_A > + > >5745 5805 >80 20 > @@ -2027,6 +2274,11 @@ >20 20 >IEEE80211_CHAN_A > > + > + 5500 5720 > + 40 20 > + IEEE80211_CHAN_A > + > >5500 5580 >40 20 > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)

2025-05-05 Thread Nuno Teixeira
Ok, I installed commit with audio. Next build it will be sdnctl. I will have both installed. Let's wait since I'm upgrading again and do that check. I will run `make delete-old delete-old-libs` to make sure. Christos Margiolis escreveu (segunda, 5/05/2025 à(s) 19:53): > Nuno T

Re: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)

2025-05-05 Thread Nuno Teixeira
interfaces for viewing and manipulating audio device settings > (sysctls, > + /dev/sndstat), into a single utility with a similar control-driven > + interface to that of mixer(8). > 995b690d1398: > ps(1)'s '-U' option has been changed to select

Re: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)

2025-05-05 Thread Nuno Teixeira
Thanks and sorry for the noise :) Cheers, Christos Margiolis escreveu (segunda, 5/05/2025 à(s) 20:29): > Nuno Teixeira wrote: > > Ok, I installed commit with audio. Next build it will be sdnctl. I will > > have both installed. > > > > Let's wait since I

Re: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)

2025-05-05 Thread Nuno Teixeira
Sorry, typo. I mean audio->sndctl change. I'm using main-n277015-a9425aeb1b8f that includes audio version. Christos Margiolis escreveu (segunda, 5/05/2025 à(s) 19:46): > Nuno Teixeira wrote: > > Hello, > > > > Should ObsoleteFiles.inc include "sound" fil

Re: git: 5c74aa3abd4e - main - rtwn: enable reception of BAR frames

2025-04-23 Thread Nuno Teixeira
UBTYPE_BAR >> > + IEEE80211_FC0_SUBTYPE_SHIFT)); > + > /* Enable Rx of data frames. */ > rtwn_write_2(sc, R92C_RXFLTMAP2, 0x); > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: f9cf745a5084 - main - RELNOTES: Document the addition of inotify

2025-07-09 Thread Nuno Teixeira
inotify(2) family of system calls. > + > 50e733f19b37, 171f66b0c2ca: > These commits helped improve utilization of NFSv4.1/4.2 > delegations. The changes are only used when the NFSv4 > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org

Re: git: f9cf745a5084 - main - RELNOTES: Document the addition of inotify

2025-07-09 Thread Nuno Teixeira
Hello Mark! I confirm that it builds OK. i3 wm depends on it, so I will have a run test in the next days. Also I will update my main amd64 soon and test it in there too. Thanks, Mark Johnston escreveu (quarta, 9/07/2025 à(s) 13:32): > On Wed, Jul 09, 2025 at 01:13:02PM +0100, Nuno Teixe

Re: git: 8d8a745c456c - main - libutil: Drop auth_getval()

2025-08-02 Thread Nuno Teixeira
; > -} > diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h > index 6d36a0c291c6..d27262e44daf 100644 > --- a/lib/libutil/libutil.h > +++ b/lib/libutil/libutil.h > @@ -86,7 +86,6 @@ struct termios; > struct winsize; > > __BEGIN_DECLS > -char *auth_getval(const char *_name); > void clean_environment(const char * const *_white, > const char * const *_more_white); > intexpand_number(const char *_buf, int64_t *_num); > > -- Nuno Teixeira FreeBSD UNIX: Web: https://FreeBSD.org