cvs commit: src/sys/compat/linux linux_file.c linux_util.h src/sys/i386/linux linux.h linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master src/sys/amd64/linux32 linux.h linux32_dummy.c linux32_proto.h ...

Robert Watson rwatson at FreeBSD.org
Thu Mar 29 09:33:14 UTC 2007


On Thu, 29 Mar 2007, Julian Elischer wrote:

>  Revision  Changes    Path
>  1.15      +3 -0      src/sys/amd64/linux32/linux.h
>  1.8       +0 -1      src/sys/amd64/linux32/linux32_dummy.c
>  1.30      +5 -2      src/sys/amd64/linux32/linux32_proto.h
>  1.30      +0 -0      src/sys/amd64/linux32/linux32_syscall.h
>  1.30      +1 -1      src/sys/amd64/linux32/linux32_sysent.c
>  1.27      +2 -1      src/sys/amd64/linux32/syscalls.master

Normally, the change is committed to syscalls.master first, then the file 
regenerated and committed separately.  That way the reference to the 
syscalls.master version at the top of each generated file will be correct. 
If you don't do this, then the generated files reference the previous version 
of syscalls.master.

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the cvs-src mailing list