Re: CVS commit: src/sys/kern (kern_event.c)

2021-01-22 Thread Paul Goyette
On Fri, 22 Jan 2021, Paul Goyette wrote: On Thu, 21 Jan 2021, Paul Goyette wrote: Ooopppsss ignore me - looks like this was already fixed and my update missed it. I'll retry. OK, I built and installed a new kernel+userland. Most everything works, and syslogd seems to work fine (at

Re: CVS commit: src/sys/kern (kern_event.c)

2021-01-22 Thread Paul Goyette
On Thu, 21 Jan 2021, Paul Goyette wrote: Ooopppsss ignore me - looks like this was already fixed and my update missed it. I'll retry. OK, I built and installed a new kernel+userland. Most everything works, and syslogd seems to work fine (at least, it no longer panics during st

Re: CVS commit: src/sys/kern (kern_event.c)

2021-01-21 Thread Paul Goyette
Ooopppsss ignore me - looks like this was already fixed and my update missed it. I'll retry. On Thu, 21 Jan 2021, Paul Goyette wrote: This change seems to break everything! As soon as I try to start syslogd I hit the panic() that you added [ 28.0253983] panic: kqueue_scan,149

Re: CVS commit: src/sys/kern (kern_event.c)

2021-01-21 Thread Paul Goyette
mit: cvs rdiff -u -r1.111 -r1.112 src/sys/kern/kern_event.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ++--+---+ | Paul Goyette | PGP Key fingerprint:

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

2021-01-14 Thread Paul Goyette
tion? If we do create it, should its creation XXX perhaps be conditioned on MKKDEBUG rather than MKDEBUG? XXX There is still another problem with ``build.sh install-image'' but I XXX open a new PR for that. On Thu, 14 Jan

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

2021-01-01 Thread Paul Goyette
:5fefe793123761591715016! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: please put back cat man pages, and what's the deal with warp?

2020-11-10 Thread Paul Goyette
e for inclusion - see the package's license for details.) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software

Re: CVS commit: src/sys

2020-11-07 Thread Paul Goyette
setup() in arm/core_machdep.c This seems simply a mistake; kernel sets EABI flag to OABI core files. We can remove entire COMPAT_NETBSD32 codes. I will commit them soon if there's no objection. Thanks, rin On 2020/11/08 6:53, Paul Goyette wrote: Thanks for fixing ... On Sat, 7 Nov 2020, Ch

Re: CVS commit: src/sys

2020-11-07 Thread Paul Goyette
Thanks for fixing ... On Sat, 7 Nov 2020, Christos Zoulas wrote: /usr/obj/evbarm-earmv7/tools/bin/nbmake-evbarm -V MACHINE_ARCH earmv7 christos On Nov 7, 2020, at 4:27 PM, Paul Goyette wrote: OK, I think I found the problem, but I don't know how to solve it... All of the unde

Re: CVS commit: src/sys

2020-11-07 Thread Paul Goyette
Thu, 5 Nov 2020, Rin Okuyama wrote: On 2020/11/05 5:43, Paul Goyette wrote: BTW, the patch you submitted with the initial message in this thread looks good for avoiding the issue. But I'm not sure it is a complete solution. In particular, you would need to build a 32-bit arm that contains ``n

Re: CVS commit: src/sys

2020-11-05 Thread Paul Goyette
I will investigate. Can you confirm that it works correctly if you have the built-in module? (ie, kernel with ``options COMPAT_NETBSD32'') On Thu, 5 Nov 2020, Rin Okuyama wrote: On 2020/11/05 5:43, Paul Goyette wrote: BTW, the patch you submitted with the initial message in t

Re: CVS commit: src/sys

2020-11-04 Thread Paul Goyette
include int main(int argc, void *argv) { abort(); } I really have to leave and take care of some personal business, so I would greatly appreciate if you can check this out. Thanks! On Wed, 4 Nov 2020, Paul Goyette wrote: I guess I don't understand why a 32-bit architecture would

Re: CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
n I return. On Wed, 4 Nov 2020, Rin Okuyama wrote: On 2020/11/04 22:52, Paul Goyette wrote: On Wed, 4 Nov 2020, Rin Okuyama wrote: ptrace_common_{init,fini} are called from the ptrace_common module's modcmd routine in kern/sys_ptrace_common.c. The modcmd routine in turn is c

Re: CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
On Wed, 4 Nov 2020, Rin Okuyama wrote: On 2020/11/04 22:52, Paul Goyette wrote: On Wed, 4 Nov 2020, Rin Okuyama wrote: ptrace_common_{init,fini} are called from the ptrace_common module's modcmd routine in kern/sys_ptrace_common.c. The modcmd routine in turn is called at m

Re: CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
nit/fini routines are called ONLY if the ptrace module itself (not the ptrace_common) routine is built-in. Please check to make sure that ``options PTRACE'' is included in your kernel config. ++------+---+ | Paul Goyette

Re: CVS commit: src/sys

2020-11-04 Thread Paul Goyette
I guess I don't understand why a 32-bit architecture would also have COMPAT_NETBSD32. Christos, can you help out on this? On Wed, 4 Nov 2020, Rin Okuyama wrote: Hello again, On 2020/11/02 3:51, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun Nov

Re: CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
On Wed, 4 Nov 2020, Rin Okuyama wrote: Hi, On 2020/10/26 0:55, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun Oct 25 15:55:37 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: ptrace_Common is a module unto itself. Don&#

Re: CVS commit: src/sys

2020-11-01 Thread Paul Goyette
On Sun, 1 Nov 2020, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun Nov 1 18:51:03 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_core.c src/sys/kern: compat_stub.c files.kern kern_core.c kern_sig.c

Re: CVS commit: src/sys

2020-10-20 Thread Paul Goyette
xec_elf.h Added Files: src/sys/modules/ptrace_common: machdep.mk Log Message: Arrange so that no options COREDUMP and no options PTRACE work together. Thanks to Paul Goyette for testing. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amd64/conf/MODULAR cvs rd

Re: CVS commit: src/sys

2020-10-20 Thread Paul Goyette
src/sys/sys: compat_stub.h exec_elf.h Added Files: src/sys/modules/ptrace_common: machdep.mk Log Message: Arrange so that no options COREDUMP and no options PTRACE work together. Thanks to Paul Goyette for testing. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/

Re: CVS commit: src/sys/kern

2020-08-02 Thread Paul Goyette
/a.out 12 3 sizeof = 12 12 speedy:paul {655} ./a.out 12 3 45 6 sizeof = 20 20 Looks the same to me! ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF

Re: CVS commit: src

2020-07-04 Thread Paul Goyette
4 but NOT xen. With your recent commits I'll see if it works now. -Chuck On Sat, Jul 04, 2020 at 04:11:14PM -0700, Paul Goyette wrote: Chuck, Does this mean that PR port-xen/53130 is no longer relevant? And I can now include microcode-loader compat code in the appropriate compat_xx mo

Re: CVS commit: src

2020-07-04 Thread Paul Goyette
copyright notices on the relevant files. !DSPAM:5f00ee9a272741339312858! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Paul Goyette
On Tue, 16 Jun 2020, Martin Husemann wrote: On Tue, Jun 16, 2020 at 09:12:40AM -0700, Paul Goyette wrote: It might be better to run the test in a rump-kernel rather than in a "live" environment The test this is about is a plain userland test: it extracts/compresses/decompress

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Paul Goyette
probably not necessary anyway. It might be better to run the test in a rump-kernel rather than in a "live" environment ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: |

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

2020-05-27 Thread Paul Goyette
not a very common use-case, so as long as we don't _need_ the decrement, it's not worth losing any sleep. :) Thanks for the reply. ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Reti

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

2020-05-27 Thread Paul Goyette
DSPAM:5ece145a266021866921056! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA

Re: CVS commit: src

2020-04-26 Thread Paul Goyette
On Sun, 26 Apr 2020, Maxime Villard wrote: Le 26/04/2020 à 14:05, Paul Goyette a écrit : Why are these files being placed in src/tests/modules? Because I modeled my tests after the ufetchstore and threadpool tests which are both in this directory and provide user access to kernel internals

Re: CVS commit: src

2020-04-26 Thread Paul Goyette
diffs are not public domain; they are subject to the copyright notices on the relevant files. !DSPAM:5ea54fda15308349521! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Re: CVS commit: src/include

2020-04-17 Thread Paul Goyette
asking, since your own ptrace tests depend on static_assert... Joerg I will fix it! And please test... :) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF

Re: CVS commit: src/include

2020-04-17 Thread Paul Goyette
bc/sys/t_ptrace_wait.c:88:5: error: expected declaration specifiers or '...' before string constant "pe_other_pid and pe_lwp must be of the same size"); ^~~~~~~~~~ *** [t_ptrace_wait.o] Error code 1 nbmake: stopped in /build/netbsd-local/src_ro +---

Re: CVS commit: src/sys/modules/examples/fopsmapper

2020-04-01 Thread Paul Goyette
hen being built as loadable modules. That's why so many of the individual module Makefiles have explicit WARNS=4. (It seems that when modules are built-in as part of the kernel, they are by default built with WARNS=4.) ++--+---

Re: CVS commit: src

2020-03-23 Thread Paul Goyette
On Mon, 23 Mar 2020, Paul Goyette wrote: On Mon, 23 Mar 2020, J. Hannken-Illjes wrote: Are sure it is ok to detach a non-attached event? No, it is not OK! And it is also not necessary to check (paranoia on my part). I'm rebuilding now, and will commit as soon as I verify that the

Re: CVS commit: src

2020-03-23 Thread Paul Goyette
ption. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: CVS commit: src

2020-03-23 Thread Paul Goyette
I will investigate On Mon, 23 Mar 2020, J. Hannken-Illjes wrote: On 22. Mar 2020, at 14:30, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sun Mar 22 13:30:11 UTC 2020 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/rump

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

2020-03-13 Thread Paul Goyette
ize. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: CVS commit: src/sys/compat/netbsd32

2020-03-08 Thread Paul Goyette
On Mon, 9 Mar 2020, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Mon Mar 9 01:06:34 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c Log Message: If a syscall requires a module to be autoloaded, the initial invocation of that

