Source-Changes archive

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

CVS commit: src/sys/compat/darwin



Module Name:    src
Committed By:   manu
Date:           Wed Jul 21 01:37:57 UTC 2004

Modified Files:
        src/sys/compat/darwin: darwin_sysctl.c files.darwin
Added Files:
        src/sys/compat/darwin: darwin_route.c darwin_route.h darwin_socket.c
            darwin_socket.h

Log Message:
Add the sysctl that provides interface enumeration (used by getifaddrs()
library call). Programs such as ifconfig or XFree86 4.4 XDarwin use it.
The emulation is not complete, as ifconfig is not able to display inet6
addresses correctly.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/compat/darwin/darwin_route.c \
    src/sys/compat/darwin/darwin_route.h \
    src/sys/compat/darwin/darwin_socket.c \
    src/sys/compat/darwin/darwin_socket.h
cvs rdiff -r1.27 -r1.28 src/sys/compat/darwin/darwin_sysctl.c
cvs rdiff -r1.17 -r1.18 src/sys/compat/darwin/files.darwin

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