Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Mon Aug  3 09:51:40 UTC 2015

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/debug: mi
        src/usr.sbin/ndp: Makefile ndp.c
Added Files:
        src/usr.sbin/ndp: ndp_hostops.c ndp_rumpops.c prog_ops.h

Log Message:
Introduce rump.ndp

ndp(8) uses RTM that requires that getpid(2) works correctly. Unfortunately
supporting getpid(2) in librumphijack will be tricky so that we rump-ify
ndp(8) as well as arp(8).


To generate a diff of this commit:
cvs rdiff -u -r1.1106 -r1.1107 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.122 -r1.123 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/ndp/Makefile
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/ndp/ndp.c
cvs rdiff -u -r0 -r1.1 src/usr.sbin/ndp/ndp_hostops.c \
    src/usr.sbin/ndp/ndp_rumpops.c src/usr.sbin/ndp/prog_ops.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