re: CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
On Fri, 6 Mar 2020, matthew green wrote: Paul Goyette writes: On Thu, 5 Mar 2020, Paul Goyette wrote: also aarch64 has no EXEC_AOUT. Does aarch64 have COMPAT_NETBSD32? If so, I will adjust my fix. (I built 67 different architectures, including all of the ones that the releng build

Re: CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
OK, I reproduced it, and have commited a fix for aarch64. I will also include this in the pullup requests for -9 and -8 On Thu, 5 Mar 2020, Paul Goyette wrote: On Fri, 6 Mar 2020, Ryo Shimizu wrote: also aarch64 has no EXEC_AOUT. Does aarch64 have COMPAT_NETBSD32? If so, I will adjust

Re: CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
. but EXEC_AOUT is not supported. (yet?) OK, I'll get this all fixed up as soon as I can. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@wh

Re: CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
On Thu, 5 Mar 2020, Paul Goyette wrote: also aarch64 has no EXEC_AOUT. Does aarch64 have COMPAT_NETBSD32? If so, I will adjust my fix. (I built 67 different architectures, including all of the ones that the releng build cluster is building, and did not have any problems with aarch64 or any

Re: CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
other.) BTW, s/COMPAT_NETBSD64/COMPAT_NETBSD32/ in comment? Ooops! I just fixed that, and will add it to the pull-up requests. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Re: CVS commit: src/sys/conf

2020-03-03 Thread Paul Goyette
On Wed, 4 Mar 2020, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Wed Mar 4 02:20:57 UTC 2020 Modified Files: src/sys/conf: files Log Message: mips64 has compat_netbsd32 but cannot have exec_aout; all other users of compat_netbsd32 need exec_aout

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
rather than bool? And that it shouldn't directly print error messages? :) +----+--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppe

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
On Sat, 22 Feb 2020, Paul Goyette wrote: While there, it would be good to implement modctl(MODCTL_MODSTAT, &modstat) to check whether a specific module is loaded into the kernel and retrieve modstat_t describing it. modstat_t m; strlcpy(&m.ms_name, "haxm", MAXMO

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
pecially WRT the module's list of "required" modules. +----+--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: CVS commit: src/tests/modules

2020-02-21 Thread Paul Goyette
those all belong somewhere else, probably in the tests/sys/... hierarchy. Anyway, my apologies for over-reacting to this commit. And thanks to riastradh@ for pointing this out (on IRC). On Fri, 21 Feb 2020, Paul Goyette wrote: Really, the tests/modules directory should be only used for tests

Re: CVS commit: src/tests/modules

2020-02-21 Thread Paul Goyette
public domain; they are subject to the copyright notices on the relevant files. !DSPAM:5e5073af66043393299806! ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3

Re: CVS commit: src/sys/sys

2020-01-29 Thread Paul Goyette
- ride the bump! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Paul Goyette
I don't see it. One worked with the addition of LOCKDEBUG. The other didn't, but it seems to be unrelated: Yeah, that backtrace looks unrelated. ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail ad

Re: CVS commit: src/sys [freeze on boot]

2020-01-20 Thread Paul Goyette
Do you have an ATI Radeon graphics chip? The qemu install uses serial console. It does emulate some graphics card, but not sure which one. - Are you using ZFS? Definitely not! ++--+-------+ | Paul Goyette | PGP Key fingerprin

Re: CVS commit: src/sys

2020-01-19 Thread Paul Goyette
g the boot device, and then hang. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE

Re: boottime

2020-01-04 Thread Paul Goyette
As discussed on IRC/ICB, while we don't claim compatability, in this case it doesn't hurt to provide it. On Sat, 4 Jan 2020, m...@netbsd.org wrote: - Forwarded message from Paul Goyette - Log Message: Resurrect boottime, but only in the compat_90 module (whether built-in or

Re: CVS commit: src/sys/arch (multiboot2 support)

2019-12-10 Thread Paul Goyette
amd64/conf/files.amd64 cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/conf/kern.ldscript cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/efi.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/multiboot2.c ++--+---+ | Paul Goyette

Re: CVS commit: src/sys/kern

2019-12-09 Thread Paul Goyette
reverse order. Should this be added to the mutex(9) man page? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software

Re: CVS commit: src/sys/arch

2019-12-06 Thread Paul Goyette
kernel with ``options PCIVERBOSE'' defined). ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Develo

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

2019-11-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 30 04:06:23 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add the new unit-tests for make(1) to the sets list, fixing the build. To generate a diff of this commit: cvs rdiff -u -r1.822 -r1.823

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

2019-11-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 30 04:06:23 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add the new unit-tests for make(1) to the sets list, fixing the build. To generate a diff of this commit: cvs rdiff -u -r1.822 -r1.823

CVS commit: src/distrib/notes/common

2019-11-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 25 15:40:18 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Improve heading a bit. While here, use quotes to group some of the words to avoid the 9-arg limitation of .Ss To generate a diff of this

CVS commit: src/distrib/notes/common

2019-11-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 25 15:40:18 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Improve heading a bit. While here, use quotes to group some of the words to avoid the 9-arg limitation of .Ss To generate a diff of this

CVS commit: src/distrib/notes/common

2019-11-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 24 16:16:21 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Add "Oxford comma" To generate a diff of this commit: cvs rdiff -u -r1.554 -r1.555 src/distrib/notes/common/main Please note that diffs

CVS commit: src/distrib/notes/common

2019-11-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 24 16:16:21 UTC 2019 Modified Files: src/distrib/notes/common: main Log Message: Add "Oxford comma" To generate a diff of this commit: cvs rdiff -u -r1.554 -r1.555 src/distrib/notes/common/main Please note that diffs

CVS commit: src/sys/kern

2019-11-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 22 15:57:49 UTC 2019 Modified Files: src/sys/kern: core_elf32.c Log Message: Use __diagused To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/core_elf32.c Please note that diffs are not public

CVS commit: src/sys/kern

2019-11-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 22 15:57:49 UTC 2019 Modified Files: src/sys/kern: core_elf32.c Log Message: Use __diagused To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/core_elf32.c Please note that diffs are not public

CVS commit: src/sys

2019-11-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 20 19:37:54 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: core_machdep.c netbsd32_machdep.c src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/alpha/alpha: core_machdep.c src/sys/arch/a

CVS commit: src/sys

2019-11-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 20 19:37:54 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: core_machdep.c netbsd32_machdep.c src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/alpha/alpha: core_machdep.c src/sys/arch/a

CVS commit: src/sys/kern

2019-11-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 16 03:26:19 UTC 2019 Modified Files: src/sys/kern: compat_stub.c Log Message: Remove some XXX'd comments that were remnants of when I was working on the [pgoyette-compat] code. NFC To generate a diff of this commit: c

CVS commit: src/sys/kern

2019-11-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 16 03:26:19 UTC 2019 Modified Files: src/sys/kern: compat_stub.c Log Message: Remove some XXX'd comments that were remnants of when I was working on the [pgoyette-compat] code. NFC To generate a diff of this commit: c

CVS commit: src/sys/arch

2019-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 13 16:11:28 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep_13.c netbsd32_machdep_16.c src/sys/arch/arm/arm32: netbsd32_machdep.c netbsd32_machdep_13.c netbsd32_machdep_16.c

CVS commit: src/sys/arch

2019-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 13 16:11:28 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep_13.c netbsd32_machdep_16.c src/sys/arch/arm/arm32: netbsd32_machdep.c netbsd32_machdep_13.c netbsd32_machdep_16.c

CVS commit: src/sys/kern

2019-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 13 15:48:36 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Return success if no coredump module is loaded/hooked. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/kern/sys_

CVS commit: src/sys/kern

2019-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 13 15:48:36 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Return success if no coredump module is loaded/hooked. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/kern/sys_

CVS commit: src/share/misc

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 11 04:11:53 UTC 2019 Modified Files: src/share/misc: acronyms Log Message: Add UPC - universal product code To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/share/misc/acronyms Please note that diff

CVS commit: src/share/misc

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 11 04:11:53 UTC 2019 Modified Files: src/share/misc: acronyms Log Message: Add UPC - universal product code To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/share/misc/acronyms Please note that diff

CVS commit: src/sys

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 10 14:20:50 UTC 2019 Modified Files: src/sys/kern: compat_stub.c kern_core.c kern_sig.c sys_ptrace_common.c src/sys/sys: compat_stub.h signalvar.h Log Message: Convert the coredump_vec modular function pointer to

CVS commit: src/sys

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 10 14:20:50 UTC 2019 Modified Files: src/sys/kern: compat_stub.c kern_core.c kern_sig.c sys_ptrace_common.c src/sys/sys: compat_stub.h signalvar.h Log Message: Convert the coredump_vec modular function pointer to

CVS commit: src/sys

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 10 13:28:07 UTC 2019 Modified Files: src/sys/compat/common: kern_sig_16.c src/sys/kern: compat_stub.c kern_sig.c sys_sig.c src/sys/sys: compat_stub.h signalvar.h Log Message: Convert the sendsig_sigcontex

CVS commit: src/sys

2019-11-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 10 13:28:07 UTC 2019 Modified Files: src/sys/compat/common: kern_sig_16.c src/sys/kern: compat_stub.c kern_sig.c sys_sig.c src/sys/sys: compat_stub.h signalvar.h Log Message: Convert the sendsig_sigcontex

CVS commit: src/sys/kern

2019-11-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 9 23:34:13 UTC 2019 Modified Files: src/sys/kern: sys_sig.c Log Message: If we need to handle old-version signals, load the version-specific "compat_16" module. There is no longer a monolithic "compat" module! XXX pul

CVS commit: src/sys/kern

2019-11-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 9 23:34:13 UTC 2019 Modified Files: src/sys/kern: sys_sig.c Log Message: If we need to handle old-version signals, load the version-specific "compat_16" module. There is no longer a monolithic "compat" module! XXX pul

CVS commit: src/sys/sys

2019-11-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 9 16:46:09 UTC 2019 Modified Files: src/sys/sys: disklabel.h Log Message: Fix a typo is christos long comment. :) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/sys/disklabel.h Please note t

CVS commit: src/sys/sys

2019-11-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 9 16:46:09 UTC 2019 Modified Files: src/sys/sys: disklabel.h Log Message: Fix a typo is christos long comment. :) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/sys/disklabel.h Please note t

