summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-05-11simple misspell, miod@ okJanne Johansson
2007-05-11Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@Pedro Martelletto
2007-05-10Alpha needs (will need) MUTEX_OLDIPL as well.Artur Grabowski
2007-05-10Don't zero out the cpu_info in cpu_attach. We've already set a field inArtur Grabowski
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-10The road to supporting bigendian openpic starts.Dale Rahn
2007-05-09remove 'struct sr_attach_args' as it's now elsewhere with softraid definedTodd T. Fries
2007-05-09diable -> disableMiod Vallat
2007-05-09Change trap() into a void function, and restore pc from the trapframe insteadMiod Vallat
2007-05-09In cpu_fork(), enable all known interrupt sources in cop0 sr/ic, so thatMiod Vallat
2007-05-09Comment out ``generic'' interrupt routines, which are not used at the moment.Miod Vallat
2007-05-09When entering the idle loop, do a real spl0 (processing soft interrupts)Miod Vallat
2007-05-09unused variableTheo de Raadt
2007-05-09only supply ldt_alloc() and ldt_free() if USER_LDTTheo de Raadt
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08process_s87_to_xmm() is only needed if PTRACETheo de Raadt
2007-05-08cpu_init() is only used for the MP case (for now)Theo de Raadt
2007-05-08remove more junk in the setroot() code pathTheo de Raadt
2007-05-08Remove cross-compiling stuff that is neither correct nor should have been com...Artur Grabowski
2007-05-08Switch sparc to __HAVE_CPUINFO.Artur Grabowski
2007-05-08correct dmesg outputTheo de Raadt
2007-05-08no need to print boot device name twiceTheo de Raadt
2007-05-08uninitialized variable passed to setroot()Theo de Raadt
2007-05-07Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi.Mark Kettenis
2007-05-07Check for astpending in u_general (userland traps) in addition to u_intrMiod Vallat
2007-05-07Garbage collect ci_astpending; it's no longer used.Mark Kettenis
2007-05-07Move sgo to __HAVE_CPUINFO.Mark Kettenis
2007-05-06garbage collect release_fpu() and synchronize_fpstate()Martin Reindl
2007-05-06Whack "No counter-timer" message. These days, most UltraSPARC cpu's don'tMark Kettenis
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
2007-05-06bcd.c diedTheo de Raadt
2007-05-05simple single-processor only mutex implementationMartin Reindl
2007-05-05Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implementMiod Vallat
2007-05-05Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.Miod Vallat
2007-05-05Simple single-processor only mutex implementation.Miod Vallat
2007-05-04Faster pmap_extract() code for pmap_kernel, from NetBSD.Miod Vallat
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04Remove dead code.Artur Grabowski
2007-05-04Oops. Forgot to commit this part.Artur Grabowski
2007-05-04Implement rw_cas for i386.Artur Grabowski
2007-05-04Skip the kernel pmap when accounting for executability range changes.Artur Grabowski
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03Config file for MULTIPROCESSOR kernel.Mark Kettenis
2007-05-03Add dummy functions to make MULTIPROCESSOR kernels compile.Mark Kettenis
2007-05-03Enable support for > 512MB of physical memory on mips64 systems, by usingMiod Vallat
2007-05-03Remove MCA ghosts, no changes in .o files.Alexander Yurchenko
2007-05-03Implement pmap_steal_memory() on powerpc. With some help from art@.Miod Vallat
2007-05-03sensible version strings; ok miodTheo de Raadt