svn commit: r361685 - head/sys/kern

2020-05-31 Thread Peter Wemm
Author: peter Date: Mon Jun 1 03:37:58 2020 New Revision: 361685 URL: https://svnweb.freebsd.org/changeset/base/361685 Log: Clarify which hints file is the source of an error message. PR: 246688 Submitted by: Ashish Gupta MFC after:1 week Modified: head/sys/kern/kern_

Re: svn commit: r334617 - in head: . etc

2018-06-07 Thread Peter Wemm
On 6/6/18 4:06 PM, Ian Lepore wrote: On Wed, 2018-06-06 at 11:33 -0700, Rodney W. Grimes wrote: On Tue, Jun 5, 2018, at 1:28 PM, Konstantin Belousov wrote: On Wed, Jun 06, 2018 at 01:39:00AM +0700, Eugene Grosbein wrote: 06.06.2018 1:26, Konstantin Belousov wrote: I find it often very usef

svn commit: r333387 - head/usr.bin/svn

2018-05-08 Thread Peter Wemm
Author: peter Date: Tue May 8 21:01:04 2018 New Revision: 87 URL: https://svnweb.freebsd.org/changeset/base/87 Log: Update svn_private_config.h - I misread an autoconf change. SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL -> SVN_LIBSVN_RA_LINKS_RA_LOCAL SVN_LIBSVN_CLIENT_LINKS_RA_SERF -> SVN_LIB

svn commit: r333358 - head/lib/libsqlite3

2018-05-07 Thread Peter Wemm
Author: peter Date: Tue May 8 06:09:49 2018 New Revision: 58 URL: https://svnweb.freebsd.org/changeset/base/58 Log: Revert r53 - FTS5 uses log(3) which currently breakes non-amd64 builds. Reported by: lwhsu Modified: head/lib/libsqlite3/Makefile Modified: head/lib/libsqlit

svn commit: r333355 - in head/usr.bin/svn: . lib/libsvn_client lib/libsvn_delta lib/libsvn_fs_x lib/libsvn_ra_serf lib/libsvn_ra_svn lib/libsvn_repos lib/libsvn_subr svn

2018-05-07 Thread Peter Wemm
Author: peter Date: Tue May 8 04:54:36 2018 New Revision: 55 URL: https://svnweb.freebsd.org/changeset/base/55 Log: Update svn/svnlite from 1.9.7 to 1.10.0 Modified: head/usr.bin/svn/lib/libsvn_client/Makefile head/usr.bin/svn/lib/libsvn_delta/Makefile head/usr.bin/svn/lib/libsvn

svn commit: r333354 - in head/contrib/subversion: . doc subversion subversion/include subversion/include/private subversion/libsvn_auth_gnome_keyring subversion/libsvn_auth_kwallet subversion/libsv...

2018-05-07 Thread Peter Wemm
Author: peter Date: Tue May 8 04:52:52 2018 New Revision: 54 URL: https://svnweb.freebsd.org/changeset/base/54 Log: Update svn-1.9.7 to 1.10.0. Added: head/contrib/subversion/.editorconfig - copied unchanged from r51, vendor/subversion/dist/.editorconfig head/contrib/subve

svn commit: r333352 - in head/contrib/sqlite3: . tea

2018-05-07 Thread Peter Wemm
Author: peter Date: Tue May 8 04:51:15 2018 New Revision: 52 URL: https://svnweb.freebsd.org/changeset/base/52 Log: Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1 Deleted: head/contrib/sqlite3/tea/ Modified: head/contrib/sqlite3/Makefile.am head/contrib/sqlite3/Makef

svn commit: r333353 - head/lib/libsqlite3

2018-05-07 Thread Peter Wemm
Author: peter Date: Tue May 8 04:51:47 2018 New Revision: 53 URL: https://svnweb.freebsd.org/changeset/base/53 Log: Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1 Modified: head/lib/libsqlite3/Makefile Modified: head/lib/libsqlite3/Makefile =

Re: svn commit: r325378 - head/sys/dev/ipmi

2017-11-04 Thread Peter Wemm
On Saturday, November 04, 2017 11:03:55 PM Warner Losh wrote: > On Sat, Nov 4, 2017 at 10:50 PM, Peter Wemm wrote: > > On Saturday, November 04, 2017 03:01:58 AM Warner Losh wrote: > > > Author: imp > > > Date: Sat Nov 4 03:01:58 2017 > > > N

svn commit: r325425 - head/sys/dev/ipmi

2017-11-04 Thread Peter Wemm
Author: peter Date: Sun Nov 5 05:05:18 2017 New Revision: 325425 URL: https://svnweb.freebsd.org/changeset/base/325425 Log: As a follow-on to r325378, make the shutdown timer default to 0 as well. Otherwise an orderly shutdown will initiate a watchdog that will cause a 7 minute delayed r

Re: svn commit: r325378 - head/sys/dev/ipmi

