Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pgoyette
Date: Mon Nov 30 22:47:19 UTC 2015
Modified Files:
src/sys/kern: kern_exec.c kern_syscall.c makesyscalls.sh syscalls.conf
src/sys/sys: param.h proc.h
Log Message:
Make the list of syscalls which can trigger a module autoload an
attribute of each emulation, rather than having a single global
list which applies only to the default emulation.
This changes 'struct emul' so
Welcome to 7.99.23 !
To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/kern_syscall.c
cvs rdiff -u -r1.154 -r1.155 src/sys/kern/makesyscalls.sh
cvs rdiff -u -r1.24 -r1.25 src/sys/kern/syscalls.conf
cvs rdiff -u -r1.487 -r1.488 src/sys/sys/param.h
cvs rdiff -u -r1.324 -r1.325 src/sys/sys/proc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index