summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16indentTheo de Raadt
2000-10-16- Fix for some linux apps that broke with recent changes; from NetBSDjasoni
2000-10-16base the segment for a service returned by bios32 serviceMichael Shalayeff
2000-10-16Fix a bug introduced in 1.25->1.26 with regards to printing channelChris Cappuccio
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-10-16less newlines in verbose printMichael Shalayeff
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-16correct dmesg even moreTheo de Raadt
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16protect %edx when calling biosMichael Shalayeff
2000-10-16a little verbosity on probe, a little caution on bios callsMichael Shalayeff
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell
2000-10-16Restore conversion to new timeouts (art@'s previous commit). They wereAaron Campbell
2000-10-16remove basically incorrect interrupt configuration code.Dale Rahn
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-10-16update SBUS microcode to 1.37 (latest)mjacob
2000-10-16configuration changes to enable the uni-north memory controller to enableDale Rahn
2000-10-15Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426.Aaron Campbell
2000-10-15suppress warning on routing table overflow. sync with kameJun-ichiro itojun Hagino
2000-10-15typoMarkus Friedl
2000-10-15Reseting -> ResettingKenneth R Westerback
2000-10-15Forgot to commit this, necessary for AES support.Angelos D. Keromytis
2000-10-14There's a Type III 3c656C card, too.Aaron Campbell
2000-10-14Add $OpenBSD$ tags.Aaron Campbell
2000-10-14Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.Aaron Campbell
2000-10-14ASKPOLICY message; used by key management to inquire about policyAngelos D. Keromytis
2000-10-14implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST trafficJun-ichiro itojun Hagino
2000-10-13validate mbuf chain length on *_ctlinput. remote node may be able toJun-ichiro itojun Hagino
2000-10-13Matthew Jacob <mjacob@feral.com>:Michael Shalayeff
2000-10-13Do reset properly on MiniPCI adapters.Aaron Campbell
2000-10-13- A couple of the MiniPCI adapters need the special power inversion bits.Aaron Campbell
2000-10-13Disable the actual USB controllers instead of the usb attachments by default.Aaron Campbell
2000-10-13eolTheo de Raadt
2000-10-13Support Kingston KNU101TX USB Ethernet; from NetBSD.Aaron Campbell
2000-10-13delays that permit more machines to work; itojunTheo de Raadt
2000-10-13syncAaron Campbell
2000-10-13Add Kingston KNU101TX USB Ethernet.Aaron Campbell
2000-10-13enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing.Jun-ichiro itojun Hagino
2000-10-13make sure we don't share external mbuf between m and mcopy, in ip_forward().Jun-ichiro itojun Hagino
2000-10-13syncAaron Campbell
2000-10-13VIA Tech devices from millert's new boardAaron Campbell
2000-10-12Repair RAMDISK, which has no joystick.Marc Espie
2000-10-12Don't mix usage of old and new timeout code.Aaron Campbell
2000-10-12syncTheo de Raadt
2000-10-12oopsTheo de Raadt
2000-10-12syncTheo de Raadt
2000-10-12art's devicesTheo de Raadt
2000-10-12allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary forJun-ichiro itojun Hagino