Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   mrg
Date:           Thu Jan  3 01:11:31 UTC 2002

Modified Files:
        syssrc/sys/compat/sunos: sunos_misc.c sunos_syscall.h
            sunos_syscallargs.h sunos_syscalls.c sunos_sysent.c
        syssrc/sys/compat/sunos32: sunos32_misc.c sunos32_syscall.h
            sunos32_syscallargs.h sunos32_syscalls.c sunos32_sysent.c
        syssrc/sys/kern: uipc_socket.c

Log Message:
move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the
compat/sunos code.  besides being cleaner this allows the sunos LKM
to properly work without any special kernel hacks.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 syssrc/sys/compat/sunos/sunos_misc.c
cvs rdiff -r1.66 -r1.67 syssrc/sys/compat/sunos/sunos_syscall.h \
    syssrc/sys/compat/sunos/sunos_syscalls.c
cvs rdiff -r1.51 -r1.52 syssrc/sys/compat/sunos/sunos_syscallargs.h
cvs rdiff -r1.59 -r1.60 syssrc/sys/compat/sunos/sunos_sysent.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/compat/sunos32/sunos32_syscall.h \
    syssrc/sys/compat/sunos32/sunos32_syscallargs.h \
    syssrc/sys/compat/sunos32/sunos32_syscalls.c \
    syssrc/sys/compat/sunos32/sunos32_sysent.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/kern/uipc_socket.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