git: d2c2d5f4945a - main - stdio: Disable USE_XPRINTF envar.

2024-09-25 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d2c2d5f4945a2bf5b03494fb292c9c6a6099241d commit d2c2d5f4945a2bf5b03494fb292c9c6a6099241d Author: Dag-Erling Smørgrav AuthorDate: 2024-09-25 17:14:36 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: cf73401c4f7a - main - diff3: Fix merge mode.

2024-09-25 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=cf73401c4f7af063c91a0c8e4d5b46e08f06db87 commit cf73401c4f7af063c91a0c8e4d5b46e08f06db87 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-25 17:14:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: d2c2d5f4945a - main - stdio: Disable USE_XPRINTF envar.

2024-09-25 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d2c2d5f4945a2bf5b03494fb292c9c6a6099241d commit d2c2d5f4945a2bf5b03494fb292c9c6a6099241d Author: Dag-Erling Smørgrav AuthorDate: 2024-09-25 17:14:36 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: cf73401c4f7a - main - diff3: Fix merge mode.

2024-09-25 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=cf73401c4f7af063c91a0c8e4d5b46e08f06db87 commit cf73401c4f7af063c91a0c8e4d5b46e08f06db87 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-25 17:14:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: git: a52b30ff98cd - main - sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf

2024-09-21 Thread Dag-Erling Smørgrav
Konstantin Belousov writes: > Dag-Erling Smørgrav writes: > > Konstantin Belousov writes: > > > commit a52b30ff98cdab82af140285fa7fcdf1036fef27 > > > > > > sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf > > > > >

Re: git: a52b30ff98cd - main - sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf

2024-09-21 Thread Dag-Erling Smørgrav
Konstantin Belousov writes: > Dag-Erling Smørgrav writes: > > Konstantin Belousov writes: > > > commit a52b30ff98cdab82af140285fa7fcdf1036fef27 > > > > > > sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf > > > > >

Re: git: a52b30ff98cd - main - sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf

2024-09-21 Thread Dag-Erling Smørgrav
(vm_offset_t)cpipe->pipe_buffer.buffer, This appears to be the opposite of the patch which you posted on -current and which yasu@ tested (minus the bit that you committed as af96ccc6a508). That patch replaced cr_ruidinfo with cr_uidinfo in three places; this patch replaces cr_uidinfo with cr_ruidinfo somewhere else. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: git: a52b30ff98cd - main - sys_pipe: consistently use cr_ruidinfo for accounting of pipebuf

2024-09-21 Thread Dag-Erling Smørgrav
(vm_offset_t)cpipe->pipe_buffer.buffer, This appears to be the opposite of the patch which you posted on -current and which yasu@ tested (minus the bit that you committed as af96ccc6a508). That patch replaced cr_ruidinfo with cr_uidinfo in three places; this patch replaces cr_uidinfo with cr_ruidinfo somewhere else. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 74f1007fcc83 - main - printf(): Save errno earlier.

2024-09-20 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=74f1007fcc838501c74a633792c3f01833bf65e1 commit 74f1007fcc838501c74a633792c3f01833bf65e1 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-20 16:30:30 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 74f1007fcc83 - main - printf(): Save errno earlier.

2024-09-20 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=74f1007fcc838501c74a633792c3f01833bf65e1 commit 74f1007fcc838501c74a633792c3f01833bf65e1 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-20 16:30:30 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: eval: Pipe call failed: Cannot allocate memory

2024-09-20 Thread Dag-Erling Smørgrav
ipe call failed: Cannot allocate memory I also have a bunch of these on the console: negative pipecnt for uid = 0 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ports-mgmt/pkg: condition for a devnullfd that can be closed

2024-09-19 Thread Dag-Erling Smørgrav
Tatsuki Makino writes: > While looking at libpkg/pkg_config.c, I noticed that the condition of > the conditional branch in function pkg_close_devnull may not be > correct. Feel free to submit a pull request: https://github.com/freebsd/pkg/ DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: abed32f91d01 - main - realpath(3): Minor style issues.

