Go to file
itojun df9784d749 pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument.
pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest.
3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr *
(almost noone is using it anyways).

benefit: the follwoing command now works.  previously we need two route(8)
invocations, "add" then "change".
# route add -inet6 default ::1 -ifp gif0

remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *.  it was
introduced by 4.3BSD-reno and never corrected.

XXX is eon_rtrequest() change correct regarding to 3rd arg?
eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno,
so i do not have correct answer in the source code.
someone with more clue about netiso-over-ip, please help.
2001-01-17 04:05:41 +00:00
bin avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
crypto Fix printf format with sizeof(). 2001-01-16 02:20:19 +00:00
dist comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
distrib Add LOG_MKISOFS option to produce extra-verbose logs of the mkisofs image 2001-01-17 02:07:25 +00:00
etc Add prep installer 2001-01-16 16:53:57 +00:00
games comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
gnu Fix problem with shared library symbols. 2001-01-16 23:35:19 +00:00
include use expr to do subtraction. shell math isn't as portable. 2001-01-16 02:42:39 +00:00
lib don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0. 2001-01-17 01:07:10 +00:00
libexec comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
regress don't use $s in test #39, that test doesn't depend on presence of -s 2001-01-15 18:52:32 +00:00
sbin Add handling of -o linux. 2001-01-17 00:09:54 +00:00
share Update the documentation to reflect the deletion of NO_WRKDIR 2001-01-16 14:03:07 +00:00
sys pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). 2001-01-17 04:05:41 +00:00
usr.bin - fix alignment problem. 2001-01-16 12:06:19 +00:00
usr.sbin Fix the sorting introduced in rev 1.9 for the netgroup map: 2001-01-16 07:15:18 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mention that we need to build make first. 2001-01-15 15:03:38 +00:00