summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-28Update to tzdata2004a from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2004-06-28add support for ati tv-wonders written by me and tested by Jacob Meuser ↵Michael Shalayeff
<jakemsr@jakemsr.com> on /ve model
2004-06-28do not force into io space on hppa as it's much slowerMichael Shalayeff
2004-06-28syncTheo de Raadt
2004-06-28Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can doTodd C. Miller
ap scanning via wicontrol.
2004-06-28shorten nameTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on macppc. drahn@ okAaron Campbell
2004-06-28Unbreak. The bird noises were confusing me.Ryan Thomas McBride
2004-06-28Theo denys all allegations that he's becoming more relaxed.Ryan Thomas McBride
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
edits by Theo. deraadt@ ok
2004-06-28pass pin instead of level out to userlandTheo de Raadt
2004-06-28move from unsafe ev_count32 to safe ev_count; aaron okTheo de Raadt
2004-06-28splhigh around ec_count fetches -- sorry art; ok aaronTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
on some changes in the i386 codebase.
2004-06-28Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@Aaron Campbell
drahn@ millert@ ok
2004-06-28Remove special #if defined(__i386__) code from systat and vmstat. We now useAaron Campbell
sysctl to fetch interrupt counters on all architectures. Also add new '-z' flag to vmstat which means show all devices, even those that have not yet generated an interrupt. deraadt@ tholo@ drahn@ millert@ ok
2004-06-28Use new event counter API for interrupt counting on i386. deraadt@ tholo@Aaron Campbell
drahn@ millert@ ok
2004-06-28Add new, generic ``evcount'' event counter API to the kernel. From art@,Aaron Campbell
with modifications from me. Includes code for generic interrupt counter fetching via sysctl. deraadt@ tholo@ drahn@ millert@ ok
2004-06-28KNFRyan Thomas McBride
2004-06-27prettier printTheo de Raadt
2004-06-27add reference to nsclpcsio(4) to SEE ALSO;Jason McIntyre
prodded by Alexey E. Suslikov;
2004-06-27correct diagnostic;Jason McIntyre
ok alex@
2004-06-27cast to quell a warning, ok pedro@Jolan Luff
2004-06-27back out crud that breaks the macppcTheo de Raadt
2004-06-27it now has been tested by alex@caoua.orgTheo de Raadt
2004-06-27More info about which cards are supported.Todd C. Miller
2004-06-27better midi stuff from alex@caoua.orgTheo de Raadt
2004-06-27syncTheo de Raadt
2004-06-27some roland midi devices; alex@caoua.orgTheo de Raadt
2004-06-27Reduce verbosity of atw PCI attach without removing actual info.Todd C. Miller
2004-06-27Let's have http://www.OpenBSD.org/ defined as the STARTFILE again.Robert Nagy
ok deraadt@
2004-06-27free commit for non-attendieMichael Shalayeff
2004-06-27quieter boot requested by artTheo de Raadt
2004-06-27for a syscall trapframe print out the number and a few argsMichael Shalayeff
2004-06-27Hack to avoid panic in arc4maybeinit() due to rnd device not beingTodd C. Miller
attached yet.
2004-06-27Media support for the 802.11 framework, missing in that commit the other day.Todd C. Miller
2004-06-27KNFRyan Thomas McBride
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
MAC address in the common attach code and not the PCI/CardBus specific portions, this was a side effect of the code being split to support CardBus. ok beck@
2004-06-27KNFRyan Thomas McBride
2004-06-27errno struct member -> err; ok millert@Marco S Hyman
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26use IF_INPUT_ENQUEUEPhilipp Buehler
ok henning@, mcbride@
2004-06-26Make this kernel config again.Miod Vallat
2004-06-26When altering mmu registers, disable interrupts rather than splhigh().Miod Vallat
2004-06-26Fix alignment problem between savectx and __savectx. How could this haveMiod Vallat
ever worked?
2004-06-26pop is quad in 64-bit modeAndreas Gunnarsson
2004-06-26$OpenBSD$Ryan Thomas McBride
2004-06-26Fix strict aligenment issues in ppp lcp and ipcp handling.Claudio Jeker
More cleanup is needed. OK henning@ canacar@