2024-09-18 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=abed32f91d01d91faa709622e3279e9baec37272 commit abed32f91d01d91faa709622e3279e9baec37272 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-18 16:29:55 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: abed32f91d01 - main - realpath(3): Minor style issues.

2024-09-18 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=abed32f91d01d91faa709622e3279e9baec37272 commit abed32f91d01d91faa709622e3279e9baec37272 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-18 16:29:55 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 355ebf80b1ed - main - date: Documentation nits.

2024-09-10 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d commit 355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d Author: Dag-Erling Smørgrav AuthorDate: 2024-09-10 12:28:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 355ebf80b1ed - main - date: Documentation nits.

2024-09-10 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d commit 355ebf80b1ed98cf7ca9c51ce7e3e6dcb376853d Author: Dag-Erling Smørgrav AuthorDate: 2024-09-10 12:28:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: a979394afeb5 - main - Update tzcode to 2024b.

2024-09-07 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=a979394afeb5c20fc58c5f5b005d51eb8f92f666 commit a979394afeb5c20fc58c5f5b005d51eb8f92f666 Merge: 9f0f4e23a584 e66ca70de4da Author: Dag-Erling Smørgrav AuthorDate: 2024-09-07 13:46:13 + Commit: Dag

git: a979394afeb5 - main - Update tzcode to 2024b.

2024-09-07 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=a979394afeb5c20fc58c5f5b005d51eb8f92f666 commit a979394afeb5c20fc58c5f5b005d51eb8f92f666 Merge: 9f0f4e23a584 e66ca70de4da Author: Dag-Erling Smørgrav AuthorDate: 2024-09-07 13:46:13 + Commit: Dag

git: 378c74faf328..e66ca70de4da - vendor/tzcode - vendor branch updated

2024-09-06 Thread Dag-Erling Smørgrav
The branch vendor/tzcode has been updated by des: URL: https://cgit.FreeBSD.org/src/log/?id=378c74faf328..e66ca70de4da e66ca70de4da Import tzcode 2024b

git: 36a998abb0d1 - Create tag vendor/tzcode/tzcode2024b

2024-09-06 Thread Dag-Erling Smørgrav
The annotated tag vendor/tzcode/tzcode2024b has been created by des: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/tzcode/tzcode2024b tag vendor/tzcode/tzcode2024b Tagger: Dag-Erling Smørgrav TaggerDate: 2024-09-06 12:23:30 + Release 2024b - 2024-09-04 12:27:47 -0700 commit

Re: openssh-portable-9.8 vs inetd

2024-09-05 Thread Dag-Erling Smørgrav
Roger Marquis writes: > Heads-up regarding openssh-portable 9.8 which doesn't work when called > from inetd.conf. Is there perhaps a better patch for sshd.c than simply > commenting the path test? Have you considered simply specifying the full path to sshd in inetd.conf? DES

git: a8ddd1926a34 - main - date: Fix a few nits.

2024-09-04 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=a8ddd1926a34fc20970d9ceaad71b31fc414b1c5 commit a8ddd1926a34fc20970d9ceaad71b31fc414b1c5 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-04 17:32:23 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: a8ddd1926a34 - main - date: Fix a few nits.

2024-09-04 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=a8ddd1926a34fc20970d9ceaad71b31fc414b1c5 commit a8ddd1926a34fc20970d9ceaad71b31fc414b1c5 Author: Dag-Erling Smørgrav AuthorDate: 2024-09-04 17:32:23 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: f62c1f3f8e91 - main - locate.updatedb: Explicitly exit from trap code.

2024-08-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=f62c1f3f8e91c78d402e1db4e518e4899a4ba2b9 commit f62c1f3f8e91c78d402e1db4e518e4899a4ba2b9 Author: Dag-Erling Smørgrav AuthorDate: 2024-08-29 15:05:47 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: f62c1f3f8e91 - main - locate.updatedb: Explicitly exit from trap code.

