Date: Mon, 30 May 2005 16:11:54 +0100 (BST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern makesyscalls.sh Message-ID: <20050530161059.O85876@fledge.watson.org> In-Reply-To: <200505301509.j4UF9F84008131@repoman.freebsd.org> References: <200505301509.j4UF9F84008131@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 May 2005, Robert Watson wrote: > Introduce a new field in the syscalls.master file format to hold the > audit event identifier associated with each system call, which will > be stored by makesyscalls.sh in the sy_auevent field of struct sysent. > For now, default the audit identifier on all system calls to AUE_NULL, > but in the near future, other BSM event identifiers will be used. The > mapping of system calls to event identifiers is many:one due to > multiple system calls that map to the same end functionality across > compatibility wrappers, ABI wrappers, etc. Something odd happened with this commit -- normally, information across all the modified files in a single commit is coalesced, but for some reason that didn't happen: /tmp/cvsdON0UL: 24 lines, 1154 characters. Checking in kern/makesyscalls.sh; /home/ncvs/src/sys/kern/makesyscalls.sh,v <-- makesyscalls.sh new revision: 1.62; previous revision: 1.61 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8138: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./alpha/linux/syscalls.master; /home/ncvs/src/sys/alpha/linux/syscalls.master,v <-- syscalls.master new revision: 1.62; previous revision: 1.61 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8155: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./alpha/osf1/syscalls.master; /home/ncvs/src/sys/alpha/osf1/syscalls.master,v <-- syscalls.master new revision: 1.11; previous revision: 1.10 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8176: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./amd64/linux32/syscalls.master; /home/ncvs/src/sys/amd64/linux32/syscalls.master,v <-- syscalls.master new revision: 1.3; previous revision: 1.2 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8193: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./compat/freebsd32/syscalls.master; /home/ncvs/src/sys/compat/freebsd32/syscalls.master,v <-- syscalls.master new revision: 1.49; previous revision: 1.48 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8210: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./compat/svr4/syscalls.master; /home/ncvs/src/sys/compat/svr4/syscalls.master,v <-- syscalls.master new revision: 1.17; previous revision: 1.16 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8227: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./i386/ibcs2/syscalls.master; /home/ncvs/src/sys/i386/ibcs2/syscalls.master,v <-- syscalls.master new revision: 1.20; previous revision: 1.19 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8244: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./i386/linux/syscalls.master; /home/ncvs/src/sys/i386/linux/syscalls.master,v <-- syscalls.master new revision: 1.60; previous revision: 1.59 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. 8261: Cannot open $FILES_FILE (/tmp//#cvs.files.7978.files) Checking in ./kern/syscalls.master; /home/ncvs/src/sys/kern/syscalls.master,v <-- syscalls.master new revision: 1.196; previous revision: 1.195 done Mailing the commit message to 'src-committers@FreeBSD.org cvs-src@FreeBSD.org cvs-all@FreeBSD.org'. Robert N M Watson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050530161059.O85876>