summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-15misc cleanupTheo de Raadt
2000-04-15doc some missing macrosTheo de Raadt
2000-04-15fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.comTheo de Raadt
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-14fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.eduTodd C. Miller
2000-04-14Add color support to pcvt25 entry. Our pcvt supports color but onlyTodd C. Miller
in 25 line mode.
2000-04-14- Note support for 3c575 CardBus cards.Aaron Campbell
- Reflect CardBus xl attachment in SYNOPSIS. - Some cleanup.
2000-04-14Check $TERMCAP for a termcap entry even when we are using the system'sTodd C. Miller
getcap(3) routines.
2000-04-14Don't assume that termcap entries start with a 2-character short name--Todd C. Miller
modern ones do not.
2000-04-14partial syncTheo de Raadt
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
note saying it may need to be uncommented for things to work.
2000-04-14this should fix the alpha; closes PR kernel/1189Michael Shalayeff
2000-04-14not EXPORTJason Wright
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14ssh -2Markus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-14syncTheo de Raadt
2000-04-14bluesteel networks productsTheo de Raadt
2000-04-14syncTheo de Raadt
2000-04-14indentTheo de Raadt
2000-04-14talk about 9751Theo de Raadt
2000-04-14make "option TCPDEBUG" kernel compile.Jun-ichiro itojun Hagino
PR1186 from "Robert Mooney" <rjmooney@atl.mediaone.net>. (printf format change is not bringed in - i'm unsure about it)
2000-04-14for layer 3 protocols that does not support path MTU discoveryJun-ichiro itojun Hagino
(I mean, IPv4) do not try to use rmx_mtu on routing table. this symptom was introduced by rmx_mtu initialization (necessary for IPv6 path MTU discovery) in net/route.c. now prior behavior is recovered. From: Hugh Graham <hugh@openbsd.org> there are several question about mssdflt semantics, though: Question 1: with the current code, mssdflt does not override rmx_mtu value (mssdflt overrides interface mtu only). should we override rmx_mtu by mssdflt as well? Question 2: with the current code, mssdflt overrides mss computed from if mtu, only when the destination is IPv4 non-local. is it safe enough? we may want to use mssdflt, whenever we are uncertain. mss = if mtu - hdrsiz; if (IPv4 non-local destination) mss = min(mss, mssdflt);
2000-04-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-14This fixes EISA bus_space API. The bus dma tag was never initialized!!!Steve Murphree
2000-04-14use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.Jun-ichiro itojun Hagino
2000-04-14use getifaddrs, instead of SIOCGIFCONF.Jun-ichiro itojun Hagino
XXX ifr/ifr6 manipulation is kind of ugly.
2000-04-14recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).Jun-ichiro itojun Hagino
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13remove bit definitions and associated macros for hifn_command.flags since itJason Wright
doesn't exist anymore.
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
(falls under the category of compute it once and use it). - just copy the computed masks in hifn_write_command() - remove the now unnecessary flags field from hifn_command
2000-04-13remove unnecessary variableJason Wright
2000-04-13- complete rewrite of hifn_write_command() to avoid copies by removing theJason Wright
hifn_build_command() middle layer for building the command descriptor - remove an unnecessary assignment in hifn_process()
2000-04-13Long overdue documentation update for IPFilter. TheseKjell Wooding
are taken directly from the ipf distribution, and are not mandoc'ed. ipf(8), ipfstat(8), and ipnat(8) are yet to go and must be done manually. (sigh)
2000-04-13When fragmenting a packet, inherit the multicast and broadcast flags so thatArtur Grabowski
the link layer can choose the right address.
2000-04-13neoTheo de Raadt
2000-04-13hifn7751Jason Wright
2000-04-13hifn7751Jason Wright
2000-04-13#ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZEKjell Wooding
This allows the redefinition of these constants in mk.conf, for example. mep@netset.net
2000-04-13add comment on sanity checkJun-ichiro itojun Hagino
2000-04-13Fix an oopsie so these get initialized even when RSA isn't there,Bob Beck
thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this
2000-04-13Add a note regarding bimap and ipnat's "First Match" policy.Kjell Wooding
This question comes up fairly regularly. from mep@netsec.net
2000-04-13Cleanup.Aaron Campbell
2000-04-13bark if sdl_alen == 0. test code for KAME PR 235.Jun-ichiro itojun Hagino
2000-04-13even if nd6_nud_hint is called, do not change a neighbor's statusJun-ichiro itojun Hagino
unless the old status is probably reachable (i.e. the link-layer address has already been resolved). KAME PR 235.
2000-04-13do not return icmp6 error against icmp6 error.Jun-ichiro itojun Hagino
(this is due to a bug in header chain chasing)
2000-04-13better has when adding entropy to the pool.Michael Shalayeff
bigger pool (4k).
2000-04-13exampleTheo de Raadt
2000-04-13example fstab entryTheo de Raadt