2024-08-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=f62c1f3f8e91c78d402e1db4e518e4899a4ba2b9 commit f62c1f3f8e91c78d402e1db4e518e4899a4ba2b9 Author: Dag-Erling Smørgrav AuthorDate: 2024-08-29 15:05:47 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: buildworld error

2024-08-27 Thread Dag-Erling Smørgrav
ds me to suspect that you don't actually need them and would be better off disabling them than fiddling with PXE and Forth. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 7847d5e56cdc - releng/13.4 - pw userdel: destroy home dataset if empty

2024-08-21 Thread Dag-Erling Smørgrav
The branch releng/13.4 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=7847d5e56cdc35e42dea1f801ccb01e2a96993e6 commit 7847d5e56cdc35e42dea1f801ccb01e2a96993e6 Author: Mike Karels AuthorDate: 2024-05-29 23:55:14 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: eb7bf0d07191 - releng/13.4 - adduser: Better document ZFS dataset creation.

2024-08-21 Thread Dag-Erling Smørgrav
The branch releng/13.4 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=eb7bf0d071916c2c11bc3f9810861998d7d070a6 commit eb7bf0d071916c2c11bc3f9810861998d7d070a6 Author: Dag-Erling Smørgrav AuthorDate: 2024-08-19 08:30:01 + Commit: Dag-Erling Smørgrav

git: 0ebe6df086f3 - releng/13.4 - adduser: create dataset only if home is directly within dataset

2024-08-21 Thread Dag-Erling Smørgrav
The branch releng/13.4 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=0ebe6df086f3bac96945415965a8e0ea1431259a commit 0ebe6df086f3bac96945415965a8e0ea1431259a Author: Mike Karels AuthorDate: 2024-05-20 13:43:34 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: cd13258d2664 - stable/13 - pw userdel: destroy home dataset if empty

2024-08-21 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=cd13258d266411c39944021ae46f5fcd724faa4a commit cd13258d266411c39944021ae46f5fcd724faa4a Author: Mike Karels AuthorDate: 2024-05-29 23:55:14 + Commit: Dag-Erling Smørgrav CommitDate: 2024-08

git: dd62980f662c - stable/14 - pw userdel: destroy home dataset if empty

2024-08-21 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=dd62980f662cd632bf59c6062f48b5021b307afe commit dd62980f662cd632bf59c6062f48b5021b307afe Author: Mike Karels AuthorDate: 2024-05-29 23:55:14 + Commit: Dag-Erling Smørgrav CommitDate: 2024-08

git: 90a5cd466b84 - stable/14 - adduser: Better document ZFS dataset creation.

2024-08-21 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=90a5cd466b84b72af539a560d8e3bf7b7e408e30 commit 90a5cd466b84b72af539a560d8e3bf7b7e408e30 Author: Dag-Erling Smørgrav AuthorDate: 2024-08-19 08:30:01 + Commit: Dag-Erling Smørgrav CommitDate

git: 8398c81b7c28 - stable/13 - adduser: Better document ZFS dataset creation.

2024-08-21 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=8398c81b7c28ea315cb98405accb701502e3636a commit 8398c81b7c28ea315cb98405accb701502e3636a Author: Dag-Erling Smørgrav AuthorDate: 2024-08-19 08:30:01 + Commit: Dag-Erling Smørgrav CommitDate

git: da384ffbd5ad - stable/13 - adduser: create dataset only if home is directly within dataset

2024-08-21 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=da384ffbd5adebd7079b4dadd2592e82232566e0 commit da384ffbd5adebd7079b4dadd2592e82232566e0 Author: Mike Karels AuthorDate: 2024-05-20 13:43:34 + Commit: Dag-Erling Smørgrav CommitDate: 2024-08

git: 9ff2ebd92891 - main - adduser: Better document ZFS dataset creation.

2024-08-19 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f commit 9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f Author: Dag-Erling Smørgrav AuthorDate: 2024-08-19 08:30:01 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 9ff2ebd92891 - main - adduser: Better document ZFS dataset creation.

