Re: CVS commit: src/sys

2017-01-04 Thread Paul Goyette
and start working on the required changes. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE

Re: CVS commit: src/sys

2017-01-04 Thread Paul Goyette
On Wed, 4 Jan 2017, Frank Kardel wrote: On 01/04/17 09:37, Paul Goyette wrote: On Wed, 4 Jan 2017, Frank Kardel wrote: I would also suggest a 64 bit fraction like in struct bintime, which we already have and use internally for timekeeping anyway along with the timespec, timeval conversion

Re: CVS commit: src/sys

2017-01-03 Thread Paul Goyette
, at least for a while. :) +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/sys

2017-01-03 Thread Paul Goyette
she_filler; I would make those explicitly sized types, uint64_t x 2 Sure! +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul

Re: CVS commit: src/external/gpl2/xcvs/dist/src

2016-12-18 Thread Paul Goyette
ht notices on the relevant files. !DSPAM:5857641e142881477110141! +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer |

Re: CVS commit: src/sys/arch (lapic va change)

2016-12-15 Thread Paul Goyette
mand. (My own system, after reverting the lapic changes, hangs at the exact same place.) Perhaps I should start a separate thread for this 2nd issue? +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: CVS commit: src/sys/arch

2016-12-11 Thread Paul Goyette
On Mon, 12 Dec 2016, Paul Goyette wrote: On Mon, 12 Dec 2016, Paul Goyette wrote: I am also seeing this. It occurs while building the XEN3_INSTALL_DOMU kernel (part of build./sh release). FWIW, my encounter with this error is on amd64 ... I committed Martin's "hack" to

Re: CVS commit: src/sys/arch

2016-12-11 Thread Paul Goyette
On Mon, 12 Dec 2016, Paul Goyette wrote: I am also seeing this. It occurs while building the XEN3_INSTALL_DOMU kernel (part of build./sh release). FWIW, my encounter with this error is on amd64 ... On Sun, 11 Dec 2016, Maxime Villard wrote: Le 11/12/2016 ? 17:08, Maxime Villard a ?crit

Re: CVS commit: src/sys/arch

2016-12-11 Thread Paul Goyette
free to do it if you want to, otherwise you'll probably have to wait a bit... (sorry about that) !DSPAM:584df6ad266431147076208! +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Re: sys/modules/spkr

