Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: [pgoyette-compat] src
"Paul Goyette" writes:
> Module Name: src
> Committed By: pgoyette
> Date: Tue Apr 17 08:02:35 UTC 2018
>
> Modified Files:
> src/distrib/sets/lists/modules [pgoyette-compat]: mi
> src/sys/modules [pgoyette-compat]: Makefile
> Added Files:
> src/sys/modules/compat_sysctl_09_43 [pgoyette-compat]: Makefile
>
> Log Message:
> Actually create the new compat_sysctl_09_43 module
hmm, these combined seems like an odd choice. typically,
older compat relies upon newer comapt, except for compat_43,
which is more about enabing 4.3BSD tty and other interfaces
we have modern APIs for.
eg, it's valid to have a non netbsd comapt but compat_43
kernel running with software compiled today that uses the
old <sgtty.h> interface, for instance. the above change
seems to imply that doing this will pull in all other
compat as well, via compat_09.
.mrg.
Home |
Main Index |
Thread Index |
Old Index