summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2004-01-06Some cleanup and move ddb_regs declaration to db_interface.cpetrov
2004-01-06Spinup secondary cpus. Based on codes sent to me by Dennis Chernoivanovpetrov
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-08Remove prototypes of non-existant functions, ansify and knf.petrov
2003-11-25Use per-cpu pcb, curlwp and fplwp rather than global ones. This bringscdi
2003-11-20Set curcpu() for SMP.petrov
2003-11-15Compile GENERIC.MP.petrov
2003-11-09Lower PIL_AUD so /dev/audio will not interrupt and interfere withpetrov
2003-11-09Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h"tsutsui
2003-10-28#define __HAVE_LONG_DOUBLE on platforms which implement a distinctkleink
2003-10-27remove buildcontextchristos
2003-10-26more siginfo gluechristos
2003-10-23* Move the definitions for types other than single-precision and double-kleink
2003-10-21Don't use NULL in integer-type assignments/comparisons.kleink
2003-10-13Add mcontext32_t and friends. This is WIP.christos
2003-09-26move MI stuff to the MI includechristos
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-08-26Drop fbvar.h from INCS now that it's been cvs rm'ed here.uwe
2003-08-25Framebuffer code common to sparc and sparc64 was merged and moved touwe
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-10remove some leftover cruft.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-18My reading of the gdb code seems to indicate it expects 125 registersmartin
2003-05-12Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc'skleink
2003-05-05Make all non-trivial bus space functions "static __inline" (consistently)martin
2003-05-03DMA, not dma nor Dma.wiz
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-16change 'data' arg of fo_ioctl to void * to match file.hdsl
2003-04-14clean-up unused definition.petrov
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01We use 8K VM pages on Sun4U, so make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASKthorpej
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-05Switch to use cycle counter (%tick) based microtime().nakayama
2003-01-31Make the pmap count resident/wired mappings on the fly instead ofmartin
2003-01-30Sparc64 already had a BUS_DMA_NOCACHE - remove one of the two definitions.martin
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-21Rename the DIV0 traps to avoid confusion with the usage on the sparcmartin
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-09Merge sparc and sparc64 <machine/signal.h>.thorpej
2003-01-06writable, not writeable.wiz
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() signature change.pk