summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-04-30format string fixes for (u)int64 varsStefan Fritsch
2014-04-30Enforce proper alignment of stack variables which may get accessed withMiod Vallat
2014-04-28Remove bogus semicolon.Brad Smith
2014-04-26Do not pass a NULL argument to OF_getprop(), even if it's fine for theMartin Pieuchot
2014-04-26Allow to compile with DEBUG_PMAP defined.Martin Pieuchot
2014-04-26remove a duplicate break statementJonathan Gray
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-22Remove RX checksum offloading support. The chip is too limited, andChristian Weisgerber
2014-04-21Fix off-by-one error in PG_LGFRAME maskPhilip Guenther
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-19Don't panic if we're trying to disestablish an MSI but the hardware is gone.Mark Kettenis
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
2014-04-14Fewer <uvm/uvm.h>Martin Pieuchot
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-04-13Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.Brad Smith
2014-04-12Delete unused variable.Kenji Aoyama
2014-04-09Make trapDump() take the printf-like function as a 2nd parameter.Miod Vallat
2014-04-08Fewer <uvm/uvm.h>!Martin Pieuchot
2014-04-08Less <uvm/uvm.h>Martin Pieuchot
2014-04-08No need for <uvm/uvm_page.h>Martin Pieuchot
2014-04-08Add rgephy(4) for axe(4) and axen(4).Brad Smith
2014-04-07Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.andre
2014-04-07increase MSGBUFSIZETheo de Raadt
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-05enable hds, and give up on ispTheo de Raadt
2014-04-05qla and qle are working well enough, so just delete use of isp. don'tTheo de Raadt
2014-04-04Second step of the R4000 EOP errata WAR: when pmap invalidates a page whichMiod Vallat
2014-04-04If the PDC_COPROC call fails, and we are running on a PA 1.1 system, assumeMiod Vallat
2014-04-04It seems that, when the on-board USB controller is an ALI M5237 USB and itsMiod Vallat
2014-04-04let device_register match scsi devices to anything hanging off aDavid Gwynne
2014-04-03Do not keep the EOP check bits in PGF_PRESERVE.Miod Vallat
2014-04-03enable hdsDavid Gwynne
2014-04-03More uvm_extern.h cleanup.Martin Pieuchot
2014-04-03Use <uvm/uvm_extern.h> if it's enough.Martin Pieuchot
2014-04-03Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.Martin Pieuchot
2014-04-02enable hdsTheo de Raadt
2014-04-02enable mpathTheo de Raadt
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-03-31Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-31give up on isp, and only use ql[wae]Theo de Raadt
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther