Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-15 | misc cleanup | Theo de Raadt | |
2000-04-15 | doc some missing macros | Theo de Raadt | |
2000-04-15 | fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.com | Theo de Raadt | |
2000-04-14 | Sync with NetBSD. | Aaron Campbell | |
2000-04-14 | fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.edu | Todd C. Miller | |
2000-04-14 | Add color support to pcvt25 entry. Our pcvt supports color but only | Todd 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-14 | Check $TERMCAP for a termcap entry even when we are using the system's | Todd C. Miller | |
getcap(3) routines. | |||
2000-04-14 | Don't assume that termcap entries start with a 2-character short name-- | Todd C. Miller | |
modern ones do not. | |||
2000-04-14 | partial sync | Theo de Raadt | |
2000-04-14 | Move the PCIBIOS options line next to the CardBus bus support stuff, and add a | Aaron Campbell | |
note saying it may need to be uncommented for things to work. | |||
2000-04-14 | this should fix the alpha; closes PR kernel/1189 | Michael Shalayeff | |
2000-04-14 | not EXPORT | Jason Wright | |
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-14 | ssh -2 | Markus Friedl | |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | bluesteel networks products | Theo de Raadt | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | indent | Theo de Raadt | |
2000-04-14 | talk about 9751 | Theo de Raadt | |
2000-04-14 | make "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-14 | for layer 3 protocols that does not support path MTU discovery | Jun-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-14 | Some documentation for future generations of maintainers | Constantine Sapuntzakis | |
2000-04-14 | This fixes EISA bus_space API. The bus dma tag was never initialized!!! | Steve Murphree | |
2000-04-14 | use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later. | Jun-ichiro itojun Hagino | |
2000-04-14 | use getifaddrs, instead of SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
XXX ifr/ifr6 manipulation is kind of ugly. | |||
2000-04-14 | recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise). | Jun-ichiro itojun Hagino | |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | remove bit definitions and associated macros for hifn_command.flags since it | Jason Wright | |
doesn't exist anymore. | |||
2000-04-13 | - let hifn_process() compute the mask bits for the command descriptors | Jason 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-13 | remove unnecessary variable | Jason Wright | |
2000-04-13 | - complete rewrite of hifn_write_command() to avoid copies by removing the | Jason Wright | |
hifn_build_command() middle layer for building the command descriptor - remove an unnecessary assignment in hifn_process() | |||
2000-04-13 | Long overdue documentation update for IPFilter. These | Kjell 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-13 | When fragmenting a packet, inherit the multicast and broadcast flags so that | Artur Grabowski | |
the link layer can choose the right address. | |||
2000-04-13 | neo | Theo de Raadt | |
2000-04-13 | hifn7751 | Jason Wright | |
2000-04-13 | hifn7751 | Jason Wright | |
2000-04-13 | #ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZE | Kjell Wooding | |
This allows the redefinition of these constants in mk.conf, for example. mep@netset.net | |||
2000-04-13 | add comment on sanity check | Jun-ichiro itojun Hagino | |
2000-04-13 | Fix 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-13 | Add a note regarding bimap and ipnat's "First Match" policy. | Kjell Wooding | |
This question comes up fairly regularly. from mep@netsec.net | |||
2000-04-13 | Cleanup. | Aaron Campbell | |
2000-04-13 | bark if sdl_alen == 0. test code for KAME PR 235. | Jun-ichiro itojun Hagino | |
2000-04-13 | even if nd6_nud_hint is called, do not change a neighbor's status | Jun-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-13 | do not return icmp6 error against icmp6 error. | Jun-ichiro itojun Hagino | |
(this is due to a bug in header chain chasing) | |||
2000-04-13 | better has when adding entropy to the pool. | Michael Shalayeff | |
bigger pool (4k). | |||
2000-04-13 | example | Theo de Raadt | |
2000-04-13 | example fstab entry | Theo de Raadt | |