CVS commit: src/usr.bin/calendar/calendars

2019-11-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 6 13:46:04 UTC 2019 Modified Files: src/usr.bin/calendar/calendars: calendar.usholiday Log Message: Belatedly update several entries that move from year to year. To generate a diff of this commit: cvs rdiff -u -r1.8 -

CVS commit: src/usr.bin/calendar/calendars

2019-11-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 6 13:46:04 UTC 2019 Modified Files: src/usr.bin/calendar/calendars: calendar.usholiday Log Message: Belatedly update several entries that move from year to year. To generate a diff of this commit: cvs rdiff -u -r1.8 -

CVS commit: src/sys/modules

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 16:03:55 UTC 2019 Modified Files: src/sys/modules: Makefile src/sys/modules/filemon: Makefile Log Message: Continue to build the filemon module, but don't install it. Hopefully this will help us detect any ad

CVS commit: src/sys/modules

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 16:03:55 UTC 2019 Modified Files: src/sys/modules: Makefile src/sys/modules/filemon: Makefile Log Message: Continue to build the filemon module, but don't install it. Hopefully this will help us detect any ad

CVS commit: src/distrib/sets/lists/debug

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 15:42:08 UTC 2019 Modified Files: src/distrib/sets/lists/debug: md.amd64 Log Message: Add debug entry for newly introduced nvmmctl utility. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/distrib

