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:   drochner
Date:           Fri Mar 26 15:29:29 UTC 2004

Modified Files:
        src/sys/compat/aout: aout_syscall.h aout_syscallargs.h aout_syscalls.c
            aout_sysent.c
        src/sys/compat/ibcs2: ibcs2_syscall.h ibcs2_syscallargs.h
            ibcs2_syscalls.c ibcs2_sysent.c
        src/sys/compat/pecoff: pecoff_syscall.h pecoff_syscallargs.h
            pecoff_syscalls.c pecoff_sysent.c
        src/sys/kern: init_sysent.c syscalls.c
        src/sys/sys: syscall.h syscallargs.h

Log Message:
regen after __HAVE_SIGINFO removal


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/compat/aout/aout_syscall.h \
    src/sys/compat/aout/aout_sysent.c
cvs rdiff -r1.25 -r1.26 src/sys/compat/aout/aout_syscallargs.h \
    src/sys/compat/aout/aout_syscalls.c
cvs rdiff -r1.37 -r1.38 src/sys/compat/ibcs2/ibcs2_syscall.h \
    src/sys/compat/ibcs2/ibcs2_syscalls.c
cvs rdiff -r1.38 -r1.39 src/sys/compat/ibcs2/ibcs2_syscallargs.h \
    src/sys/compat/ibcs2/ibcs2_sysent.c
cvs rdiff -r1.8 -r1.9 src/sys/compat/pecoff/pecoff_syscall.h \
    src/sys/compat/pecoff/pecoff_syscalls.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/pecoff/pecoff_syscallargs.h \
    src/sys/compat/pecoff/pecoff_sysent.c
cvs rdiff -r1.154 -r1.155 src/sys/kern/init_sysent.c
cvs rdiff -r1.149 -r1.150 src/sys/kern/syscalls.c
cvs rdiff -r1.147 -r1.148 src/sys/sys/syscall.h
cvs rdiff -r1.129 -r1.130 src/sys/sys/syscallargs.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