2024-08-19 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f commit 9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f Author: Dag-Erling Smørgrav AuthorDate: 2024-08-19 08:30:01 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 4d7c715bd954 - stable/13 - filemon: Document how to build into the kernel.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=4d7c715bd954eda85fbfff410f448fe3d816deec commit 4d7c715bd954eda85fbfff410f448fe3d816deec Author: Dag-Erling Smørgrav AuthorDate: 2024-07-30 19:04:16 + Commit: Dag-Erling Smørgrav CommitDate

git: c14665b4aee7 - stable/13 - diff: Fix integer overflow.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c14665b4aee7e1594467bac4a9d9cc5c66173975 commit c14665b4aee7e1594467bac4a9d9cc5c66173975 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:29 + Commit: Dag-Erling Smørgrav CommitDate

git: 174337b9eca0 - stable/13 - sdiff: Fix --expand-tabs and --tabsize.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=174337b9eca0d28b96f2749b44ff4e29d201c144 commit 174337b9eca0d28b96f2749b44ff4e29d201c144 Author: Dag-Erling Smørgrav AuthorDate: 2024-02-18 17:39:28 + Commit: Dag-Erling Smørgrav CommitDate

git: 9c2b6778b2f1 - stable/13 - sdiff: Misc cleanup.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9c2b6778b2f1f7e7355846ce28c80a88ae462cb4 commit 9c2b6778b2f1f7e7355846ce28c80a88ae462cb4 Author: Dag-Erling Smørgrav AuthorDate: 2024-02-18 17:39:23 + Commit: Dag-Erling Smørgrav CommitDate

git: ae8b85ac1125 - stable/13 - diff: Fix usage message and documentation.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ae8b85ac11257f1166dfe25c354bf0d4bd64b98d commit ae8b85ac11257f1166dfe25c354bf0d4bd64b98d Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:21 + Commit: Dag-Erling Smørgrav CommitDate

git: b7834095749d - stable/13 - pax: Clear arcn in each read function.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b7834095749d56d7d35871918ed371f133fcb624 commit b7834095749d56d7d35871918ed371f133fcb624 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:44 + Commit: Dag-Erling Smørgrav CommitDate

git: 600504767528 - stable/13 - ls: Make -, apply to -s as well as -l.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=600504767528cce6b0e4f9eb44e9d4cec856abc8 commit 600504767528cce6b0e4f9eb44e9d4cec856abc8 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:39 + Commit: Dag-Erling Smørgrav CommitDate

git: 2495f56913fb - stable/14 - filemon: Document how to build into the kernel.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=2495f56913fb90d48f7f1bf3d2617f260c977844 commit 2495f56913fb90d48f7f1bf3d2617f260c977844 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-30 19:04:16 + Commit: Dag-Erling Smørgrav CommitDate

git: 91b21801e817 - stable/14 - ifnet(9): Remove mention of defunct ifaddr_byindex(9).

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=91b21801e817a1de85cf98a931e01e45b5e0a22b commit 91b21801e817a1de85cf98a931e01e45b5e0a22b Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:33 + Commit: Dag-Erling Smørgrav CommitDate

git: ea68175b07e0 - stable/14 - diff: Fix integer overflow.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ea68175b07e0cd8e51249d2858749481352aa553 commit ea68175b07e0cd8e51249d2858749481352aa553 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:29 + Commit: Dag-Erling Smørgrav CommitDate

git: 094f58809682 - stable/14 - sdiff: Fix usage message.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=094f58809682a693918efe6aba5d33d6dae33c25 commit 094f58809682a693918efe6aba5d33d6dae33c25 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:25 + Commit: Dag-Erling Smørgrav CommitDate

git: 45fc37334d07 - stable/14 - diff: Fix usage message and documentation.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=45fc37334d077d635dbfdd13f5e085513bf09d49 commit 45fc37334d077d635dbfdd13f5e085513bf09d49 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:21 + Commit: Dag-Erling Smørgrav CommitDate

