summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-17More DESTDIRMarc Espie
2000-09-17Fewer segfaults ("take all and all", "wear wear"), better parsingPaul Janzen
(e.g. disambiguation of "drop body"). Also, use "a" or "an" correctly, don't overflow the words array, and don't kick items you're wearing.
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco S Hyman
Don't clobber existing bits when turning on clock Save interrupt status and issue EOI before processing status bits checked by me and angelos@
2000-09-17syncTheo de Raadt
2000-09-17Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net andAngelos D. Keromytis
mfranz@cisco.com for finding the problem).
2000-09-17implement SIOCSIFMTU, okay deraadt@Niels Provos
2000-09-17Add fxp cardbus attachment here, too. Shorten some attachment descriptions.Aaron Campbell
2000-09-17activate ldd, and indent some ld.so messages to make it easier to see what ↵Theo de Raadt
is going on
2000-09-17flesh out pucTheo de Raadt
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-09-17moreMarc Espie
2000-09-17Add fxp cardbus attachment. Shorten driver attachment descriptions a bit.Aaron Campbell
2000-09-17yes no; ok niels@Markus Friedl
2000-09-17fix DEBUG_KEXDHMarkus Friedl
2000-09-17syncAaron Campbell
2000-09-17Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.eduAaron Campbell
2000-09-17Update man pages to note support for Intel PRO/100 CardBus Ethernet.Aaron Campbell
2000-09-17fxp cardbus attachmentAaron Campbell
2000-09-17Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Add product ID for ADMtek AN985. Note that there seemed to be some nomenclatureAaron Campbell
issues between this card and the PCI version. As far as I can tell, the AN983 is the PCI card and the AN985 is the CardBus version.
2000-09-17Don't claim we support 3Com CompactFlash Ethernet yet, since apparently it'sAaron Campbell
been tested under both NetBSD and FreeBSD with no success. Our driver is similar.
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
argument to .Dt, and move the BUGS section to the end like most man pages. This is my 1000th commit since joining the OpenBSD dev team.
2000-09-17Mention 3C556/3C556B EtherLink XL MiniPCI support, too.Aaron Campbell
2000-09-17Some miscellaneous cleanup.Aaron Campbell
2000-09-17Add man page for dmphy(4).Aaron Campbell
2000-09-17Mention 3C656 support here (just the 3C575+modem).Aaron Campbell
2000-09-17Zap some unwanted trailing whitespace.Aaron Campbell
2000-09-17Match the new D-Link DSB-650 product ID.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Another D-Link DSB-650 adapter product ID; from FreeBSDAaron Campbell
2000-09-17Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector.Aaron Campbell
2000-09-16syncTheo de Raadt
2000-09-16- No need to do bpfdetach(), that's done in if_detach().Aaron Campbell
- No need to keep around NetBSD NRND cruft. - Indentation fixes.
2000-09-16Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. NoAaron Campbell
actual code changes here, just a comment added to the list of supported cards, since the 3C3 has the same product ID as the 3CC (according to dahinds@users.sourceforge.net).
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't heard back yet. Assume for now the changes are OK since all of the other variants I have still work.
2000-09-16syncAaron Campbell
2000-09-16Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices.Aaron Campbell
2000-09-16Some changes from NetBSD:Aaron Campbell
- Remove an unnecessary global reset that was only used for debugging purposes. - Make the cardtype names more meaningful. - Some variable renaming for consistency.
2000-09-16Fix build issue for powerpc. This is a workaround for des_* referencesDale S. Rahn
found in libkrb.so.9.0. The correct solution needs to be worked on. OKed by theo.
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
value if setenv() fails. Porblem pointed out by deraadt.
2000-09-16add ums(4)Matthieu Herrb
2000-09-16add ums(4)Matthieu Herrb
2000-09-16add ums(4) manual page from NetBSDMatthieu Herrb
2000-09-16repair IPv6 multicasting. INP_IPV6_MCAST is necessary.Jun-ichiro itojun Hagino
(i will try to remove this flag bit later)
2000-09-16More variables documentedMarc Espie
2000-09-16synchronize with latest kame.Jun-ichiro itojun Hagino
- improve exit code and logging. - repair multicast address rejection (IN_MULTICAST takes host endian value) - repair ftp relaying, when the result of PASV does not have paren. - repair ftp relaying, when EPSV is sent from client.
2000-09-16kame sys/netinet6/icmp6.c 1.140 -> 1.144.Jun-ichiro itojun Hagino
> in the check for the incoming redirect message, examine the gateway > (from the routing table) only when the address family of the gateway is > AF_INET6.
2000-09-16It is possible to have more than one usb keyboard configured thru wskbd.Dale S. Rahn