2017-11-04 Thread Peter Wemm
un Nov 5 04:48:46 UTC 2017 Uptime: 324 Sun Nov 5 04:48:47 UTC 2017 Stopping cron. Waiting for PIDS: 1004. Stopping sshd. Waiting for PIDS: 994. Stopping nginx. ... That's exactly 420 seconds after the original reboot which matches the wd_shutdown_countdown timer that is still enabled. -- Pet

Re: svn commit: r325024 - in head/sys: dev/ipmi sys

2017-11-03 Thread Peter Wemm
ng any clue as to why. Setting hw.ipmi.on="0" in loader.conf 'solves' it, but that's not exactly ideal. What are existing machines supposed to do? -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\20

svn commit: r322386 - in head/contrib/sqlite3: . tea tea/generic

2017-08-10 Thread Peter Wemm
Author: peter Date: Fri Aug 11 00:00:01 2017 New Revision: 322386 URL: https://svnweb.freebsd.org/changeset/base/322386 Log: Update from sqlite3-3.14.1 to sqlite3-3.20.0. This is a private lib. This fixes a possible client-side crash when parsing corrupt databases. Modified: head/contrib/s

svn commit: r322380 - in head/contrib/subversion: . subversion/include subversion/libsvn_client subversion/libsvn_fs_fs subversion/libsvn_fs_x subversion/libsvn_ra_svn subversion/libsvn_repos subve...

2017-08-10 Thread Peter Wemm
Author: peter Date: Thu Aug 10 22:03:26 2017 New Revision: 322380 URL: https://svnweb.freebsd.org/changeset/base/322380 Log: Update subversion 1.9.5 -> 1.9.7 This includes a client-side fix for CVE-2017-9800. Modified: head/contrib/subversion/CHANGES head/contrib/subversion/NOTICE he

Re: svn commit: r320452 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-07-12 Thread Peter Wemm
On Tuesday, July 11, 2017 11:55:47 PM Peter Wemm wrote: > On Tuesday, July 11, 2017 11:08:15 PM Peter Wemm wrote: > > On Wednesday, June 28, 2017 01:59:20 PM Andriy Gapon wrote: > > > A side bonus of this change is that now a vdev zio has a pointer > > > to its corr

Re: svn commit: r320452 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-07-11 Thread Peter Wemm
On Tuesday, July 11, 2017 11:08:15 PM Peter Wemm wrote: > On Wednesday, June 28, 2017 01:59:20 PM Andriy Gapon wrote: > > A side bonus of this change is that now a vdev zio has a pointer > > to its corresponding bio while the zio is active. > fault virtual address = 0x

Re: svn commit: r320452 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-07-11 Thread Peter Wemm
s dereferencing a null bp (ie: zio->io_bio). It traps on multiple cores concurrently. FreeBSD 12.0-CURRENT #0 r320900: Wed Jul 12 03:00:15 UTC 2017 (This is a smoke-test machine, recycled from somewhere else) -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UT

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
On Friday, April 14, 2017 08:13:52 PM Ngie Cooper wrote: > > On Apr 14, 2017, at 20:12, Peter Wemm wrote: > > > > On Friday, April 14, 2017 07:36:55 PM Peter Wemm wrote: > >> On Friday, April 14, 2017 02:14:16 PM Ngie Cooper wrote: > >>>> On Ap

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
On Friday, April 14, 2017 07:36:55 PM Peter Wemm wrote: > On Friday, April 14, 2017 02:14:16 PM Ngie Cooper wrote: > > > On Apr 14, 2017, at 14:10, Maxim Sobolev wrote: > > > > > > Peter, Ngie, > > > > > > Looks like out of that refactoring came

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
t; Thanks! > > CCing hrs@ for input as he did the refactoring. > Thanks! > -Ngie > > PS LGTM with the change. Will wait for feedback from wemm@. This is definitely not working. I get ENOSPC and listen queue overflows on /var/run/logpriv now. Grabbing an old 10.3 /usr/sbin/sy

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
before anywhere except when syslogd is wedged. > > On Fri, Apr 14, 2017 at 12:46 PM, Peter Wemm wrote: > > On Friday, April 14, 2017 12:41:52 PM Maxim Sobolev wrote: > > > Thanks, Peter. I will try to look into this asap. > > > > I don't understand

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
s! > > On Fri, Apr 14, 2017 at 12:48 PM, Ngie Cooper (yaneurabeya) < > > yaneurab...@gmail.com> wrote: > > > On Apr 14, 2017, at 12:46, Peter Wemm wrote: > > > > > > On Friday, April 14, 2017 12:41:52 PM Maxim Sobolev wrote: > > >> Thank

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
Ok, this makes sense. Just to be sure I'm on the same page, I should apply the syslogd.diff from a few messages ago and restore the shutdown(2) kernel code and give it a spin. Correct? -Peter > -Max > > On Fri, Apr 14, 2017 at 12:46 PM, Peter Wemm wrote: > > On Friday, April

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
-s code is Old(TM). I'm also wondering whether the -s code even works at all since the 2015 / r285910 change... > -Max > > On Apr 14, 2017 12:32 PM, "Peter Wemm" wrote: > > On Friday, April 14, 2017 11:49:26 AM Peter Wemm wrote: > > > On Friday,

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
On Friday, April 14, 2017 11:49:26 AM Peter Wemm wrote: > On Friday, April 14, 2017 05:23:28 PM Maxim Sobolev wrote: > > Author: sobomax > > Date: Fri Apr 14 17:23:28 2017 > > New Revision: 316874 > > URL: https://svnweb.freebsd.org/changeset/base/316874 > >

