Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2000-10-17 | use __P() in prototype for non-ansi compilers. | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.remote.dti.net> | |||
2000-10-17 | return number of characters processed; ok deraadt@ | Markus Friedl | |
2000-10-17 | remove extra newline from printf | Hugh Graham | |
2000-10-17 | Clean. | Aaron Campbell | |
2000-10-17 | Xr amphy 4 | Jason Wright | |
2000-10-17 | remove dmphy man page and add amphy page | Jason Wright | |
2000-10-17 | remove dmphy | Jason Wright | |
2000-10-17 | - Add $OpenBSD$ tag. | Aaron Campbell | |
- Remove hard sentence breaks. | |||
2000-10-17 | - Add a DIAGNOSTICS section explaining "the passwd file is busy". | Aaron Campbell | |
- Some other cleanups. | |||
2000-10-17 | Triones HPT366 and HPT370 share the same device ID, but use different revisions | Todd C. Miller | |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-17 | undo last commit. on some kernel links, this causes pcibios panics at | Theo de Raadt | |
startup (on ALL machines) | |||
2000-10-17 | Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt, | Aaron Campbell | |
now we check the TX state in the ISR to make sure we are not transmitting when we run mii_tick(). Based on a suggestion by Bill Paul. The dc driver should now be ready for some heavy pre-2.8 testing. | |||
2000-10-17 | driver for amphy from freebsd; aaron ok | Jason Wright | |
2000-10-17 | update tx from freebsd sources based on patch from pr#1405 | Jason Wright | |
(dadams@sleethal.com), but local changes preserved and ifmedia ioctls fixed; deraadt/aaron ok | |||
2000-10-17 | sync | Theo de Raadt | |
2000-10-17 | doc improvements; gbayley@ausmac.net | Theo de Raadt | |
2000-10-17 | use reboot | Theo de Raadt | |