Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright | |
1999-12-08 | move checking of hostkey into own function. | Markus Friedl | |
1999-12-08 | make code simpler. no need for memcpy. niels@ ok | Markus Friedl | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron 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-08 | Just comment out the M_TUNNEL case... | Angelos D. Keromytis | |
1999-12-08 | silence more DAD debugging information | Theo de Raadt | |
1999-12-08 | avoid stdio; based on work by markus, millert, and I | Theo de Raadt | |
1999-12-08 | s/ipv6intr/ip6intr/ | Jun-ichiro itojun Hagino | |
1999-12-08 | s/ipv6intr/ip6intr/ | Michael Shalayeff | |
1999-12-08 | Readd the PMAP_NEW code, this time with the missing ifdef. | Artur Grabowski | |
1999-12-08 | add faith(4), gif(4) and inet6(4). | Jun-ichiro itojun Hagino | |
1999-12-08 | avoid build breakage. (mbuf flag M_TUNNEL passed to userland???) | Jun-ichiro itojun Hagino | |
1999-12-08 | sample entry for IPv6 ftp. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6 support from KAME. | Jun-ichiro itojun Hagino | |
XXX kerberos and tcp_wrapper needs checking | |||
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino | |
1999-12-08 | add ifmcstat(8), a program to check multicast group status on interfaces. | Jun-ichiro itojun Hagino | |
1999-12-08 | add 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-08 | undo even more damage | Theo de Raadt | |
1999-12-08 | undo total garbage untested sloppy commit from art | Theo de Raadt | |
1999-12-08 | silence non-duplicate DAD completion messages | Theo de Raadt | |
1999-12-08 | Fix debugging printf compilation. | Angelos D. Keromytis | |
1999-12-08 | ifdef cleanup... | Angelos D. Keromytis | |
1999-12-08 | Better pmap_kenter_pa4m. | Artur Grabowski | |
Use pmap_kenter_pa4m in pmap_kenter_pgs4m. | |||
1999-12-08 | Identation. | Angelos D. Keromytis | |
1999-12-08 | Removed about 24KB of ifdef'ed code. It's nice to be able to see what | Angelos D. Keromytis | |
other OSes do, but not if I can't read our code. | |||
1999-12-08 | Fix compile conflict with the new IPv6 code (namespace pollution). | Angelos D. Keromytis | |
1999-12-08 | Dumb implementation of PMAP_NEW, it works but without any gains yet. | Artur Grabowski | |
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino | |
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||
1999-12-08 | ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch]. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6-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-08 | Type in sizeofs | Angelos D. Keromytis | |
1999-12-08 | bring 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-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-12-08 | Move the FIBMAP ioctl. | Angelos D. Keromytis | |
1999-12-08 | KAME IPv6 merger TODOs. you may want to see them earlier... | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6 header handling, improve IPv4 option handling support. | Angelos D. Keromytis | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jun-ichiro itojun Hagino | |
1999-12-08 | comment out call to inet_ntoa6() as we don't have the code yet. | Jun-ichiro itojun Hagino | |
1999-12-08 | fix field name (ip6_hdr->ip6_src). use IN6_ARE_ADDR_EQUAL for comparison. | Jun-ichiro itojun Hagino | |
1999-12-08 | careless niels | Theo de Raadt | |
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller | |
buffers that may not get zeroed. | |||
1999-12-08 | mod_ssl 2.4.9 merge | Bob Beck | |
1999-12-08 | AH finished, a couple of cosmetic changes in ESP. | Angelos D. Keromytis | |
1999-12-08 | make sure video timing is enabled (not always done by prom); NetBSD. | Jason Wright | |
1999-12-08 | Remove unused #define cruft. | Aaron Campbell | |
1999-12-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell | |
1999-12-08 | Sync 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-08 | Sync 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. |