Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-17 | More DESTDIR | Marc Espie | |
2000-09-17 | Fewer segfaults ("take all and all", "wear wear"), better parsing | Paul 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-17 | Only check defined bits when waiting for valid AC97 input slot | Marco 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-17 | sync | Theo de Raadt | |
2000-09-17 | Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net and | Angelos D. Keromytis | |
mfranz@cisco.com for finding the problem). | |||
2000-09-17 | implement SIOCSIFMTU, okay deraadt@ | Niels Provos | |
2000-09-17 | Add fxp cardbus attachment here, too. Shorten some attachment descriptions. | Aaron Campbell | |
2000-09-17 | activate ldd, and indent some ld.so messages to make it easier to see what ↵ | Theo de Raadt | |
is going on | |||
2000-09-17 | flesh out puc | Theo de Raadt | |
2000-09-17 | Support detach of fxp devices to allow ejection of Intel CardBus adapters. | Aaron Campbell | |
2000-09-17 | more | Marc Espie | |
2000-09-17 | Add fxp cardbus attachment. Shorten driver attachment descriptions a bit. | Aaron Campbell | |
2000-09-17 | yes no; ok niels@ | Markus Friedl | |
2000-09-17 | fix DEBUG_KEXDH | Markus Friedl | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.edu | Aaron Campbell | |
2000-09-17 | Update man pages to note support for Intel PRO/100 CardBus Ethernet. | Aaron Campbell | |
2000-09-17 | fxp cardbus attachment | Aaron Campbell | |
2000-09-17 | Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add product ID for ADMtek AN985. Note that there seemed to be some nomenclature | Aaron 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-17 | Don't claim we support 3Com CompactFlash Ethernet yet, since apparently it's | Aaron Campbell | |
been tested under both NetBSD and FreeBSD with no success. Our driver is similar. | |||
2000-09-17 | Arguments to .Dt macros should be all-caps. | Aaron Campbell | |
2000-09-17 | Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the | Aaron 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-17 | Mention 3C556/3C556B EtherLink XL MiniPCI support, too. | Aaron Campbell | |
2000-09-17 | Some miscellaneous cleanup. | Aaron Campbell | |
2000-09-17 | Add man page for dmphy(4). | Aaron Campbell | |
2000-09-17 | Mention 3C656 support here (just the 3C575+modem). | Aaron Campbell | |
2000-09-17 | Zap some unwanted trailing whitespace. | Aaron Campbell | |
2000-09-17 | Match the new D-Link DSB-650 product ID. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Another D-Link DSB-650 adapter product ID; from FreeBSD | Aaron Campbell | |
2000-09-17 | Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector. | Aaron Campbell | |
2000-09-16 | sync | Theo 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-16 | Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. No | Aaron 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-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron 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-16 | sync | Aaron Campbell | |
2000-09-16 | Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices. | Aaron Campbell | |
2000-09-16 | Some 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-16 | Fix build issue for powerpc. This is a workaround for des_* references | Dale S. Rahn | |
found in libkrb.so.9.0. The correct solution needs to be worked on. OKed by theo. | |||
2000-09-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller | |
value if setenv() fails. Porblem pointed out by deraadt. | |||
2000-09-16 | add ums(4) | Matthieu Herrb | |
2000-09-16 | add ums(4) | Matthieu Herrb | |
2000-09-16 | add ums(4) manual page from NetBSD | Matthieu Herrb | |
2000-09-16 | repair IPv6 multicasting. INP_IPV6_MCAST is necessary. | Jun-ichiro itojun Hagino | |
(i will try to remove this flag bit later) | |||
2000-09-16 | More variables documented | Marc Espie | |
2000-09-16 | synchronize 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-16 | kame 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-16 | It is possible to have more than one usb keyboard configured thru wskbd. | Dale S. Rahn | |