Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-18 | Fix compile error if lacking -DINET6 | Chris Cappuccio | |
2000-10-18 | Version 2 of the mod_rewrite fix from apache, fixes problem with | Bob Beck | |
mod_rewrite not working for lookup tables | |||
2000-10-18 | fix preprocessor warning | Jason Wright | |
2000-10-18 | add more | Brandon Creighton | |
2000-10-18 | add vs4000/60, 3100/76 | Brandon Creighton | |
2000-10-18 | no miniroot.fs | Brandon Creighton | |
2000-10-18 | set siteprefix and siteprefixexp to /usr/local as they should be | Todd C. Miller | |
2000-10-18 | set siteprefix and siteprefixexp to /usr/local as they should be | Todd C. Miller | |
2000-10-18 | avoid clash with IANA ifType mib, move bridge to 0xe8 | Jason Wright | |
2000-10-18 | don't try to configure IPv6 on bridge*. comment from deraadt | Jun-ichiro itojun Hagino | |
2000-10-18 | use IFT_BRIDGE | Jason Wright | |
correctly update member interface obytes+lastchange; patch from camield@ | |||
2000-10-18 | restore old record login behaviour | Markus Friedl | |
2000-10-18 | add IFT_BRIDGE | Jason Wright | |
2000-10-18 | replace atomicio(read,...) with read(); ok deraadt@ | Markus Friedl | |
2000-10-18 | undo | Markus Friedl | |
2000-10-18 | remention -T | Eric Jackson | |
2000-10-18 | if periodic checks return errors, stop doing so. This is a workaround for | Theo de Raadt | |
some other apm bug that happens on the SuperMicro DL3 (ServerWorks-based) | |||
2000-10-18 | various cleanups | Theo de Raadt | |
2000-10-18 | - Don't use .Ar here. | Aaron Campbell | |
- Use a less Microsoft'ish example directory name. :-) | |||
2000-10-18 | printf(1) format string fixes! checked by theo. | Hugh Graham | |
inspiration from dynamo@ime.net. also a typo fix. | |||
2000-10-18 | People shouldn't need to edit /etc/netstart, but they can change rc.shutdown. | Aaron Campbell | |
2000-10-18 | do not say NIS | Theo de Raadt | |
2000-10-18 | ethernet -> Ethernet | Aaron Campbell | |
2000-10-18 | revamped llc handling using if_llc.h | Jason Wright | |
removed unused structure | |||
2000-10-18 | sync | Aaron Campbell | |
2000-10-18 | Remove duplicate entry. | Aaron Campbell | |
2000-10-18 | Sigh. According to the ASIX data sheets, these boards don't even have RX | Aaron Campbell | |
or TX state registers (these bits are reserved). So instead, don't do mii_tick() at all for ASIX boards, since we can't seem to figure out how to call it at just the right time. Hopefully this will be a temporary hack until a better solution is found. | |||
2000-10-18 | use llc_snap instead of home grown macros | Jason Wright | |
2000-10-18 | KNF, add #define llc_snap | Jason Wright | |
2000-10-18 | From the NetBSD port of if_vlan, prevent a panic by not allowing | Chris Cappuccio | |
SIOCSIFADDR/SIOCADDMULTI/SIOCDELMULTI until the vlan is configured, make the loop at the top of vlan_input() easier to read | |||
2000-10-18 | bad niklas | Theo de Raadt | |
2000-10-18 | before sending a character check for DSR state. | Michael Shalayeff | |
from: Martin Portmann <map@infinitum.ch> | |||
2000-10-18 | Fix compile error (ok nate@) | Chris Cappuccio | |
2000-10-18 | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | Aaron Campbell | |
section to the end like most man pages. | |||
2000-10-18 | hardcoded "gcc" -> ${CC}; ok espie@ | Brad Smith | |
2000-10-18 | Properly introduce options. | Aaron Campbell | |
2000-10-18 | typo | Aaron Campbell | |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-10-18 | emit more easier-to-understand error message on port name error. from deraadt | Jun-ichiro itojun Hagino | |
2000-10-18 | sync | Theo de Raadt | |
2000-10-18 | - Section shuffling. | Aaron Campbell | |
- Remove short lines. | |||
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-10-18 | get the bounds checking right for the data used in copyout() in several | Jason Wright | |
ioctl calls. | |||
2000-10-18 | Don't pass too many arguments to .Nd without quoting. | Aaron Campbell | |
2000-10-18 | - Arguments to .Nd should go on the same line as .Nd. | Aaron Campbell | |
- Standardize Nd format for all Ethernet man pages for easy man -k'ing. | |||
2000-10-18 | Standardize mdoc .Nd lines in the PHY driver man pages. | Aaron Campbell | |
2000-10-18 | - Remove duplicate word occurrence; spotted by brad@. | Aaron Campbell | |
- Remove hard sentence breaks. | |||
2000-10-18 | Destination address is not needed for flows. | Angelos D. Keromytis | |
2000-10-17 | icmp rate limiting defaults to 100pps | Niels Provos | |
2000-10-17 | We use ARP for all Ethernet speeds. | Christian Weisgerber | |
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok aaron@ |