summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-09-13Don't bother bitching if APM does not exist. PleantyTobias Weingartner
2007-09-12port of i386 pctr code to amd64; Mike BelopuhovTheo de Raadt
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftTheo de Raadt
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09Make sure ptrace(2) cannot change any priviliged bits in the Machine StateMark Kettenis
2007-09-09thmc vs tmhc screwupTheo de Raadt
2007-09-09/enet apparently maps to mc0; gwk okTheo de Raadt
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09Disable page zeroing in the idle loop, as it blasts the entire cache.Miod Vallat
2007-09-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09tmhc has only been seen on i386Theo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark Kettenis
2007-09-08use M_ZERO.Martin Reindl
2007-09-08use M_ZERO.Martin Reindl
2007-09-08Add adl(4). Make comments for i2c devices a bit more consistent while I'mMark Kettenis
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-09-07Remove some left-overs from the TSC based microtime. We don't needArtur Grabowski
2007-09-07Modify the heuristic for detection of speedstep to recognize a compatibleGordon Willem Klok
2007-09-07Based upon a diff orignally submitted by devin smith, Do two things run theGordon Willem Klok
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini
2007-09-04Zap the simplelock goo and general cleanup of comments.Thordur I. Bjornsson
2007-09-04UltraSPARC CPUs always have an on-chip FPU. There really is no need to haveMark Kettenis
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-04Reset the chip after internal memory exhaustion, makes the driver more solidMiod Vallat
2007-09-03Fix a few interrupt dispatch/receive register definitions.Mark Kettenis
2007-09-03call savectx() in cpu_fork(), so that the new process can take signalsMiod Vallat
2007-09-03Remove the pv and pte stealing code. Neither art@ and I like it, theMiod Vallat
2007-09-03Typos from miod. 'specificed' -> 'specified' in some comments and man page.Kenneth R Westerback
2007-09-03Typos from miod. 'requiered' -> 'required' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'sfotware' -> 'software' in some comments.Kenneth R Westerback
2007-09-02Fix typos in comments: soruce -> sourceHans-Joerg Hoexer
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-09-01Do not include <machine/rpb.h> unless necessary.Miod Vallat
2007-09-01In pmap_protect(), compute the bitmask to set in the ptes only once, insteadMiod Vallat
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31Add vaddr.Marco Peereboom
2007-08-31Add qli. Commented out for now.Marco Peereboom
2007-08-28Implement bus_space_vaddr().Mark Kettenis