summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-08fix mbuf chain allocation to comply with m_devget() wayJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-12-08move checking of hostkey into own function.Markus Friedl
1999-12-08make code simpler. no need for memcpy. niels@ okMarkus Friedl
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD.
1999-12-08Just comment out the M_TUNNEL case...Angelos D. Keromytis
1999-12-08silence more DAD debugging informationTheo de Raadt
1999-12-08avoid stdio; based on work by markus, millert, and ITheo de Raadt
1999-12-08s/ipv6intr/ip6intr/Jun-ichiro itojun Hagino
1999-12-08s/ipv6intr/ip6intr/Michael Shalayeff
1999-12-08Readd the PMAP_NEW code, this time with the missing ifdef.Artur Grabowski
1999-12-08add faith(4), gif(4) and inet6(4).Jun-ichiro itojun Hagino
1999-12-08avoid build breakage. (mbuf flag M_TUNNEL passed to userland???)Jun-ichiro itojun Hagino
1999-12-08sample entry for IPv6 ftp.Jun-ichiro itojun Hagino
1999-12-08IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6.Jun-ichiro itojun Hagino
1999-12-08IPv6 support from KAME.Jun-ichiro itojun Hagino
XXX kerberos and tcp_wrapper needs checking
1999-12-08ftp(1) from KAME, should be good for testing.Jun-ichiro itojun Hagino
1999-12-08add ifmcstat(8), a program to check multicast group status on interfaces.Jun-ichiro itojun Hagino
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
1999-12-08undo even more damageTheo de Raadt
1999-12-08undo total garbage untested sloppy commit from artTheo de Raadt
1999-12-08silence non-duplicate DAD completion messagesTheo de Raadt
1999-12-08Fix debugging printf compilation.Angelos D. Keromytis
1999-12-08ifdef cleanup...Angelos D. Keromytis
1999-12-08Better pmap_kenter_pa4m.Artur Grabowski
Use pmap_kenter_pa4m in pmap_kenter_pgs4m.
1999-12-08Identation.Angelos D. Keromytis
1999-12-08Removed about 24KB of ifdef'ed code. It's nice to be able to see whatAngelos D. Keromytis
other OSes do, but not if I can't read our code.
1999-12-08Fix compile conflict with the new IPv6 code (namespace pollution).Angelos D. Keromytis
1999-12-08Dumb implementation of PMAP_NEW, it works but without any gains yet.Artur Grabowski
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousJun-ichiro itojun Hagino
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".
1999-12-08ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].Jun-ichiro itojun Hagino
1999-12-08IPv6-enabled ifconfig from KAME.Jun-ichiro itojun Hagino
it now loops through all the aliases on interfaces. KAME_SCOPEID will be enabled when get{addr,name}info(3) are replaced with KAME code.
1999-12-08Type in sizeofsAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-08Move the FIBMAP ioctl.Angelos D. Keromytis
1999-12-08KAME IPv6 merger TODOs. you may want to see them earlier...Jun-ichiro itojun Hagino
1999-12-08IPv6 header handling, improve IPv4 option handling support.Angelos D. Keromytis
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-12-08comment out call to inet_ntoa6() as we don't have the code yet.Jun-ichiro itojun Hagino
1999-12-08fix field name (ip6_hdr->ip6_src). use IN6_ARE_ADDR_EQUAL for comparison.Jun-ichiro itojun Hagino
1999-12-08careless nielsTheo de Raadt
1999-12-08Don't use stdio since we don't want the password to end up in stdioTodd C. Miller
buffers that may not get zeroed.
1999-12-08mod_ssl 2.4.9 mergeBob Beck
1999-12-08AH finished, a couple of cosmetic changes in ESP.Angelos D. Keromytis
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations.
1999-12-08Sync with FreeBSD:Aaron Campbell
- Use TX descriptor polling, similar to the xl driver, to reduce TX overhead. - As in if_sf, reset PHY when switching modes. - Remove unused code that was #ifdef foo'd out.