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