2016-12-11 Thread Paul Goyette
, Thanks, for making a module of spkr_synth. Spkr and spkr synth are undergoing a lot of changes so I can't wait to see what happens and hopefully I'll be able to help the process along. Best regards, Nat On Fri, 9 Dec 2016 10:43:28 Paul Goyette wrote: On Fri, 9 Dec 2016, I wrote (but not cc'd

Re: sys/modules/spkr

2016-12-08 Thread Paul Goyette
ment stuff. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/sys/kern

2016-11-17 Thread Paul Goyette
On Fri, 18 Nov 2016, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Fri Nov 18 02:37:33 UTC 2016 Modified Files: src/sys/kern: subr_bufq.c Log Message: By popular request, don't both initializing a static pointer to NULL. bother

re: CVS commit: src/tests/kernel

2016-11-09 Thread Paul Goyette
won't have it. Yeah, rump probably doesn't make much sense here. Skipping the test (with atf_tc_skip(...) of course) is likely the best solution. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (R

re: CVS commit: src/tests/kernel

2016-11-09 Thread Paul Goyette
t securelevel this test would need to be modified to run under rump ... We wouldn't want the test to manipulate securelevel of the running system. I'm wondering how many of the other test cases would be better if running under rump? +--+--+---

Re: CVS commit: src/sys/dev/pci

2016-11-01 Thread Paul Goyette
On Tue, 1 Nov 2016, Christos Zoulas wrote: On Nov 2, 8:49am, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/sys/dev/pci | > Why *len = 1 here? Shouldn't it be 0 since there is no more room left? | | No. :) | | The maximum number of characters actually writ

Re: CVS commit: src/sys/dev/pci

2016-11-01 Thread Paul Goyette
On Wed, 2 Nov 2016, Christos Zoulas wrote: In article <20161102003956.35d12f...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: -=-=-=-=-=- + /* Handle overflow */ + if ((size_t)count >= *len) { + *dest += *len - 1; +

Re: CVS commit: src/sys/dev/pci

2016-10-30 Thread Paul Goyette
On Fri, 28 Oct 2016, Paul Goyette wrote: Attached is a revised patch, which has a prototype/signature much more similar to snprintf(), more appropriate variable types, and improved comments/documentation. I'll plan on committing this sometime late next week... One more revision. This one

Re: CVS commit: src/sys/dev/pci

2016-10-28 Thread Paul Goyette
... +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org

Re: CVS commit: src/sys/dev/pci

2016-10-27 Thread Paul Goyette
ead? +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.

Re: CVS commit: src/sys/dev/pci

2016-10-26 Thread Paul Goyette
On Wed, 26 Oct 2016, Paul Goyette wrote: HOWEVER, Looking at dev_untokenstring() it would appear that there is a potential problem there! We have cp = buf + strlcat(buf, words + *token, len - 2); cp[0] = ' '; cp[1] = '\0'; Since strlcat(3

Re: CVS commit: src/sys/dev/pci

2016-10-25 Thread Paul Goyette
On Wed, 26 Oct 2016, Christos Zoulas wrote: In article <pine.neb.4.64.1610260555490.23...@speedy.whooppee.com>, Paul Goyette <p...@whooppee.com> wrote: On Wed, 26 Oct 2016, matthew green wrote: i think you're right that the 'cp' manipulation is the problem. snprintf()

re: CVS commit: src/sys/dev/pci

2016-10-25 Thread Paul Goyette
} Then all of the snprintf() calls become simply ADD_TEXT(cp, ep, , ...); (Of course, after last use I'd add a #undef ADD_TEXT to clean up...) +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses:

re: CVS commit: src/sys/dev/pci

2016-10-25 Thread Paul Goyette
On Wed, 26 Oct 2016, matthew green wrote: "Paul Goyette" writes: Module Name:src Committed By: pgoyette Date: Tue Oct 25 05:43:40 UTC 2016 Modified Files: src/sys/dev/pci: pci_verbose.h Log Message: Increase max string length for PCI Product names. Af

Re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
On Tue, 27 Sep 2016, Christos Zoulas wrote: On Sep 27, 7:26pm, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/sys/modules | I agree in principle, but I am greatly concerned about the definition of | "for now". If they get disabled, they'll get forgotte

re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
-time assert fails. I'll be adjusting build logic (and sets lists) for all these modules in the morning. I'm too sleepy to trust myself to get it even half-way right tonight. On Tue, 27 Sep 2016, Paul Goyette wrote: On Tue, 27 Sep 2016, matthew green wrote: this change appears to have

Re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
undertake the effort to identify the pci-capable platforms, update the conditional compilation stuff in the modules/Makefile, and update all of the appropriate modules/md.* sets lists. +--+--+----+ | Paul Goyette | PGP Key fingerprin

Re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
is) built only for these two platforms. I look forward to a productive discussion on tech-kern for ways to move forward. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3

Re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
On Tue, 27 Sep 2016, Christos Zoulas wrote: In article <pine.neb.4.64.1609271607580.17...@speedy.whooppee.com>, Paul Goyette <p...@whooppee.com> wrote: On Tue, 27 Sep 2016, matthew green wrote: this change appears to have broken the build for at least sparc: OK, I'm building f

re: CVS commit: src/sys/modules

2016-09-27 Thread Paul Goyette
em id type */ ^ [ ... ] nbmake[7]: stopped in /usr/src7/sys/modules/twa (several interspersed messages appear in my log..) .mrg. !DSPAM:57ea129d185595490261520! +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail

re: CVS commit: src/sys/modules

2016-09-26 Thread Paul Goyette
his/her hands (but not myself). +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread Paul Goyette
On Sat, 17 Sep 2016, David Holland wrote: On Sat, Sep 17, 2016 at 02:27:19AM +, Paul Goyette wrote: > Modified Files: >src/distrib/sets/lists/modules: md.amd64 md.i386 mi > > Log Message: > Fix sets lists for nvme module. Since it is being built only for the > i386 a

Re: CVS commit: src/sys

2016-09-17 Thread Paul Goyette
t, and try to 'modload ld_nvme'. You should see other modules get autoloaded (turn on sysctl kern.module.verbose for more details), and hopefully the nvme device will get attached. (But I'd be very surprised if this works on the first attempt!) On Sat, 17 Sep 2016, Paul Goyette wrote:

Re: CVS commit: src/sys

2016-09-16 Thread Paul Goyette
On Fri, 16 Sep 2016, Paul Goyette wrote: Log Message: make it possible to load nvme(4) as module to ease testing; currently somewhat non-optimal, since it includes the ld(4) code also and hence requires the kernel config to have 'no ld' Wouldn't it make more sense to also enable ld(4

Re: CVS commit: src/sys

2016-09-16 Thread Paul Goyette
e" ld? +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

re: CVS commit: src/sys/miscfs/specfs

2016-09-08 Thread Paul Goyette
On Thu, 8 Sep 2016, matthew green wrote: "Paul Goyette" writes: Module Name:src Committed By: pgoyette Date: Thu Sep 8 00:07:48 UTC 2016 Modified Files: src/sys/miscfs/specfs: spec_vnops.c Log Message: if_config processing wants to auto-load modules named w

Re: CVS commit: src

2016-08-06 Thread Paul Goyette
ou can't actually use it yet Which is (probably) now no longer true - no idea, I don't use modules at all. kre +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35

re: CVS commit: src

2016-08-06 Thread Paul Goyette
all drivers. .mrg. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/sys/dev

2016-07-26 Thread Paul Goyette
w, I think. Yup - already fixed. Well, I had fixed it in my localcount branch, but not on HEAD. It should be fixed everywhere now. Thanks for pointing this out. +--+----------++ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: CVS commit: src/sys/dev

2016-07-26 Thread Paul Goyette
not entered now, I think. Yup - already fixed. +--+----------++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/sys

2016-07-25 Thread Paul Goyette
On Tue, 26 Jul 2016, Christos Zoulas wrote: In article <20160726014949.33644f...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: -=-=-=-=-=- Module Name:src Committed By: pgoyette Date: Tue Jul 26 01:49:49 UTC 2016 Modified Files: src/sy

re: CVS commit: [pgoyette-localcount] src/sys

2016-07-17 Thread Paul Goyette
And, since he designed and did the initial implementation, I'd hope the Taylor takes a big part in those discussions!) Hope this addresses your concerns. If not, I know you'll follow up with more questions! +--+--+--------+ | Paul Goy

Re: CVS commit: src/sys/kern

2016-07-14 Thread Paul Goyette
On Fri, 15 Jul 2016, Christos Zoulas wrote: In article <20160714215706.414caf...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: -=-=-=-=-=- Module Name:src Committed By: pgoyette Date: Thu Jul 14 21:57:06 UTC 2016 Modified Files:

Re: build break for postfix/libexec/smtpd

2016-06-29 Thread Paul Goyette
(Note I fixed the subject line!) Christos just fixed this. Thanks! On Thu, 30 Jun 2016, Paul Goyette wrote: Module Name:src Committed By: christos Date: Wed Jun 29 20:07:52 UTC 2016 Modified Files: src/external/ibm-public/postfix/libexec/smtpd: Makefile Log

[no subject]

2016-06-29 Thread Paul Goyette
directory compilation terminated. nbmkdep: compile failed. +--+------++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/tests/net/route

2016-06-21 Thread Paul Goyette
xpected Failure" ? +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/usr.bin/find

2016-06-12 Thread Paul Goyette
On Sun, 12 Jun 2016, Robert Elz wrote: Date:Sun, 12 Jun 2016 03:21:35 + From:"Paul Goyette" <pgoye...@netbsd.org> Message-ID: <20160612032135.502ddf...@cvs.netbsd.org> | Change -{min,max}depth argument name from n to depth so that th

re: CVS commit: src/sys/modules

2016-06-09 Thread Paul Goyette
On Thu, 9 Jun 2016, matthew green wrote: "Paul Goyette" writes: Module Name:src Committed By: pgoyette Date: Thu Jun 9 04:44:19 UTC 2016 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/ipl: Makefile Log Message: New module fo

Re: CVS commit: src/sys

2016-05-26 Thread Paul Goyette
and VI_CLEAN. Presented on tech-kern@ Do we need a kernel version bump? +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com

Re: CVS commit: src/share/man/man4

2016-01-06 Thread Paul Goyette
acceptable. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/share/man/man4

2016-01-05 Thread Paul Goyette
e a deadlock), while the "4" case succeeded and no deadlock occurred. +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |

Re: CVS commit: src/sys/dev/raidframe

2015-12-26 Thread Paul Goyette
test run shows six new failed tests related to raidframe. I'm looking into it... +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com

Re: CVS commit: src/sys/dev/raidframe

2015-12-26 Thread Paul Goyette
On Sun, 27 Dec 2015, Robert Elz wrote: Date:Sat, 26 Dec 2015 12:59:01 + From:"Paul Goyette" <pgoye...@netbsd.org> Message-ID: <20151226125901.230e1f...@cvs.netbsd.org> | if it does, all we really lose is auto-configuration of raid-sets

Re: CVS commit: src/sys/miscfs/specfs

2015-12-22 Thread Paul Goyette
On Wed, 23 Dec 2015, Christos Zoulas wrote: In article <2015135437.b205bf...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: -=-=-=-=-=- Module Name:src Committed By: pgoyette Date: Tue Dec 22 23:54:37 UTC 2015 Modified Files: sr

Re: CVS commit: src

2015-12-06 Thread Paul Goyette
I just committed this. Thanks for letting me know. On Mon, 7 Dec 2015, Paul Goyette wrote: On Mon, 7 Dec 2015, Ryo ONODERA wrote: Hi, This breaks the kernel build as follows. /usr/src/sys/dev/clockctl.c:155:1: error: no previous prototype for 'clockctl_init' [-Werror=missing-prototypes

Re: CVS commit: src

2015-12-06 Thread Paul Goyette
, struct lwp *); #endif From: "Paul Goyette" <pgoye...@netbsd.org>, Date: Mon, 7 Dec 2015 03:25:58 + Module Name:src Committed By: pgoyette Date: Mon Dec 7 03:25:58 UTC 2015 Modified Files: src/distrib/sets/lists/modules: mi src/sys/compat/common

Re: CVS commit: src/distrib/sets/lists/modules

2015-12-02 Thread Paul Goyette
On Tue, 1 Dec 2015, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Tue Dec 1 09:15:58 UTC 2015 Modified Files: src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 Log Message: Finish up with the new compat_netbsd32_nfssrv module by adding

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
On Mon, 30 Nov 2015, Christos Zoulas wrote: In article <20151130224854.4e00...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: #include #include @@ -392,7 +392,7 @@ rump___sysimpl_getpid(void ) register_t retval[2]; pid_t rv = -1; -

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
. +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
On Mon, 30 Nov 2015, Christos Zoulas wrote: In article <20151130224854.4e00...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: #include #include @@ -392,7 +392,7 @@ rump___sysimpl_getpid(void ) register_t retval[2]; pid_t rv = -1; -

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
On Mon, 30 Nov 2015, Christos Zoulas wrote: In article <20151130224719.7d1b...@cvs.netbsd.org>, Paul Goyette <source-changes-d@NetBSD.org> wrote: -=-=-=-=-=- + const struct sc_auto *auto_list; + int code; That should be u_int

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
On Mon, 30 Nov 2015, Christos Zoulas wrote: On Dec 1, 7:33am, p...@vps1.whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/sys | On Mon, 30 Nov 2015, Christos Zoulas wrote: | | >> +# autoloadprefix the prefix for the autoload table name | > | > Why isn't that t

Re: CVS commit: src/sys/opencrypto

2015-11-27 Thread Paul Goyette
. +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: CVS commit: src/sys/nfs

2015-11-02 Thread Paul Goyette
On Mon, 2 Nov 2015, Greg Oster wrote: On Mon, 2 Nov 2015 09:57:43 + "Paul Goyette" <pgoye...@netbsd.org> wrote: Module Name:src Committed By: pgoyette Date: Mon Nov 2 09:57:43 UTC 2015 Modified Files: src/sys/nfs: nfs_vfsops.c Log Message: Don'

Re: CVS commit: src/lib/libpanel

2015-11-01 Thread Paul Goyette
) .Dv NULL argument to .Fn panel_above and .Fn panel_below , respectively. kre +--+--+---------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whoo

Re: More terminal iocctl's need to be PASSTHROUGH?

2015-10-21 Thread Paul Goyette
On Wed, 21 Oct 2015, Christos Zoulas wrote: On Oct 21, 10:30am, p...@vps1.whooppee.com (Paul Goyette) wrote: -- Subject: More terminal iocctl's need to be PASSTHROUGH? | I noticed christos updated the list of PASSTHROGUH IOCCTLs the other | day, so I figured that might reduce the boucing

Re: More terminal iocctl's need to be PASSTHROUGH?

2015-10-21 Thread Paul Goyette
2015, Paul Goyette wrote: On Wed, 21 Oct 2015, Christos Zoulas wrote: On Oct 21, 10:30am, p...@vps1.whooppee.com (Paul Goyette) wrote: -- Subject: More terminal iocctl's need to be PASSTHROUGH? | I noticed christos updated the list of PASSTHROGUH IOCCTLs the other | day, so I figured that might

Re: More terminal iocctl's need to be PASSTHROUGH?

2015-10-21 Thread Paul Goyette
uot;/usr/libexec/getty Pc" wsvt25 off secure ttyE1 "/usr/libexec/getty Pc" wsvt25 on secure ttyE2 "/usr/libexec/getty Pc" wsvt25 on secure ttyE3 "/usr/libexec/getty Pc" wsvt25 on secure ... +------+----

More terminal iocctl's need to be PASSTHROUGH?

2015-10-20 Thread Paul Goyette
+--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: CVS commit: src/sys/dev/gpio

2015-10-16 Thread Paul Goyette
. +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: CVS commit: src/tools/compat

2015-09-17 Thread Paul Goyette
/src/tools/compat/include *** [includes] Error code 2 nbmake[2]: stopped in /build/netbsd-local/src/tools/compat 1 error +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B

[no subject]

2015-09-17 Thread Paul Goyette
*** [includes] Error code 2 nbmake[2]: stopped in /build/netbsd-local/src/tools/compat 1 error +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul

Re: CVS commit: src/sys/kern

2015-08-18 Thread Paul Goyette
-device should be instantiated? At least, for those drivers which do not automatically clone? Have all of the pseudo-devices been modified to clone? - | Paul Goyette | PGP Key fingerprint: | E-mail addresses

Re: CVS commit: src/sys/dev/sysmon

2015-06-23 Thread Paul Goyette
yeah - done! thanks! On Tue, 23 Jun 2015, Christoph Badura wrote: On Tue, Jun 23, 2015 at 10:41:42AM +, Paul Goyette wrote: Committed By: pgoyette Date: Tue Jun 23 10:41:42 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: Fix

Re: CVS commit: src/sys

2015-05-18 Thread Paul Goyette
On Mon, 18 May 2015, Joerg Sonnenberger wrote: On Sun, May 10, 2015 at 07:41:16AM +, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun May 10 07:41:16 UTC 2015 Modified Files: src/sys/compat/common: compat_mod.c sysv_ipc_50.c src/sys/kern

Re: CVS commit: src/sys

2015-05-18 Thread Paul Goyette
complete log of the libgtop build? On Tue, 19 May 2015, Paul Goyette wrote: On Mon, 18 May 2015, Joerg Sonnenberger wrote: On Sun, May 10, 2015 at 07:41:16AM +, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun May 10 07:41:16 UTC 2015 Modified Files

Re: CVS commit: src/sys/arch

2015-05-06 Thread Paul Goyette
at 07:43:02AM +0800, Paul Goyette wrote: Arguably, the atf test include/t_paths could have been updated to check for the specific error ENODEV and treat that as a PASS. Minor nit: it should skip, not pass. Martin - | Paul

re: CVS commit: src/sys/arch

2015-05-05 Thread Paul Goyette
ENODEV and treat that as a PASS. On Wed, 6 May 2015, matthew green wrote: Paul Goyette writes: Module Name:src Committed By: pgoyette Date: Tue May 5 22:14:24 UTC 2015 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message

re: CVS commit: src/sys/arch

2015-05-05 Thread Paul Goyette
in it. autoloading isn't something you can depend on. .mrg. - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel

Re: CVS commit: src/sys/dev/sysmon

2015-05-05 Thread Paul Goyette
me have another look. - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731

Re: CVS commit: src/sys/dev/sysmon

2015-05-04 Thread Paul Goyette
On Tue, 5 May 2015, Christos Zoulas wrote: In article 20150505002825.9e50...@cvs.netbsd.org, Paul Goyette source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name:src Committed By: pgoyette Date: Tue May 5 00:28:25 UTC 2015 Modified Files: src/sys/dev/sysmon

Re: CVS commit: src/sys/dev/sysmon

2015-05-04 Thread Paul Goyette
; + } } error = (sysmon_opvec_table[minor(dev)]-so_open)(dev, flag, mode, l); -=-=-=-=-=- Yeah, makes sense. I will update accordingly. - | Paul Goyette | PGP Key fingerprint: | E

