Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
This change seems to work only with built-in COMPAT_{13,50} code; it
does not appear that it would work if it is not built-in, even if the
compat_netbsd module is loaded.
I've changed it differently on the [pgoyette-compat] branch, in a manner
that allows the code to be built-in or modularly loaded after boot.
On Wed, 14 Mar 2018, Christos Zoulas wrote:
Module Name: src
Committed By: christos
Date: Thu Mar 15 00:48:13 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c
src/sys/sys: param.h
src/sys/uvm: uvm_swap.c uvm_swap.h
Log Message:
Untangle the swapctl compat code mess. Welcome to lucky 13.
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.557 -r1.558 src/sys/sys/param.h
cvs rdiff -u -r1.175 -r1.176 src/sys/uvm/uvm_swap.c
cvs rdiff -u -r1.22 -r1.23 src/sys/uvm/uvm_swap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
!DSPAM:5aa9c2f364906872211511!
+------------------+--------------------------+----------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+
Home |
Main Index |
Thread Index |
Old Index