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:   ad
Date:           Fri Nov 14 23:10:57 UTC 2008

Modified Files:
        src/sys/compat/common: Makefile tty_43.c uipc_syscalls_43.c
        src/sys/kern: sys_sig.c vfs_syscalls.c
Added Files:
        src/sys/compat/common: if_43.c kern_sig_16.c vfs_syscalls_40.c

Log Message:
- Move some more compat code into sys/compat.
- Split 4.3BSD ifioctl stuff into its own file.
- Remove some ifdefs that include small fragments of vfs compat code
  which are difficult to relocate elsewhere.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/compat/common/Makefile
cvs rdiff -r0 -r1.1 src/sys/compat/common/if_43.c \
    src/sys/compat/common/kern_sig_16.c \
    src/sys/compat/common/vfs_syscalls_40.c
cvs rdiff -r1.27 -r1.28 src/sys/compat/common/tty_43.c
cvs rdiff -r1.43 -r1.44 src/sys/compat/common/uipc_syscalls_43.c
cvs rdiff -r1.17 -r1.18 src/sys/kern/sys_sig.c
cvs rdiff -r1.377 -r1.378 src/sys/kern/vfs_syscalls.c

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