Re: CVS commit: src/sys/dev/sysmon

2015-04-28 Thread Paul Goyette
-in, and still be able to load and unload the wdog/power/envsys components, along with the actual drivers for timers/power-switches/sensors. It's really not all that complicated. On Tue, 28 Apr 2015, Taylor R Campbell wrote: Date: Thu, 23 Apr 2015 23:22:03 + From: Paul Goyette pgoye

Re: CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
- | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | -

Re: CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
letting paul fix it properly the way he wants. christos - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer

Re: CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Ooops - this should have been two commits. Log message is correct for sysmon.c For the others, message has been corrected to read: Handle early initialization requirements - thanks martin@ and others On Sat, 25 Apr 2015, Paul Goyette wrote: Module Name:src Committed

Re: CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Yup - fixing now... On Sat, 25 Apr 2015, Jeff Rizzo wrote: On 4/25/15 3:46 PM, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 + if (pmf_device_register(sysmon_dev, NULL, NULL)) + aprintf_error(%s: failed

Re: CVS commit: src/sys/modules

2015-04-23 Thread Paul Goyette
Ooops - missed the log message - I will fix via cvs admin On Thu, 23 Apr 2015, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:22:28 UTC 2015 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/sysmon: Makefile

re: CVS commit: src/sys/modules

2015-04-23 Thread Paul Goyette
On Fri, 24 Apr 2015, matthew green wrote: Paul Goyette writes: Ooops - missed the log message - I will fix via cvs admin can you tell this list as well? :-) Sure. For all of these files, the corrected log message is Build modules for sysmon and its subcomponents On Thu, 23

