summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-04-06sparc64 has no boot(8) page; from Daniel DickmanJason McIntyre
2010-04-06se(4) now fits, for you sickos buying such strange hardwareTheo de Raadt
2010-04-05Make this work properly after the cpu_info indexing change.Mark Kettenis
2010-04-05Fix indentation.Mark Kettenis
2010-04-05Be sure to preserve boot code load address and size information whenMiod Vallat
2010-04-04Fix build after spc_scsi_cmd() prototype change.Miod Vallat
2010-04-04regenMiod Vallat
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2010-04-03Minor reliability fixes:Miod Vallat
2010-04-03se* cannot fit until I resize the mediaTheo de Raadt
2010-04-03add bnx; from bradTheo de Raadt
2010-04-02Put se(4) onto these ramdisksTheo de Raadt
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-04-02fix an ugly constructTheo de Raadt
2010-04-02Clear the PG_PMAP_EXE flags whenever writable mappings are created.Dale Rahn
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-31More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protectDale Rahn
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt
2010-03-31fix typoTheo de Raadt
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-30Since we use a direct mapping for the area where we save a process' floatingMark Kettenis
2010-03-30We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because itTheo de Raadt
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-28Fix user-after-free bug in pmap_remove(). Page table pages are freed as soonMark Kettenis
2010-03-28Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn'tMiod Vallat
2010-03-28Correctly account devio usage, instead of relying upon unused devio registersMiod Vallat
2010-03-28Correctly report the R16010 version.Miod Vallat
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-03-28Properly initialize variable instead of just ORing in bits into random garbage.Mark Kettenis
2010-03-28Remove uninitialized nitems and use npss as $deity intended.Marco Peereboom
2010-03-27At tl==0 call datafault directly instead of going through winfault. It isMark Kettenis
2010-03-27correct the documentation to distinguish cache line purges fromTheo de Raadt
2010-03-27Fix fallout of the scsi_cmd() interface change.Miod Vallat
2010-03-27aria(4) is an audio driver, but hasn't been compatible with audio(9)Jacob Meuser
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-27Add locking to trap and syscall handlers.Joel Sing
2010-03-27Similar fix to amd64 and i386 for isa bus_dma.Owain Ainsworth
2010-03-27in _bus_dmamem_map use PMAP_CANFAIL for mapping in the pages.Owain Ainsworth
2010-03-25Make the i386 and amd64 bus_dma functions for isa less stupid:Owain Ainsworth
2010-03-25architectures which expect to hand-count the number of cpus must clearTheo de Raadt
2010-03-25Add MP lock support for OpenBSD/hppa.Joel Sing