summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1999-12-08make that a fatalNiels Provos
1999-12-08 Mod_SSL 2.4.8 mergeBob Beck
1999-12-07fix sighup handling. accept would just restart and daemon handled sighupNiels Provos
only after the next connection was accepted. use poll on listen sock now.
1999-12-07Xr new man pagesJason Wright
1999-12-07documentationJason Wright
1999-12-07driver for National Semiconductor 83843; from NetBSD.Jason Wright
1999-12-07syncJason Wright
1999-12-07Merge with NetBSD:Jason Wright
o move common support functions for phy drivers from mii.c to mii_physubr.c, so that they are not includes if no PHY is configured o Clean up the code that adds media a little, and make media selection table-driven in preparation for some other changes to be made. o Don't add any loopback versions of media, for now. o Add mii_down(), which is used by MAC drivers to inform PHYs that the interface is now down. PHYs use this to cancel pending asynchronous operations. o Add OUI for Enable Semiconductor. o New Driver for TDK TSC78Q2120 PHY
1999-12-07Dumb bug fix: error is not a printf-like function.Marc Espie
Also checked other calls to error warning fatal error_with_file_and_line warning_with_file_and_line fatal_with_file_and_line lex_error lex_warning c_error
1999-12-07remove freebsd bridging stuff, and let ALL packets go to ether_input()Jason Wright
1999-12-07quietJason Wright
1999-12-07merge with freebsd:Jason Wright
o when setting/clearing promisc mode, just update filter o call xl_init() in xl_media_upd() for handling media changes better on combo's o alternate tx strategy for 3c90?[BC] cards
1999-12-07Handles -I without filename correctly.Marc Espie
1999-12-07do not crash if stdin is not a ttyTheo de Raadt
1999-12-07make sure the client selects a supported cipherMarkus Friedl
1999-12-07Use pool to allocate page tables. This has the nice effect that we can uncacheArtur Grabowski
them on allocation instead of flushing cache every time we fiddle with them. Some parts from NetBSD.
1999-12-07Forgot a printf...Angelos D. Keromytis
1999-12-07New ah_new_input(), protocol-independent processing (still lackingAngelos D. Keromytis
IPv6-specific protocol header processing).
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵Theo de Raadt
fujiwara@rcac.tdi.co.jp
1999-12-07Missing "else"...Angelos D. Keromytis
1999-12-07Fix SYNOPSIS.Aaron Campbell
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-07extra setuid calls go awayTheo de Raadt
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
the equivelant 2-instruction sequence.
1999-12-07Remove work-around for make buglet that I just fixed.Marc Espie
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway).
1999-12-06Regen.Aaron Campbell
1999-12-06More.Aaron Campbell
1999-12-06main prototype properly in main.c, remove dup.Marc Espie