svn commit: r360619 - head/sbin/swapon

2020-05-03 Thread Xin LI
Author: delphij Date: Mon May 4 05:49:11 2020 New Revision: 360619 URL: https://svnweb.freebsd.org/changeset/base/360619 Log: - Fix logic error in swapoff case: follow same handling of p and linelen in the swapon case. - Use strlcpy instead of strncpy. MFC after:1 week

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread Mark Millard via svn-src-head
This note just reports things from looking at 2 .core files (mountd and rpcbind) from the new jemalloc context's failures. May be someone that knows more can get something out of it. I've not included any of the prior message history. For mountd: Core was generated by `/usr/sbin/mountd -r'.

Re: svn commit: r360453 - head

2020-05-03 Thread Ravi Pokala
-Original Message- From: on behalf of Ravi Pokala Date: 2020-05-03, Sunday at 14:24 To: Bryan Drewery , , , Subject: Re: svn commit: r360453 - head Interesting. This change purports to fix a problem with r360443, but I had no trouble with that change (make tinderbox

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread Mark Millard via svn-src-head
[The bit argument ot bitmap_unset seems to be way too large.] On 2020-May-3, at 11:08, Mark Millard wrote: > [At around 4AM local time dhcient got a signal 11, > despite the jemalloc revert. The other exmaples > have not happened.] > > On 2020-May-2, at 18:46, Mark Millard wrote: > >> [I'm

Re: svn commit: r360453 - head

2020-05-03 Thread Ravi Pokala
Interesting. This change purports to fix a problem with r360443, but I had no trouble with that change (make tinderbox WITH_META_MODE=YES), while this change results in an early fatal error: make[2]: "Makefile" line 718: "Target architecture for amd64/conf/GENERIC unknown. config(8)

svn commit: r360613 - head/tests/sys/geom/class/gate

2020-05-03 Thread Alan Somers
Author: asomers Date: Sun May 3 18:10:54 2020 New Revision: 360613 URL: https://svnweb.freebsd.org/changeset/base/360613 Log: Fix intermittent cleanup failures in the ggated test MFC after:2 weeks Modified: head/tests/sys/geom/class/gate/ggate_test.sh Modified:

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread Mark Millard via svn-src-head
[At around 4AM local time dhcient got a signal 11, despite the jemalloc revert. The other exmaples have not happened.] On 2020-May-2, at 18:46, Mark Millard wrote: > [I'm only claiming the new jemalloc is involved and that > reverting avoids the problem.] > > I've been reporting to some lists

svn commit: r360610 - head/sys/cam/ctl

2020-05-03 Thread Alexander Motin
Author: mav Date: Sun May 3 16:14:55 2020 New Revision: 360610 URL: https://svnweb.freebsd.org/changeset/base/360610 Log: Add session locking in cfiscsi_ioctl_handoff(). While there, remove ifdef around cs_target check in cfiscsi_ioctl_list(). I am not sure why this ifdef was added, but

svn commit: r360609 - head/sys/netpfil/pf

2020-05-03 Thread Kristof Provost
Author: kp Date: Sun May 3 16:09:35 2020 New Revision: 360609 URL: https://svnweb.freebsd.org/changeset/base/360609 Log: pf: Improve DIOCADDRULE validation We expect the addrwrap.p.dyn value to be set to NULL (and assert such), but do not verify it on input. Reported-by:

Re[2]: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread nonameless
--- Original message --- From: "Mark Millard"  Date: 3 May 2020, 17:38:14 > > > On 2020-May-3, at 01:26, nonameless at > ukr.net wrote: > > > > > > --- Original message --- > > From: "Mark Millard" > > Date: 3 May 2020, 04:47:14 > > > > > > > >> [I'm only claiming the new

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread Mark Millard via svn-src-head
On 2020-May-3, at 01:26, nonameless at ukr.net wrote: > --- Original message --- > From: "Mark Millard" > Date: 3 May 2020, 04:47:14 > > > >> [I'm only claiming the new jemalloc is involved and that >> reverting avoids the problem.] >> >> I've been reporting to some lists problems with:

svn commit: r360604 - head/share/man/man7

2020-05-03 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 3 10:35:36 2020 New Revision: 360604 URL: https://svnweb.freebsd.org/changeset/base/360604 Log: Add references for the most important man7 pages worth reading to intro(7). Submitted by: Gordon Bergling gbergling_gmail.com Approved by: bcr

svn commit: r360603 - in head/share/man: man3 man5 man7 man9

2020-05-03 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 3 10:15:58 2020 New Revision: 360603 URL: https://svnweb.freebsd.org/changeset/base/360603 Log: Fix various, mostly minor errors in man pages like: - Abbreviated month name in .Dd - position of HISTORY section - alphabetical ordering within SEE

svn commit: r360602 - in head/share/man: man7 man8

2020-05-03 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 3 09:54:19 2020 New Revision: 360602 URL: https://svnweb.freebsd.org/changeset/base/360602 Log: Add HISTORY sections to build(7), crypto(7), ffs(7), growfs(7), and diskless(8). Submitted by: Gordon Bergling gbergling_gmail.com Approved by:

Re[2]: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-03 Thread nonameless
--- Original message --- From: "Mark Millard"  Date: 3 May 2020, 04:47:14 > [I'm only claiming the new jemalloc is involved and that > reverting avoids the problem.] > > I've been reporting to some lists problems with: > > dhclient > sendmail > rpcbind > mountd > nfsd > > getting