Re: svn commit: r316874 - head/sys/kern

2017-04-14 Thread Peter Wemm
the ability to run old branch binaries I'd suggest changing syslogd instead, but we depend on this in the cluster and I expect others do too. I'm not 100% certain that this change is the culprit but a heads-up can't hurt. I'll try reverting it on the freebsd cluster next, after

svn commit: r309356 - in head/contrib/subversion: . subversion/include subversion/include/private subversion/libsvn_client subversion/libsvn_fs_fs subversion/libsvn_fs_x subversion/libsvn_ra_serf s...

2016-12-01 Thread Peter Wemm
Author: peter Date: Thu Dec 1 07:50:44 2016 New Revision: 309356 URL: https://svnweb.freebsd.org/changeset/base/309356 Log: Update from subversion 1.9.4 to 1.9.5. This includes a security fix for a component that we do not build, and two potentially useful client side fixes for reintegra

svn commit: r304966 - head/sys/boot/i386/libi386

2016-08-28 Thread Peter Wemm
Author: peter Date: Sun Aug 28 20:39:33 2016 New Revision: 304966 URL: https://svnweb.freebsd.org/changeset/base/304966 Log: The read-ahead code from r298230 made it likely the boot code would read beyond the end of disk. r298900 added code to prevent this. Some BIOSes cause significant del

Re: svn commit: r303019 - head/sys/geom

2016-07-23 Thread Peter Wemm
On Saturday, July 23, 2016 09:39:00 PM Peter Wemm wrote: > On Tuesday, July 19, 2016 05:36:21 AM Andrey V. Elsukov wrote: > > Author: ae > > Date: Tue Jul 19 05:36:21 2016 > > New Revision: 303019 > > URL: https://svnweb.freebsd.org/changeset/base/303019 > > >

Re: svn commit: r303019 - head/sys/geom

