summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2004-01-12Fix 32bit kernel build, pointed by Juergen Hannken-Illjes.petrov
2004-01-11Avoid ras_lookup call if compiling 32bit kernel (which does not havemartin
2004-01-09make sure we free the context for the pmap in pmap_destroy().chs
2004-01-08Minor cleanupmartin
2004-01-06Implement restartable atomic sequences (RAS) for sparc64.martin
2004-01-06Some cleanup and move ddb_regs declaration to db_interface.cpetrov
2004-01-06Cosmeticsmartin
2004-01-06Spinup secondary cpus. Based on codes sent to me by Dennis Chernoivanovpetrov
2004-01-04update to recent changes - exit2() doesn't exist anymore and thejdolecek
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-02Don't set ksi_errno - other archs don't bother, so avoid being different.martin
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-10Fix strict-aliasing compiler warning.petrov
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-08Remove prototypes of non-existant functions, ansify and knf.petrov
2003-12-07ofwboot.net is gone. from hannken@mrg
2003-12-07add altqchristos
2003-12-05Don't convert syscall args for tracing 32bit binaries on 64bitpetrov
2003-12-04Dynamic sysctl.atatat
2003-12-03syscall clean up from ifdeffed out code.petrov
2003-12-03Use pmap_get_page return code instead, remove unused pmap_stats,petrov
2003-12-02Minor cleanup: remove unused code, sync a comment with current reality.martin
2003-11-26"wd* at wdc?" is no longer needed.nakayama
2003-11-25Use per-cpu pcb, curlwp and fplwp rather than global ones. This bringscdi
2003-11-24Call 'proc_trampoline_mp' from 'proc_trampoline' in a multiprocessorcdi
2003-11-20Remove nwindows calculation, it's not used. Set l_cpu in cpu_switch.petrov
2003-11-20Set curcpu() for SMP.petrov
2003-11-16Fix address calculation for split segment address when the buffer istsutsui
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-11-15Compile GENERIC.MP.petrov
2003-11-15Add stub for cpu_boot_secondary_processors.petrov
2003-11-15Generic SMP configuration.petrov
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-09Lower PIL_AUD so /dev/audio will not interrupt and interfere withpetrov
2003-11-09bzero/bcopy -> memset/memcpymartin
2003-11-09Nuke bcopy/bzero.martin
2003-11-09Fix a comment (there is no bzero/bcopy any more)martin
2003-11-09Get rid of bcopy/bzero.martin
2003-11-09Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h"tsutsui
2003-11-04* Set ksi_code to SI_NOINFO where we used to return zero.pk
2003-11-04Remove !__HAVE_SIGINFO transitional code.pk
2003-11-02Make the clock device aldo depend on mc146818, to make kernels withouthe
2003-11-01- Adapt to MI mk48txx(4) changes.tsutsui
2003-11-01Avoid sneaking past signal delivery in sa_upcall_userret():cl
2003-10-31Don't attach zs at mainbus.petrov
2003-10-31Attach zs to sbus only, current driver cannot attach to mainbus.petrov
2003-10-30Make this compile with 32bit kernels.matt