re: CVS commit: src/sys/sys

2015-04-23 Thread Paul Goyette
On Fri, 24 Apr 2015, matthew green wrote: Paul Goyette writes: Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:20 UTC 2015 Modified Files: src/sys/sys: param.h Log Message: Welcome to 7.99.x and the modularization of sysmon! why bump the version? i

Re: CVS commit: src/sys/sys

2015-04-23 Thread Paul Goyette
I'll also fix this - we're now at 7.99.11 (not 'x') On Thu, 23 Apr 2015, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:20 UTC 2015 Modified Files: src/sys/sys: param.h Log Message: Welcome to 7.99.x and the modularization of sysmon

Re: CVS commit: src/share/misc

2015-04-22 Thread Paul Goyette
version of the file seems to get copied into $DESTDIR. Currently, a 'build.sh release' is broken because of the missing file. :) - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Re: CVS commit: src/sys/dev/ic (spdmem.c)

2015-04-02 Thread Paul Goyette
] code. Give me a couple of weeks. Also, if anyone out there has a machine with DDR4 memory and willing to test an update, please let me know! - | Paul Goyette | PGP Key fingerprint: | E-mail addresses

Re: CVS commit: src/sys/dev/ic (spdmem.c)

2015-03-31 Thread Paul Goyette
fix it myself, but currently my NetBSD machine is not networked. - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Network

