CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:59:00 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_13.c Log Message: Remove redundant definition of machine_arch32 and machine32 To generate a diff of this commit: cvs

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:22:36 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Make netbsd32_sendsig_sigino() non-static since we need to call it from the _md_16 code. While here, use

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:18:29 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Use proper names for netbsd32_machdep_md_16_{init,fini}() routines To generate a diff of this commit:

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:11:34 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Add prototype for the default netbsd32_sendsig_siginfo() To generate a diff of this commit: cvs rdiff

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 10:02:37 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Here there is no 32-bit specific sendsig_sigcontext() so just use the native one. To generate a diff of

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 09:45:51 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Put netbsd32_sendsig_siginfo() here, where it belongs. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 09:44:53 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Remove netbsd32_sendsig_sigcontext() - it belongs in netbsd32_machdep.c To generate a diff of this

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:38:45 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Define the netbsd32_sendsig_hook and create its accessor function. To generate a diff of this commit: cvs

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:25:36 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Log Message: Add a routine to actually invoke the hook for netbsd32_sendsig() To generate a diff of this commit: cvs

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 08:07:54 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c netbsd32_machdep_13.c Log Message: Keep only one copy of the netbsd32_compat_16 code. Remove unnecessary

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:47:46 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Don't fall off the end of a non-void function. (It used to be void, but now returns an int to conform

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 07:36:44 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: Remove unnecesasry #ifdef COMPAT_16 (this file won't get selected unless COMPAT_16 is defined). Rename

CVS commit: [pgoyette-compat] src/sys/arch/mips/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 06:55:33 UTC 2018 Modified Files: src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_16.c Log Message: #include the module hook stuff add prototype for netbsd32_sendsig_sigcontext To generate a diff of this

CVS commit: [pgoyette-compat] src/sys/arch/mips

2018-09-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 29 06:31:02 UTC 2018 Modified Files: src/sys/arch/mips/conf [pgoyette-compat]: files.mips src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c Added Files: src/sys/arch/mips/mips