git: ece4e05f4bf9 - stable/14 - pax: Clear arcn in each read function.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ece4e05f4bf96a5bd2dad61ad057aa076ae5dc36 commit ece4e05f4bf96a5bd2dad61ad057aa076ae5dc36 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:44 + Commit: Dag-Erling Smørgrav CommitDate

git: e6d9c11666f7 - stable/14 - ls: Make -, apply to -s as well as -l.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=e6d9c11666f785ec45cb6f7e05fc87012d6bb4d5 commit e6d9c11666f785ec45cb6f7e05fc87012d6bb4d5 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:39 + Commit: Dag-Erling Smørgrav CommitDate

git: 1a34a8f57f0a - stable/14 - tarfs: Fix typo.

2024-08-01 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1a34a8f57f0a7e6b2fa4217f7988044171b09436 commit 1a34a8f57f0a7e6b2fa4217f7988044171b09436 Author: Trond Endrestøl AuthorDate: 2024-07-24 11:30:32 + Commit: Dag-Erling Smørgrav CommitDate

git: b4e4512d4669 - main - filemon: Not an option.

2024-07-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b4e4512d4669267fb220b7c1a2844c506673a3ce commit b4e4512d4669267fb220b7c1a2844c506673a3ce Author: Dag-Erling Smørgrav AuthorDate: 2024-07-31 00:32:33 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: b4e4512d4669 - main - filemon: Not an option.

2024-07-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b4e4512d4669267fb220b7c1a2844c506673a3ce commit b4e4512d4669267fb220b7c1a2844c506673a3ce Author: Dag-Erling Smørgrav AuthorDate: 2024-07-31 00:32:33 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 057453ffdf57 - main - filemon: Document how to build into the kernel.

2024-07-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=057453ffdf57bdfcbadb5d1834d425812e01ff43 commit 057453ffdf57bdfcbadb5d1834d425812e01ff43 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-30 19:04:16 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 057453ffdf57 - main - filemon: Document how to build into the kernel.

2024-07-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=057453ffdf57bdfcbadb5d1834d425812e01ff43 commit 057453ffdf57bdfcbadb5d1834d425812e01ff43 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-30 19:04:16 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: setting the console to serial by defailt seems to not work

2024-07-30 Thread Dag-Erling Smørgrav
void writes: > The arm64 device is headless and i connect to it via serial. > I noticed the beastie menu come up with the option Video for > console. Cycled it to Serial, booted, all fine. [...] man boot.config DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
ot increase fragmentation, but it uses up memory from a much more limited pool than loading them later. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
"Poul-Henning Kamp" writes: > Dag-Erling Smørgrav writes: > > There is very little difference between options and devices in kernel > > configuration files, but for what it's worth, filemon is a device, not > > an option. > Apart from the internals of

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
Miroslav Lachman <000.f...@quip.cz> writes: > Dag-Erling Smørgrav writes: > > This does cause the module to be loaded at boot time, but it's slower > > than loading it later, and it increases memory fragmentation. > Does this also apply today? I recently read from som

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
void writes: > How would I go about remedying the issue that usage/examples > are not present in manpages for either the device line in kernel > config or filemon.ko ? https://reviews.freebsd.org/D46184 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
etc/rc.conf or /etc/rc.conf.d/kld. For instance, % cat /etc/rc.conf.d/kld/filemon kld_list="${kld_list} filemon" DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 9317242469f1 - main - diff: Fix integer overflow.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9317242469f1ca682626d9806f8caf65d143c09a commit 9317242469f1ca682626d9806f8caf65d143c09a Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:29 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 9f080f17a6a7 - main - ifnet(9): Remove mention of defunct ifaddr_byindex(9).

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9f080f17a6a740ce9c1fa45862fb689263908c90 commit 9f080f17a6a740ce9c1fa45862fb689263908c90 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:33 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 9f080f17a6a7 - main - ifnet(9): Remove mention of defunct ifaddr_byindex(9).

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9f080f17a6a740ce9c1fa45862fb689263908c90 commit 9f080f17a6a740ce9c1fa45862fb689263908c90 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:33 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: ab830de9f58c - main - diff: Fix usage message and documentation.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ab830de9f58c1b257e42b4fbdd46b3ca6a837ee6 commit ab830de9f58c1b257e42b4fbdd46b3ca6a837ee6 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:21 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 9317242469f1 - main - diff: Fix integer overflow.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=9317242469f1ca682626d9806f8caf65d143c09a commit 9317242469f1ca682626d9806f8caf65d143c09a Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:29 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: ca75b7dac886 - main - sdiff: Fix usage message.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ca75b7dac886de66fc06fd31facfa2c561f7567e commit ca75b7dac886de66fc06fd31facfa2c561f7567e Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:25 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: ca75b7dac886 - main - sdiff: Fix usage message.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ca75b7dac886de66fc06fd31facfa2c561f7567e commit ca75b7dac886de66fc06fd31facfa2c561f7567e Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:25 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: ab830de9f58c - main - diff: Fix usage message and documentation.

