git: 1e99be5dcda2 - main - libc: lib_malloc_aligned(): add a missing NULL check

2024-12-08 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=1e99be5dcda222d47a77715e190a381a14f46ece commit 1e99be5dcda222d47a77715e190a381a14f46ece Author: Maxim Sobolev AuthorDate: 2024-12-08 19:08:43 + Commit: Maxim Sobolev CommitDate: 2024-12-08

Re: git: b165e9e3ea4e - main - Add fchroot(2)

2024-11-30 Thread Maxim Sobolev
This is crazy and should be stopped at some point. I usually have a rule of thumb, is that if I have to duplicate same API third time to accomodate slightly different but largely the same usage scenario then it's time to unify and generalize. By that rule stat() and fstat() are ok, but at the time

git: a43fb3653b35 - main - mbuf: improve KASSERT(9) falure messages in the m_apply()

2024-09-09 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=a43fb3653b35ab88b72e1277dccc26328363cdb7 commit a43fb3653b35ab88b72e1277dccc26328363cdb7 Author: Maxim Sobolev AuthorDate: 2024-09-10 01:51:05 + Commit: Maxim Sobolev CommitDate: 2024-09-10

git: 62d47a4db457 - main - vmstat: fix column names broken in c168508655720

2023-12-04 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=62d47a4db4579315d7b89002d7de696b44ae1415 commit 62d47a4db4579315d7b89002d7de696b44ae1415 Author: Maxim Sobolev AuthorDate: 2023-12-05 01:39:21 + Commit: Maxim Sobolev CommitDate: 2023-12-05

Re: git: 69d94f4c7608 - main - Add tarfs, a filesystem backed by tarballs.

2023-02-03 Thread Maxim Sobolev
Wow, cool, thank you so much! It feels like Christmas again. >:-) I see this being immediately useful for anyone building a custom system to replace uzip+ufs combo, or other similar methods for creating read-only compressed storage containers! Just curious has you done some performance testing? So

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-10-05 Thread Maxim Sobolev
> different interface certainly could be much faster; sysctl is slow. > Do you have any good ideas for how to easily create such an alternate > interface? > > On Wed, Sep 28, 2022 at 10:19 AM Maxim Sobolev > wrote: > > > > This also brings a question as to whether sys

Re: git: d3f96f661050 - main - Fix O(n^2) behavior in sysctl

2022-09-28 Thread Maxim Sobolev
This also brings a question as to whether sysctl is the right interface to pull this data from the kernel in the first place? From my somewhat ignorant look this approach is likely to be poised with all sorts of race conditions, such so if configuration changes while you are pulling it out you'd ge

Re: git: 6ad780caa262 - main - Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.

2022-09-13 Thread Maxim Sobolev
P.S. I am not quite sure if UPDATING entry is necessary. This change should have no user-visible effects once mergemaster is fixed. On Tue, Sep 13, 2022 at 1:46 PM Maxim Sobolev wrote: > Hi Gordon, should be fixed in 3078531de10d. Please check and let me know > if there is still any

Re: git: 6ad780caa262 - main - Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.

2022-09-13 Thread Maxim Sobolev
Hi Gordon, should be fixed in 3078531de10d. Please check and let me know if there is still any issue. Thank you! -Max On Mon, Sep 12, 2022 at 11:03 AM Maxim Sobolev wrote: > Hi Gordon, > > Thanks for letting me know. I will try to reproduce and fix the issue > accordingly. >

git: 3078531de10d - main - Fix mergemaster(8) breakage in the 6ad780caa.

2022-09-13 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=3078531de10dcae44b253a35125c949ff4235284 commit 3078531de10dcae44b253a35125c949ff4235284 Author: Maxim Sobolev AuthorDate: 2022-09-13 20:36:22 + Commit: Maxim Sobolev CommitDate: 2022-09-13

Re: git: 6ad780caa262 - main - Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.

2022-09-12 Thread Maxim Sobolev
Hi Gordon, Thanks for letting me know. I will try to reproduce and fix the issue accordingly. -Max On Mon, Sep 12, 2022, 8:41 AM Gordon Bergling wrote: > Hi Maxim, > > On Thu, Sep 08, 2022 at 11:26:58AM +0000, Maxim Sobolev wrote: > > The branch main has been updated by sobom

git: 6ad780caa262 - main - Generate termcap.small automatically. This eliminates the need to do synchronization by hand when termcap is updated.

2022-09-08 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6ad780caa2622954bc0195039efd64cc1eef8174 commit 6ad780caa2622954bc0195039efd64cc1eef8174 Author: Maxim Sobolev AuthorDate: 2022-08-19 07:00:27 + Commit: Maxim Sobolev CommitDate: 2022-09-08

git: 6b3ad1d73732 - main - When -u option is used also set USER, HOME and SHELL variables. This is consistent with what other uid-morphing utilities do, i.e. jexec(1), su(1) etc.

2022-08-12 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6b3ad1d737321cf6a70e957fb15d5287c378373c commit 6b3ad1d737321cf6a70e957fb15d5287c378373c Author: Maxim Sobolev AuthorDate: 2022-08-11 01:44:20 + Commit: Maxim Sobolev CommitDate: 2022-08-12

git: 6a70a0c8bfa6 - main - Document implicit dependencies of the mlx5(4) & friends.

2022-08-11 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 commit 6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 Author: Maxim Sobolev AuthorDate: 2022-08-11 23:28:27 + Commit: Maxim Sobolev CommitDate: 2022-08-11

git: 461e6f23db3b - main - Fix fragmented UDP packets handling since rev.360967.

2021-10-15 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=461e6f23db3b9794e6af88b381b066a2c0463d1c commit 461e6f23db3b9794e6af88b381b066a2c0463d1c Author: Maxim Sobolev AuthorDate: 2021-10-07 20:41:40 + Commit: Maxim Sobolev CommitDate: 2021-10-15

git: 0d13f5343faf - main - Only trigger read-ahead if two adjacent blocks have been requested.

2021-08-20 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=0d13f5343fafbf3067ffc33a507ffca0375c4417 commit 0d13f5343fafbf3067ffc33a507ffca0375c4417 Author: Maxim Sobolev AuthorDate: 2021-08-20 19:33:51 + Commit: Maxim Sobolev CommitDate: 2021-08-20

git: 2651609fcbd7 - main - Allow rc.d script to provide "status" method, even if it does not define procname or have a PID file. This might be useful for cases, such as mounting local FS, when there i

2021-08-20 Thread Maxim Sobolev
The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=2651609fcbd70725cb94902145032dbb7c1e89c4 commit 2651609fcbd70725cb94902145032dbb7c1e89c4 Author: Maxim Sobolev AuthorDate: 2021-08-20 16:43:04 + Commit: Maxim Sobolev CommitDate: 2021-08-20