2016-07-23 Thread Peter Wemm
provider->name)); g_topology_assert(); table = cp->geom->softc; if (table->gpt_opened == 0) { ^ (table is null) Are you creating events too soon now? At the very least, please reconsider having this MFC'ed without getting to the bottom of it. --

Re: svn commit: r300557 - head/usr.sbin/apmd

2016-05-26 Thread Peter Wemm
On Thursday, May 26, 2016 07:54:20 PM Jilles Tjoelker wrote: > On Tue, May 24, 2016 at 08:52:32AM -0700, John Baldwin wrote: > > On Monday, May 23, 2016 09:24:41 PM Alan Somers wrote: > > > On Mon, May 23, 2016 at 9:15 PM, Peter Wemm wrote: > > > > Author: peter >

svn commit: r300557 - head/usr.sbin/apmd

2016-05-23 Thread Peter Wemm
Author: peter Date: Tue May 24 03:15:46 2016 New Revision: 300557 URL: https://svnweb.freebsd.org/changeset/base/300557 Log: It seems is a new prerequisite for after r300539. Attempt to fix the build for i386. Modified: head/usr.sbin/apmd/apmd.c head/usr.sbin/apmd/apmdlex.l head/usr.s

Re: svn commit: r300539 - in head: . share/man/man3 sys/kern sys/sys tests/sys/sys

2016-05-23 Thread Peter Wemm
its -= _BITSTR_BITS; > + } > + while (_nbits >= (int)_BITSTR_BITS) { > + _value += __bitcountl(*_curbitstr); > + _curbitstr++; > + _nbits -= _BITSTR_BITS; > + } > + if (_nbits > 0) { > + mask = _bit_make_mask(0, _bit_offset(_nb

Re: svn commit: r299090 - in head: etc/mtree include lib/libbluetooth sbin/hastd share/man/man3 sys/dev/xen/blkback sys/kern sys/net sys/sys tests/sys tests/sys/sys usr.sbin/bluetooth/hccontrol

2016-05-23 Thread Peter Wemm
nclude/bitstring.h:34: /usr/obj/usr/src/tmp/usr/include/sys/bitstring.h:278:13: error: implicit declaration of function '__bitcountl' is invalid in C99 [-Werror,-Wimplicit- function-declaration] _value += __bitcountl(*_curbitstr & mask);

svn commit: r299997 - head/sys/boot/i386/zfsboot

2016-05-16 Thread Peter Wemm
Author: peter Date: Tue May 17 00:24:53 2016 New Revision: 27 URL: https://svnweb.freebsd.org/changeset/base/27 Log: Attempt to fix r299660: slba is used only for the GPT case. elba is used if either GPT or LOADER_GELI_SUPPORT is enabled. Modified: head/sys/boot/i386/zfsboot/zfsbo

svn commit: r298949 - head/sys/boot/i386/zfsboot

2016-05-02 Thread Peter Wemm
Author: peter Date: Tue May 3 00:09:13 2016 New Revision: 298949 URL: https://svnweb.freebsd.org/changeset/base/298949 Log: Change a rounding operation that had missing braces into a roundup2() macro. Adjust the buffer clipping code to work as expected. This prevented a number of machin

svn commit: r298857 - head/etc/rc.d

2016-04-30 Thread Peter Wemm
Author: peter Date: Sat Apr 30 19:01:51 2016 New Revision: 298857 URL: https://svnweb.freebsd.org/changeset/base/298857 Log: Fix incorrect permissions for /etc/rc.d/sendmail in fallout from release-pkg merge. Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefile ===

Re: svn commit: r298140 - in head/etc: . devd

2016-04-16 Thread Peter Wemm
artly update /etc files is quite a POLA violation and caused etcupdate to delete them as they disappeared from the 'distribution' manifest. eg: D /etc/auto_master D /etc/devd/hyperv.conf D /etc/devd/uath.conf D /etc/devd/ulpt.conf D /etc/devd/usb.conf D /etc/devd

svn commit: r298141 - head/etc/rc.d

2016-04-16 Thread Peter Wemm
Author: peter Date: Sun Apr 17 03:57:37 2016 New Revision: 298141 URL: https://svnweb.freebsd.org/changeset/base/298141 Log: Turn ssh_host_dsa_key back on until PR#208254 is taken care of. Modified: head/etc/rc.d/sshd Modified: head/etc/rc.d/sshd =

Re: svn commit: r297974 - in head/sys: i386/i386 i386/ibcs2 x86/x86

2016-04-14 Thread Peter Wemm
t 2.0 or earlier vintage code. I have a vague memory that our early a.out kernel had to zero its own bss because the early a.out boot blocks didn't, and these variables would have been caught in the crossfire. Or something.. In any case, I'd be surprised if the compiler didn't put them in the bss section these days anyway. At least without cc -ffreestanding, anyway. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r292206 - in head/contrib/unbound: . compat daemon dns64 dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples

2016-02-03 Thread Peter Wemm
On Wednesday, February 03, 2016 10:10:51 AM Peter Wemm wrote: > On Monday, December 14, 2015 01:01:51 PM Dag-Erling Smørgrav wrote: > > Author: des > > Date: Mon Dec 14 13:01:51 2015 > > New Revision: 292206 > > URL: https://svnweb.freebsd.org/changeset/base/292206 >

Re: svn commit: r292206 - in head/contrib/unbound: . compat daemon dns64 dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples

2016-02-03 Thread Peter Wemm
st.cfg" echo "create $CTL_BASE.pem (signed client certificate)" Whoever wrote this seems to have confused "echo" with "printf". All the trailing "\n" lines cause an openssl error. In the cluster build I had to remove the "\n" and that was sufficient to bootstrap new instances again. I suspect this error is harmless on bash. Unfortunately our environment cares. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

svn commit: r289200 - in head: . etc/sendmail

2015-10-12 Thread Peter Wemm
Author: peter Date: Mon Oct 12 21:02:36 2015 New Revision: 289200 URL: https://svnweb.freebsd.org/changeset/base/289200 Log: If world is built with a custom sendmail.cf, use it for the distribution target. This is the feeder for mergemaster / etcupdate. This change makes installworld/merge

Re: svn commit: r289087 - in head: etc etc/dma libexec libexec/dma libexec/dma-mbox-create libexec/dma/dma libexec/dma/dma-mbox-create share/examples share/examples/dma

2015-10-12 Thread Peter Wemm
with this, and also the freebsd cluster. # etcupdate status Warnings: Non-empty directory remains: /etc/dma You also made it delete ppp.conf: D /etc/ppp/ppp.conf D /etc/ppp Deleting people's config files is not good. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.co

svn commit: r289180 - in head: contrib/subversion contrib/subversion/doc/programmer contrib/subversion/doc/user contrib/subversion/subversion contrib/subversion/subversion/include contrib/subversio...

2015-10-12 Thread Peter Wemm
Author: peter Date: Mon Oct 12 09:53:55 2015 New Revision: 289180 URL: https://svnweb.freebsd.org/changeset/base/289180 Log: Update from svn-1.8.14 to 1.9.2. Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client

svn commit: r289000 - head/lib/libxo

2015-10-07 Thread Peter Wemm
Author: peter Date: Thu Oct 8 01:17:45 2015 New Revision: 289000 URL: https://svnweb.freebsd.org/changeset/base/289000 Log: Move SHLIBDIR?=/lib before so that it works again. Modified: head/lib/libxo/Makefile Modified: head/lib/libxo/Makefile ===

svn commit: r287220 - head/etc/rc.d

2015-08-27 Thread Peter Wemm
Author: peter Date: Thu Aug 27 20:52:41 2015 New Revision: 287220 URL: https://svnweb.freebsd.org/changeset/base/287220 Log: Fix a conversion error in rc.d/jail Modified: head/etc/rc.d/jail Modified: head/etc/rc.d/jail =

svn commit: r286718 - head/sys/conf

2015-08-12 Thread Peter Wemm
Author: peter Date: Thu Aug 13 05:42:56 2015 New Revision: 286718 URL: https://svnweb.freebsd.org/changeset/base/286718 Log: Add missing cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c that was left out of r286705. Forgotten by: mav Modified: head/sys/conf/files Modified: head/sy

svn commit: r286562 - head/usr.bin/svn/lib/libapr_util

2015-08-09 Thread Peter Wemm
Author: peter Date: Mon Aug 10 00:53:45 2015 New Revision: 286562 URL: https://svnweb.freebsd.org/changeset/base/286562 Log: Add a #ifndef around the HAVE_ICONV settings since it is supplied by the Makefile. Modified: head/usr.bin/svn/lib/libapr_util/apu.h Modified: head/usr.bin/svn/lib/li

svn commit: r286561 - head/usr.bin/svn/lib/libapr_util

2015-08-09 Thread Peter Wemm
Author: peter Date: Mon Aug 10 00:46:24 2015 New Revision: 286561 URL: https://svnweb.freebsd.org/changeset/base/286561 Log: Don't assume iconv is enabled. I didn't realize there was a configuration control to turn it off and it wasn't being respected. Pointed out by: gshapiro Mod

Re: svn commit: r286504 - head/usr.bin/svn/lib/libapr_util

2015-08-09 Thread Peter Wemm
fc8-001c23d0bc1f > Revision: 286560 > Node Kind: directory > Schedule: normal > Last Changed Author: mav > Last Changed Rev: 286556 > Last Changed Date: 2015-08-09 13:41:44 -0700 (Sun, 09 Aug 2015) Huh. Is this an external tool or something? I take it that it is forcing ICONV off

svn commit: r286511 - head/lib/libsqlite3

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:54:53 2015 New Revision: 286511 URL: https://svnweb.freebsd.org/changeset/base/286511 Log: Move the USE_PREAD configuration knob out of the middle of the autoconf generated ones. It is easy to mistake as an option that has gone away when it's actually a con

svn commit: r286510 - head/contrib/sqlite3

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:44:57 2015 New Revision: 286510 URL: https://svnweb.freebsd.org/changeset/base/286510 Log: Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite and kerberos) Modified: head/contrib/sqlite3/Makefile.am head/contrib/sqlite3/Makefile.in head/

svn commit: r286509 - head/usr.bin/svn/svnversion

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:38:31 2015 New Revision: 286509 URL: https://svnweb.freebsd.org/changeset/base/286509 Log: Fix typo introduced in r275079 Modified: head/usr.bin/svn/svnversion/Makefile Modified: head/usr.bin/svn/svnversion/Makefile ==

svn commit: r286506 - in head: contrib/subversion contrib/subversion/subversion contrib/subversion/subversion/include contrib/subversion/subversion/include/private contrib/subversion/subversion/lib...

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:22:53 2015 New Revision: 286506 URL: https://svnweb.freebsd.org/changeset/base/286506 Log: Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bug fixes and quality of life improvements. While there are security issues in this time frame th

svn commit: r286505 - in head/contrib/serf: . auth buckets

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:16:14 2015 New Revision: 286505 URL: https://svnweb.freebsd.org/changeset/base/286505 Log: Update serf from 1.3.7 to 1.3.8. Mostly disables sslv2 and sslv3. Modified: head/contrib/serf/CHANGES head/contrib/serf/auth/auth_spnego_sspi.c head/contrib/serf/b

svn commit: r286504 - head/usr.bin/svn/lib/libapr_util

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:15:28 2015 New Revision: 286504 URL: https://svnweb.freebsd.org/changeset/base/286504 Log: Update apr-util config - I don't believe this part is used by svn, but if it were, use shm_* instead of sysvshm. Modified: head/usr.bin/svn/lib/libapr_util/apu.h he

svn commit: r286503 - in head: contrib/apr contrib/apr/encoding contrib/apr/include contrib/apr/locks/unix contrib/apr/memory/unix contrib/apr/misc/unix contrib/apr/network_io/unix contrib/apr/poll...

2015-08-08 Thread Peter Wemm
Author: peter Date: Sun Aug 9 05:14:25 2015 New Revision: 286503 URL: https://svnweb.freebsd.org/changeset/base/286503 Log: Update apr-1.5.1 to 1.5.2 Modified: head/contrib/apr/CHANGES head/contrib/apr/CMakeLists.txt head/contrib/apr/Makefile.in head/contrib/apr/NOTICE head/contrib/a

Re: svn commit: r286223 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-08-03 Thread Peter Wemm
, &zfsproc, &td, RFSTOPPED, stksize / PAGE_SIZE, "zfskern", "solthread %p", proc); if (error == 0) { Beware, some platforms have large pages (eg: ia64 in -stable has 8k, 16k or 32k pages, from memory). Specifying an arbitrary number of pages in code

Re: svn commit: r285336 - in head/sys: netipsec opencrypto

2015-07-09 Thread Peter Wemm
' case CRYPTO_AES_256_GMAC: ^ 3 errors generated. --- xform_esp.o --- -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r285139 - in head: lib/libnv sys/conf sys/contrib/libnv sys/kern sys/sys

2015-07-09 Thread Peter Wemm
pair.c:1971: first defined here I'm going to attempt to revert this for the freebsd.org cluster because I need it to compile for openssl. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Peter Wemm
ataset. delete- old-libs doesn't help because it thinks that the /lib version is the correct one. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Peter Wemm
been tested with things of this magnitude turning up. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

svn commit: r283301 - head/etc/rc.d

2015-05-22 Thread Peter Wemm
Author: peter Date: Fri May 22 21:33:13 2015 New Revision: 283301 URL: https://svnweb.freebsd.org/changeset/base/283301 Log: Adjust default argument construction for -c to be getopt compliant for consistency, even though unbound understood it. Modified: head/etc/rc.d/local_unbound Modified

Re: svn commit: r283159 - head

2015-05-20 Thread Peter Wemm
er this, head is still not buildable for me: ===> lib/libproc (obj,depend,all,install) make[4]: /usr/obj/usr/src/lib/libproc/.depend, 425: ignoring stale .depend for /usr/obj/usr/src/tmp/usr/lib/libctf.a /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lctf cc: error: linker command failed with ex

Re: svn commit: r281551 - in head/sys: compat/freebsd32 compat/linprocfs kern sys

2015-05-04 Thread Peter Wemm
keep old binaries (and old jails) working. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

svn commit: r282448 - head/sys/compat/freebsd32

2015-05-04 Thread Peter Wemm
Author: peter Date: Tue May 5 05:14:12 2015 New Revision: 282448 URL: https://svnweb.freebsd.org/changeset/base/282448 Log: Fix an error in r281551, part of the getfsstat() / kern_getfsstat() rework. The number of entries was supposed to be returned to the user, not used as a scratch varia

Re: svn commit: r281643 - head/sys/net

2015-05-03 Thread Peter Wemm
On Sunday, May 03, 2015 10:15:13 PM Peter Wemm wrote: > On Sunday, May 03, 2015 09:52:08 PM Peter Wemm wrote: > > On Sunday, May 03, 2015 09:31:01 PM Peter Wemm wrote: > > > On Friday, April 17, 2015 06:39:16 AM Gleb Smirnoff wrote: > > > > Author: glebius > >

Re: svn commit: r281643 - head/sys/net

2015-05-03 Thread Peter Wemm
On Sunday, May 03, 2015 09:52:08 PM Peter Wemm wrote: > On Sunday, May 03, 2015 09:31:01 PM Peter Wemm wrote: > > On Friday, April 17, 2015 06:39:16 AM Gleb Smirnoff wrote: > > > Author: glebius > > > Date: Fri Apr 17 06:39:15 2015 > > > New Revision: 281643 &

Re: svn commit: r281643 - head/sys/net

2015-05-03 Thread Peter Wemm
On Sunday, May 03, 2015 09:31:01 PM Peter Wemm wrote: > On Friday, April 17, 2015 06:39:16 AM Gleb Smirnoff wrote: > > Author: glebius > > Date: Fri Apr 17 06:39:15 2015 > > New Revision: 281643 > > URL: https://svnweb.freebsd.org/changeset/base/281643 > > > &

Re: svn commit: r281643 - head/sys/net

2015-05-03 Thread Peter Wemm
d in enum. > > Modified: > head/sys/net/if_types.h I'm sorry, but this breaks the freebsd.org cluster. 281642 works 281643 fails head with 281643 reverted works IPv6 doesn't work on systems with pf, carp and multiple interfaces. I have nothing more specific than that. -- Pet

Re: svn commit: r281550 - in head: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules/DEC

2015-04-15 Thread Peter Wemm
glad the mistake has been fixed. However, this is a gift that keeps on giving. There will be loose ends like the warning above turning up in odd places for some time. We'll just have to deal with it, a bit of whackamole will be required. :( -- Peter Wemm - pe...@wemm.org; pe...@freebsd

svn commit: r281008 - head/sys/dev/ciss

2015-04-02 Thread Peter Wemm
Author: peter Date: Thu Apr 2 23:12:18 2015 New Revision: 281008 URL: https://svnweb.freebsd.org/changeset/base/281008 Log: Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteed insta-panic on device add/remove. This is only called from the notify thread which already

svn commit: r278230 - head/sys/kern

2015-02-04 Thread Peter Wemm
Author: peter Date: Thu Feb 5 01:43:21 2015 New Revision: 278230 URL: https://svnweb.freebsd.org/changeset/base/278230 Log: Initialize ticks so that it wraps 10 minutes after boot to increase the chances of finding problems related to wraparound sooner. This comes from P4 change 167856 o

svn commit: r278229 - head/sys/conf

2015-02-04 Thread Peter Wemm
Author: peter Date: Thu Feb 5 01:36:53 2015 New Revision: 278229 URL: https://svnweb.freebsd.org/changeset/base/278229 Log: Add -fwrapv to CFLAGS for the kernel. This essentially un-reverts r259045. The C standard undefines behavior when signed integers overflow. The compiler toolchain

Re: svn commit: r272827 - head

2014-10-09 Thread Peter Wemm
${XCC:M/*} > XFLAGS= --sysroot=${WORLDTMP} This broke 'make buildkernel'. kern.pre.mk: SIZE?= size kern.post.mk: SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET} This is getting executed as: objco

svn commit: r272076 - in head/contrib/apr-util: . crypto dbd dbm include test

2014-09-24 Thread Peter Wemm
Author: peter Date: Wed Sep 24 18:38:51 2014 New Revision: 272076 URL: http://svnweb.freebsd.org/changeset/base/272076 Log: Merge apr-util 1.5.3 -> 1.5.4. A minor bug fix update. Modified: head/contrib/apr-util/CHANGES head/contrib/apr-util/NOTICE head/contrib/apr-util/apr-util.spec he

svn commit: r271248 - head/etc/rc.d

2014-09-07 Thread Peter Wemm
Author: peter Date: Mon Sep 8 05:14:58 2014 New Revision: 271248 URL: http://svnweb.freebsd.org/changeset/base/271248 Log: Temporarily remove the warning added r270781 - it prints the warning regardless of whether the usage is correct or not and this generates a LOT of noise, even when you

Re: svn commit: r271243 - head/sys/vm

2014-09-07 Thread Peter Wemm
vm_map_simplify_entry(map, vme); ^^ } } vm_map_unlock(map); } -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Peter Wemm
nject (all) > /storage/head/obj//pc98.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libzpool.so > : undefined reference to `kmem_used' cc: error: linker command failed with > exit code 1 (use -v to see invocation) --- zinject --- > *** [zinject] Error code 1 Argh. The #ifdef was place

svn commit: r270871 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Peter Wemm
Author: peter Date: Sun Aug 31 09:05:02 2014 New Revision: 270871 URL: http://svnweb.freebsd.org/changeset/base/270871 Log: Move the restored #ifdef i386 test back inside the #ifdef _KERNEL block where it originally was. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c M

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-30 Thread Peter Wemm
On Saturday 30 August 2014 02:03:42 Steven Hartland wrote: > - Original Message - > From: "Peter Wemm" > > > On Friday 29 August 2014 21:42:15 Steven Hartland wrote: > > > If this function returns non-zerp, ARC is given back: > > &g

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
On Friday 29 August 2014 21:42:15 Steven Hartland wrote: > - Original Message - > From: "Peter Wemm" > > > On Friday 29 August 2014 20:51:03 Steven Hartland wrote: > snip.. > > > > Does Karl's explaination as to why this doesn't work abo

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
st sitting there, waiting to be used. The zfs change, as committed will ignore all the free memory in the form of v_cache.. and will be freaking out about how low v_free is getting and will be sacrificing ARC in order to put more memory into the v_free pool. As long as ARC keeps sacrificing itself this way, the free pages in the v_cache pool won't get used. When ARC finally runs out of pages to give up to v_free, the kernel will start using the free pages from v_cache. Eventually it'll run down that v_cache free pool and arc will be in a bare minimum state while this is happening. Meanwhile, ZFS ARC will be crippled. This has consequences - it does RCU like things from ARC to keep fragmentation under control. With ARC crippled, fragmentation will increase because there's less opportunistic gathering of data from ARC. Granted, you have to get things freed from active/inactive to the cache state, but once it's there, depending on the worlkload, it'll mess with ARC. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 signature.asc Description: This is a digitally signed message part.

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
ically, I believe that the Solaris > code starts trimming the ARC before the Solaris page daemon starts > writing dirty pages to secondary storage. Now, you've made FreeBSD do > the same. However, you've expressed it in a way that looks broken. > > To wrap up, I think

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-28 Thread Peter Wemm
ms of "free" pages. I haven't seen the problems with the over-aggressive ARC since the page daemon bug was fixed. It's been working fine under pretty abusive loads in the freebsd cluster after that fix. (I should know better than to fire a reply off before full fact checkin

Re: svn commit: r270510 - head

2014-08-24 Thread Peter Wemm
usr/include/c++/3.3/FlexLexer.h > +OLD_FILES+=usr/include/c++/3.3/algorithm > +OLD_FILES+=usr/include/c++/3.3/backward/algo.h I suspect that there's a story here that needs to be told.. -- Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV UTF-8: for when a '

svn commit: r270062 - in head: sbin/umount usr.bin/showmount

2014-08-16 Thread Peter Wemm
Author: peter Date: Sat Aug 16 14:56:11 2014 New Revision: 270062 URL: http://svnweb.freebsd.org/changeset/base/270062 Log: Use mount protocol version 3 by default for showmount and umount. mount_nfs effectively uses mount protocol v3 by default already. v1 mount protocol is being removed al

svn commit: r269851 - head/contrib/sqlite3

2014-08-11 Thread Peter Wemm
Author: peter Date: Tue Aug 12 02:09:00 2014 New Revision: 269851 URL: http://svnweb.freebsd.org/changeset/base/269851 Log: Update sqlite-3.7.17 -> 3.8.5 Modified: head/contrib/sqlite3/INSTALL head/contrib/sqlite3/Makefile.in head/contrib/sqlite3/aclocal.m4 head/contrib/sqlite3/config.g

svn commit: r269550 - head/usr.sbin/cron/cron

2014-08-04 Thread Peter Wemm
Author: peter Date: Tue Aug 5 01:32:09 2014 New Revision: 269550 URL: http://svnweb.freebsd.org/changeset/base/269550 Log: Check gethostname(2) return code - but even if it succeeds it may not null terminate. Temporarily use "From: $user@$hostname" rather than "From: $user". The latter

svn commit: r269489 - head/sys/kern

2014-08-03 Thread Peter Wemm
Author: peter Date: Sun Aug 3 22:37:21 2014 New Revision: 269489 URL: http://svnweb.freebsd.org/changeset/base/269489 Log: Partial revert of r262867. r262867 was described as fixing socket buffer checks for SOCK_SEQPACKET, but also changed one of the SOCK_DGRAM code paths to use the new

svn commit: r269392 - head/etc/defaults

2014-08-01 Thread Peter Wemm
Author: peter Date: Fri Aug 1 19:32:20 2014 New Revision: 269392 URL: http://svnweb.freebsd.org/changeset/base/269392 Log: Like with /usr/lib + /usr/lib/compat, add the optional /usr/lib32/compat to the ldconfig32 default path. /usr/lib32 is the 32 bit versions of *current* libraries, whil

svn commit: r269155 - head

2014-07-27 Thread Peter Wemm
Author: peter Date: Sun Jul 27 17:34:49 2014 New Revision: 269155 URL: http://svnweb.freebsd.org/changeset/base/269155 Log: Forced commit - testing commit mail etc pipelines. Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r268960 - in head/contrib/serf: . auth

2014-07-21 Thread Peter Wemm
Author: peter Date: Mon Jul 21 22:10:29 2014 New Revision: 268960 URL: http://svnweb.freebsd.org/changeset/base/268960 Log: Merge serf-1.3.6 + Revert r2319 from serf 1.3.5: this change was making serf call handle_response +multiple times in case of an error response, leading to unexpec

Re: svn commit: r268827 - head/usr.sbin/ndp

2014-07-20 Thread Peter Wemm
On Friday 18 July 2014 10:35:33 Benjamin Kaduk wrote: > On Fri, Jul 18, 2014 at 2:48 AM, Peter Wemm wrote: > > Author: peter > > Date: Fri Jul 18 06:48:02 2014 > > New Revision: 268827 > > URL: http://svnweb.freebsd.org/changeset/base/268827 > > > > Log

svn commit: r268833 - head/sys/dev/bge

2014-07-18 Thread Peter Wemm
Author: peter Date: Fri Jul 18 07:41:38 2014 New Revision: 268833 URL: http://svnweb.freebsd.org/changeset/base/268833 Log: Fix an apparent conversion error in bge to the new driver api. if_multiaddr_array() does the LLADDR work, don't do it twice. This broke IPv6 in "interesting" ways in

svn commit: r268827 - head/usr.sbin/ndp

2014-07-17 Thread Peter Wemm
Author: peter Date: Fri Jul 18 06:48:02 2014 New Revision: 268827 URL: http://svnweb.freebsd.org/changeset/base/268827 Log: Fix "ndp -d hostname". Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c =

svn commit: r268441 - head/sys/sys

2014-07-08 Thread Peter Wemm
Author: peter Date: Wed Jul 9 00:12:05 2014 New Revision: 268441 URL: http://svnweb.freebsd.org/changeset/base/268441 Log: Bump __FreeBSD_version after last SA-14:17.kmem so we have something to test against in the freebsd.org cluster. Modified: head/sys/sys/param.h Modified: head/sys/sys

svn commit: r266736 - head/usr.bin/svn/lib/libapr

2014-05-27 Thread Peter Wemm
Author: peter Date: Tue May 27 07:16:43 2014 New Revision: 266736 URL: http://svnweb.freebsd.org/changeset/base/266736 Log: Update backend files and makefiles for apr 1.4.8 -> 1.5.1 Modified: head/usr.bin/svn/lib/libapr/Makefile head/usr.bin/svn/lib/libapr/apr.h head/usr.bin/svn/lib/libap

svn commit: r266735 - in head/contrib/apr: . docs encoding file_io/unix include include/arch/unix include/private locks/unix network_io/unix passwd poll/unix shmem/unix strings support/unix tables ...

2014-05-27 Thread Peter Wemm
Author: peter Date: Tue May 27 07:15:14 2014 New Revision: 266735 URL: http://svnweb.freebsd.org/changeset/base/266735 Log: Merge apr-1.4.8 -> apr-1.5.1 and update. Added: head/contrib/apr/CMakeLists.txt - copied unchanged from r266734, vendor/apr/dist/CMakeLists.txt head/contrib/apr/R

  1   2   3   >