2024-07-29 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ab830de9f58c1b257e42b4fbdd46b3ca6a837ee6 commit ab830de9f58c1b257e42b4fbdd46b3ca6a837ee6 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-29 14:02:21 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: f890020d43bf - main - pax: Clear arcn in each read function.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=f890020d43bf2070f12ffec37bcd9579f6fb1347 commit f890020d43bf2070f12ffec37bcd9579f6fb1347 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:44 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: f890020d43bf - main - pax: Clear arcn in each read function.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=f890020d43bf2070f12ffec37bcd9579f6fb1347 commit f890020d43bf2070f12ffec37bcd9579f6fb1347 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:44 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 647d4a8cafd2 - main - ls: Make -, apply to -s as well as -l.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=647d4a8cafd2c9b291cab388191bc7fcfe12a66b commit 647d4a8cafd2c9b291cab388191bc7fcfe12a66b Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:39 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 647d4a8cafd2 - main - ls: Make -, apply to -s as well as -l.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=647d4a8cafd2c9b291cab388191bc7fcfe12a66b commit 647d4a8cafd2c9b291cab388191bc7fcfe12a66b Author: Dag-Erling Smørgrav AuthorDate: 2024-07-24 20:06:39 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 124ae0e8af8f - main - tarfs: Fix typo.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=124ae0e8af8fbc8384a660583f47f112f392395e commit 124ae0e8af8fbc8384a660583f47f112f392395e Author: Trond Endrestøl AuthorDate: 2024-07-24 11:30:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024-07

git: 124ae0e8af8f - main - tarfs: Fix typo.

2024-07-24 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=124ae0e8af8fbc8384a660583f47f112f392395e commit 124ae0e8af8fbc8384a660583f47f112f392395e Author: Trond Endrestøl AuthorDate: 2024-07-24 11:30:32 + Commit: Dag-Erling Smørgrav CommitDate: 2024-07

Re: Upgrade from 12.4-STABLE to 13.3-STABLE fails

2024-07-22 Thread Dag-Erling Smørgrav
r mode. > Is this because zfs.ko isn't loaded? Yes. > Am I supposed to load (all) modules at the loader prompt too? You won't need to if you use the boot menu to select your kernel instead of doing it manually. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Using dma for external incoming mail

2024-07-09 Thread Dag-Erling Smørgrav
bob prohaska writes: > It looks like all I need is SPF and TLS, [...] You also need DKIM. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 77362b5eb7a5 - stable/14 - tftpd: Code cleanup.

2024-07-09 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=77362b5eb7a558d4327187bd6997df4051301059 commit 77362b5eb7a558d4327187bd6997df4051301059 Author: Dag-Erling Smørgrav AuthorDate: 2024-07-05 22:05:49 + Commit: Dag-Erling Smørgrav CommitDate

Re: freebsd hdmi audi

