summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2004-01-11use P_ZOMBIE() macro instead of checking p_state directjdolecek
2004-01-07A __insn_barrier() is now available for all archs, remove the MD versionmartin
2004-01-06Implement restartable atomic sequences (RAS) for sparc64.martin
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-02kernel part of no-syscall upcall stack return: libpthread registerscl
2004-01-01Enable reset of a process's alternative signal stack flag.pk
2003-12-30When powering down, first ask the PROM to do it for us.pk
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-26convert __ldstub() from a ({}) macro into a properly static inline function.mrg
2003-12-17Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE,martin
2003-12-15Clean up tmp files on exit. Fixes PR#23723jmc
2003-12-15Add config files for Mr.Coffee JavaStatin 1 machines.martin
2003-12-15Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net.martin
2003-12-14Make this look more like GENERIC.martin
2003-12-14There's no such thing as "JavaStation-10". Krups official name isuwe
2003-12-13Don't touch the PROM VA on JavaStations. From Valeriy.martin
2003-12-13Remove a comment - this is no longer experimental and works with anmartin
2003-12-12Add support to build bootjs.elf - the secondary bootstrap used to netbootmartin
2003-12-12If compiling for JavaStations, modify kernal VA layout to not conflictmartin
2003-12-12Use the new split hard/softinterrupt handlers to avoid running mouse/keyboardmartin
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-07ofwboot.net is gone. from hannken@mrg
2003-12-07add altqchristos
2003-12-07whitespace fixes.christos
2003-12-07merge ultrasparc ofwboot / ofwboot.net.mrg
2003-12-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-16Drop the old cpu_switch() code.pk
2003-11-16__cpu_simple_unlock: use __insn_barrier() instead of a "memory" clobber.pk
2003-11-16Use __insn_barrier() in all bus_space read/write operations.pk
2003-11-16Introduce __insn_barrier(), designed to prevent instruction re-orderingpk
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-11Remove ancient DDB-dependent `hide/integrate'.pk
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-09__cpu_simple_unlock: avoid instruction re-ordering by the compiler.pk
2003-11-08#if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't neededtsutsui
2003-11-08Construct arguments properly and update comment in previous bzero -> memsetpk
2003-11-08Fix previous (bzero -> memset), it overlooked the delay slot.martin
2003-11-08use "mov 0, %o1" instead of kinda strange "sethi 0, %o1" in previousjdolecek
2003-11-08use memset() instead of bzero()jdolecek
2003-11-07cpu_switch: values in global registers are not preserved across function calls.pk
2003-11-07swift_cache_enable: set cache enable bits after resetting the cache tags.pk
2003-11-04* Set ksi_code to SI_NOINFO where we used to return zero.pk
2003-11-02Fix leftover of MI mk48txx(4) changes inside #if defined(SUN4).tsutsui
2003-11-01Adapt to MI mk48txx(4) changes.tsutsui
2003-11-01Avoid sneaking past signal delivery in sa_upcall_userret():cl