cvs commit: src/sys/kern makesyscalls.sh
Robert Watson
rwatson at FreeBSD.org
Mon May 30 08:11:28 PDT 2005
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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at 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 at FreeBSD.org
cvs-src at FreeBSD.org cvs-all at FreeBSD.org'.
Robert N M Watson
More information about the cvs-src
mailing list