2024-07-08 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > FreeBSD is missing some magic that Linux has. Perhaps FreeBSD could > find the magic bits. OK, I'll look around, maybe they're in my other coat. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-05 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > I already have that sir: In that case, I have nothing else to offer than “it works for me”. > I've been trying to get freebsd to fix this for years. That is a very odd statement. Perhaps you should think it over. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: c15290fb9d8f - main - tftpd: Code cleanup.

2024-07-05 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c15290fb9d8fdf4b11b9c6e7406b67c73a98402d commit c15290fb9d8fdf4b11b9c6e7406b67c73a98402d Author: Dag-Erling Smørgrav AuthorDate: 2024-07-05 22:05:49 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: c15290fb9d8f - main - tftpd: Code cleanup.

2024-07-05 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c15290fb9d8fdf4b11b9c6e7406b67c73a98402d commit c15290fb9d8fdf4b11b9c6e7406b67c73a98402d Author: Dag-Erling Smørgrav AuthorDate: 2024-07-05 22:05:49 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: freebsd hdmi audi

2024-07-04 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > Installed devices: > pcm0: on hdaa0 (1p:1v/1r:1v) > [...] > pcm1: on hdaa0 (1p:1v/1r:1v) > [...] > pcm2: on hdaa1 (1p:1v/0r:0v) default > [...] add hw.snd.default_unit=2 to /etc/sysctl.conf and reboot. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 16a753759e48 - stable/14 - diff: Document the --no-dereference option.

2024-07-04 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=16a753759e482c8091b195514d50bc94ae501ccf commit 16a753759e482c8091b195514d50bc94ae501ccf Author: Dag-Erling Smørgrav AuthorDate: 2024-06-30 15:55:27 + Commit: Dag-Erling Smørgrav CommitDate

git: 4ce4a0fe14c4 - main - diff: Document the --no-dereference option.

2024-06-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=4ce4a0fe14c455c6ec77452bc99cd93ea45737b1 commit 4ce4a0fe14c455c6ec77452bc99cd93ea45737b1 Author: Dag-Erling Smørgrav AuthorDate: 2024-06-30 15:55:27 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 4ce4a0fe14c4 - main - diff: Document the --no-dereference option.

2024-06-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=4ce4a0fe14c455c6ec77452bc99cd93ea45737b1 commit 4ce4a0fe14c455c6ec77452bc99cd93ea45737b1 Author: Dag-Erling Smørgrav AuthorDate: 2024-06-30 15:55:27 + Commit: Dag-Erling Smørgrav CommitDate: 2024

Re: CVE 2024 1931 - unbound

2024-06-29 Thread Dag-Erling Smørgrav
is this something that needs to be > addressed? The base system unbound is meant to be used with a configuration generated by `local-unbound-setup`, which never enables the `ede` option which is a prerequisite for the DoS attack described in CVE-2024-1931. DES (speaking only for himself) --

Re: FreeBSD 14-0 file swapping broken.

2024-06-09 Thread Dag-Erling Smørgrav
Artem Hevorhian writes: > After that, I updated fstab by adding the following line to the end. > > md42 none swap sw,file=/root/swap.8G.bin 0 0 Change “md42” to just “md”. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Conflicts with FreeBSD-runtime-15, FreeBSD-utilities-15

2024-05-25 Thread Dag-Erling Smørgrav
me > place). Problematic file: /etc/crontab > > root@x240: # pkg upgrade > ld-elf.so.1: Shared object "libutil.so.9" not found, required by "pkg" > > The system completely broke because FreeBSD-runtime-15 had been removed > beforehand. You ca

Re: Using standard C headers from LLVM/Clang

2024-05-25 Thread Dag-Erling Smørgrav
come and go. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: f9b5ecd25790 - releng/14.1 - iavf(4): Improve man page

2024-05-22 Thread Dag-Erling Smørgrav
The branch releng/14.1 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=f9b5ecd257908b1623daf28782c92c3dde95d368 commit f9b5ecd257908b1623daf28782c92c3dde95d368 Author: Eric Joyner AuthorDate: 2024-05-21 23:24:31 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: fb18c369c32d - releng/14.1 - access(2): Discourage use of these system calls.

