Source-Changes archive

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

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   snj
Date:           Fri Apr  3 17:59:03 UTC 2009

Modified Files:
        src/sys/net [netbsd-5]: route.c route.h rtsock.c
        src/usr.sbin/arp [netbsd-5]: arp.c
        src/usr.sbin/pppd/pppd [netbsd-5]: sys-bsd.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #650):
        sys/net/route.c: revision 1.117
        sys/net/route.h: revision 1.73
        sys/net/rtsock.c: revision 1.125
        usr.sbin/arp/arp.c: revision 1.48
        usr.sbin/pppd/pppd/sys-bsd.c: revision 1.59
Centralize the ROUNDUP and ADVANCE macro in a header file, give them an
RT_ prefix and use them appropriately, instead of making copies. Make
pppd use the RT_ROUNDUP macro; fixes proxyarp setting on 64 bit hosts.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.113.4.1 src/sys/net/route.c
cvs rdiff -u -r1.70 -r1.70.16.1 src/sys/net/route.h
cvs rdiff -u -r1.115.2.3 -r1.115.2.4 src/sys/net/rtsock.c
cvs rdiff -u -r1.47 -r1.47.4.1 src/usr.sbin/arp/arp.c
cvs rdiff -u -r1.58 -r1.58.2.1 src/usr.sbin/pppd/pppd/sys-bsd.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