summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-19Add disk_lock_nointr() as a way to acquire the disk lock without beingMatthew Dempsky
2011-06-19Use disk_lock/disk_unlock directly and in the same way in these drivers,Theo de Raadt
2011-06-19and in debug code, tooTheo de Raadt
2011-06-19stop trying to be clever with the softc nameTheo de Raadt
2011-06-19Kill the "lockname" argument to disk_construct().Matthew Dempsky
2011-06-19Clean up ioctl handler a bit and rearrange the receive filter callback toYASUOKA Masahiko
2011-06-19another missing messageMarc Espie
2011-06-19Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" asMatthew Dempsky
2011-06-18pass the correct size to memsetJonathan Gray
2011-06-18syncTheo de Raadt
2011-06-18Change sizeof(&kdfinfo2) to sizeof(kdfinfo2).Matthew Dempsky
2011-06-18the %m argument as used by syslog does not eat an argument, so skip over it.Ted Unangst
2011-06-18Use MSI interrupts when available. Tested by deraadt@ and jsg@.Claudio Jeker
2011-06-18Cleanup MSI code a bit by moving the code to eanble/disable MSIs intoMark Kettenis
2011-06-18Have -T[x]html print out the link target for `Lk'Ingo Schwarze
2011-06-18Warn and stop processing if the format string ends with an backslash.Philip Guenthe
2011-06-17Remove obsolete mbuf PF_TAG_FRAGCACHE flag.Alexander Bluhm
2011-06-17setproctitle for a mux master that has been gracefully stopped;Damien Miller
2011-06-17factor out multi-choice option parsing into a parse_multistate labelDamien Miller
2011-06-17the protocol version should be unsigned; bz#1913 reported by mb ATDamien Miller
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2011-06-17close pipe_prnt[0] earlier, foremost before forking the dns processHenning Brauer
2011-06-17don't leak fds in failure path (ie when hosts are down)Jonathan Gray
2011-06-17add acpitoshiba; ok piroftiJason McIntyre
2011-06-17make this page a little more like acpithinkpad(4); ok piroftiJason McIntyre
2011-06-17Mention the F2 Fast Ethernet PHYKevin Lo
2011-06-17Explicitly clear 1000baseT control register for F1 PHY used inKevin Lo
2011-06-17Add acpitoshiba(4), while at it reformat the list a bit.Paul Irofti
2011-06-17Mention acpitoshiba(4).Paul Irofti
2011-06-17Man page for the new acpitoshiba driver. Prodded by deraadt@.Paul Irofti
2011-06-17Enable MSI support; tested by krw@, Mark Peoples, andKevin Lo
2011-06-17Enable MSI support; tested by Thomas PfaffKevin Lo
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-17add missing the copyright notice.YASUOKA Masahiko
2011-06-17Unbreak tree. $OpenBSD$ tag needs to be in a comment! BadKenneth R Westerback
2011-06-17Update ch(4) to use ISO C style function definitions to avoidMatthew Dempsky
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
2011-06-16Import acpitoshiba driver.Paul Irofti
2011-06-16Use the current page not he first page when working out whether toOwain Ainsworth
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
2011-06-16Enable msi support on iwn.Owain Ainsworth
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek
2011-06-16Local changes to make this work on OpenBSD. Not used functions disabled forOtto Moerbeek
2011-06-16mksubr from freebsd, to be used to generate flags to name translationOtto Moerbeek
2011-06-16remove redundant valuesMarc Espie
2011-06-16Enable MSI on newish PCIe hardware, essentially everything handled by the LinuxMark Kettenis
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-16repair broken tally displayMarc Espie