2024-05-22 Thread Dag-Erling Smørgrav
The branch releng/14.1 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=fb18c369c32d746569e36ae7dca7dad43bcc118e commit fb18c369c32d746569e36ae7dca7dad43bcc118e Author: Dag-Erling Smørgrav AuthorDate: 2024-05-21 22:35:22 + Commit: Dag-Erling Smørgrav

git: 8766ae10d3b7 - releng/14.1 - access.2: Mention that lstat(2) should be used for symbolic links

2024-05-22 Thread Dag-Erling Smørgrav
The branch releng/14.1 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=8766ae10d3b792caf7c31b583afcaf43b1a6543f commit 8766ae10d3b792caf7c31b583afcaf43b1a6543f Author: Gordon Bergling AuthorDate: 2024-05-13 08:40:12 + Commit: Dag-Erling Smørgrav CommitDate

git: 3cec7e14b06e - releng/14.1 - Add man page for the ice network driver.

2024-05-22 Thread Dag-Erling Smørgrav
The branch releng/14.1 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=3cec7e14b06edb74c6c30889bef5c8e448ecec71 commit 3cec7e14b06edb74c6c30889bef5c8e448ecec71 Author: Mathieu Simon AuthorDate: 2024-05-21 05:49:50 + Commit: Dag-Erling Smørgrav CommitDate

git: d823e80ef5a7 - stable/13 - iavf(4): Improve man page

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d823e80ef5a709ee8c1f9e138eedcda6c1cbd1b5 commit d823e80ef5a709ee8c1f9e138eedcda6c1cbd1b5 Author: Eric Joyner AuthorDate: 2024-05-21 23:24:31 + Commit: Dag-Erling Smørgrav CommitDate: 2024-05

git: 55cd52a4418d - stable/13 - access(2): Discourage use of these system calls.

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=55cd52a4418d79962ebd81f34544a3747db9e031 commit 55cd52a4418d79962ebd81f34544a3747db9e031 Author: Dag-Erling Smørgrav AuthorDate: 2024-05-21 22:35:22 + Commit: Dag-Erling Smørgrav CommitDate

git: 78ea1fcf29a7 - stable/13 - access.2: Mention that lstat(2) should be used for symbolic links

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=78ea1fcf29a780fb6bd90e41772d5a3751fb56d7 commit 78ea1fcf29a780fb6bd90e41772d5a3751fb56d7 Author: Gordon Bergling AuthorDate: 2024-05-13 08:40:12 + Commit: Dag-Erling Smørgrav CommitDate

git: c96451a0d94e - stable/13 - Add man page for the ice network driver.

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/13 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c96451a0d94e046d1ce147f8db6e83c1e7968f2c commit c96451a0d94e046d1ce147f8db6e83c1e7968f2c Author: Mathieu Simon AuthorDate: 2024-05-21 05:49:50 + Commit: Dag-Erling Smørgrav CommitDate: 2024

git: 4c380c44c82f - stable/14 - iavf(4): Improve man page

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=4c380c44c82f36c04539e3c9e60e58567abf3856 commit 4c380c44c82f36c04539e3c9e60e58567abf3856 Author: Eric Joyner AuthorDate: 2024-05-21 23:24:31 + Commit: Dag-Erling Smørgrav CommitDate: 2024-05

git: 79b39f23e134 - stable/14 - access(2): Discourage use of these system calls.

2024-05-22 Thread Dag-Erling Smørgrav
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=79b39f23e1341bdc3ab9c6a08e1506d40b8b6dbc commit 79b39f23e1341bdc3ab9c6a08e1506d40b8b6dbc Author: Dag-Erling Smørgrav AuthorDate: 2024-05-21 22:35:22 + Commit: Dag-Erling Smørgrav CommitDate

  1   2   3   4   5   6   7   8   9   10   >