CVS commit: src/distrib/sets/lists/debug

2019-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Oct 28 15:42:08 UTC 2019 Modified Files: src/distrib/sets/lists/debug: md.amd64 Log Message: Add debug entry for newly introduced nvmmctl utility. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/distrib

CVS commit: src/lib/libc/sys

2019-10-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 27 12:28:13 UTC 2019 Modified Files: src/lib/libc/sys: accept.2 Log Message: accept() is a function, not an argument! To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/accept.2 Please note

CVS commit: src/lib/libc/sys

2019-10-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 27 12:28:13 UTC 2019 Modified Files: src/lib/libc/sys: accept.2 Log Message: accept() is a function, not an argument! To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/accept.2 Please note

Re: CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-10-15 Thread Paul Goyette
On Tue, 15 Oct 2019, J. Hannken-Illjes wrote: Should be fixed with Rev. 1.4 of src/external/cddl/osnet/dist/uts/common/fs/zfs/dmu_diff.c Yup - thanks! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2019-10-14 Thread Paul Goyette
;auio' set but not used [-Wunused-but-set-variable] struct uio auio; ^~~~ *** [dmu_diff.pico] Error code 1 ++----------+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)

CVS commit: src/sys/arch/amd64/conf

2019-10-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 5 17:36:47 UTC 2019 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: Add a commented-out entry for COMPAT_90 for completeness NFCI To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arc

CVS commit: src/sys/arch/amd64/conf

2019-10-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 5 17:36:47 UTC 2019 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: Add a commented-out entry for COMPAT_90 for completeness NFCI To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arc

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/doc

2019-09-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 29 00:57:12 UTC 2019 Modified Files: src/doc: TODO.modules Log Message: Another issue, as identified on IRC/ICB To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/doc/TODO.modules Please note that diffs

CVS commit: src/doc

2019-09-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 29 00:57:12 UTC 2019 Modified Files: src/doc: TODO.modules Log Message: Another issue, as identified on IRC/ICB To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/doc/TODO.modules Please note that diffs

CVS commit: src/sys

2019-09-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Sep 27 00:32:04 UTC 2019 Modified Files: src/sys/compat/common: kern_uipc_socket_50.c src/sys/kern: uipc_socket.c src/sys/sys: compat_stub.h param.h Log Message: Actually return the updated pointer-to-mbuf-po

CVS commit: src/sys

2019-09-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Sep 27 00:32:04 UTC 2019 Modified Files: src/sys/compat/common: kern_uipc_socket_50.c src/sys/kern: uipc_socket.c src/sys/sys: compat_stub.h param.h Log Message: Actually return the updated pointer-to-mbuf-po

<    1   2   3   4   5   6   7   8   9   >