Re: CVS commit: src

2014-11-17 Thread Paul Goyette
, but: this modular obviously differs from modular kernels (as in: have options MODULAR) - so I guess the name is not a good one. I actually have no clue what it is supposed to mean. Componentized? :) - | Paul Goyette | PGP Key

Re: CVS commit: src/sys/dev

2014-09-06 Thread Paul Goyette
. - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net | | Kernel Developer | | pgoyette

Re: CVS commit: src/distrib/sets/lists/tests

2014-07-12 Thread Paul Goyette
on the relevant files. !DSPAM:53c148cc164524526011279! - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Network Engineer | 0786

Re: CVS commit: src/sys/arch

2014-06-13 Thread Paul Goyette
not be committed? On Thu, 12 Jun 2014, Paul Goyette wrote: Unfortunately, the patch breaks building of a (non-XEN) GENERIC kernel. Please see attached log... On Thu, 12 Jun 2014, Cherry G. Mathew wrote: Paul == Paul Goyette p...@whooppee.com writes: Module Name: src Committed By: cherry

Re: CVS commit: src/sys/arch

2014-06-07 Thread Paul Goyette
-loader problem, so if it matters, this is with Grub 0.97) The problem is not time-critical, since I have installed a 6.1.4_PATCH without any problem. But perhaps we might want to revert this change for now... - | Paul

Re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-30 Thread Paul Goyette
the reference weak and raise an error for those things only that want to create a threead. Just curious - is this going to be changed? - | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | Customer Service

Re: CVS commit: src/sys/dev/pcmcia

2014-04-21 Thread Paul Goyette
Ah, OK. I will fix shortly. On Tue, 22 Apr 2014, Joerg Sonnenberger wrote: On Mon, Apr 21, 2014 at 08:24:21PM +, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Mon Apr 21 20:24:21 UTC 2014 Modified Files: src/sys/dev/pcmcia: if_malo_pcmcia.c

<    1   2   3   4   5   6   7   >