summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
AgeCommit message (Expand)Author
2006-08-28- remove unused bdbtofsb.yamt
2006-06-28Align the size and alignment of label_t (kernel jmp_buf equivalent)martin
2006-06-07convert to timecounters (from branch simonb-timecounters)kardel
2006-05-04implement splraiseipl() for sparc.yamt
2006-04-01closes: PR kern/32359cherry
2006-03-29Add the netbsd32 MD bits for sparc64 and amd64 to support SA.cube
2006-03-04De-__P.uwe
2006-03-04s/u_intN_t/uintN_t/uwe
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-07reduce MAXSSIZ to 32 MB, like most other ports. fixes PR 30918.chs
2006-01-25free -> deallocchristos
2006-01-20Add a STRONG_ALIAS macrochristos
2006-01-13increase NKMEMPAGES_MAX_DEFAULT to 32 MB. this is needed on sun4m machineschs
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-27We need to init p_md.md_flags on fork, so implement cpu_proc_fork().uwe
2005-10-26Move md_flags back to mdproc. MDP_FIXALIGN, the only flag we have, isuwe
2005-10-26Comment change: Clarify meaning of some user traps.uwe
2005-10-26Add missing extern to make the definition of softnet_cookie into a declaration.uwe
2005-10-26Cosmetic. Kill __P. Remove few remaining paramter names inuwe
2005-09-25G/c msiiep_swap_endian, it's no longer used now that we run withoutuwe
2005-09-10Add definitions for microSPARC-IIep memory fault registers.uwe
2005-07-11new filechristos
2005-07-10- add syscall_{plain,fancy}christos
2005-07-10Fix COMPAT_NETBSD32 ucontext padding and move the definition next to themartin
2005-06-19Remove some unused definitions.thorpej
2005-06-19Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h>thorpej
2005-06-19Move common Sun ID PROM definitions into <dev/sun/idprom.h>.thorpej
2005-06-19- Do away with the old _SPLRAISE() template macro. Instead, provide anthorpej
2005-06-19Fix some whitespace.thorpej
2005-06-16Rename 'ncpus' to 'sparc_ncpus' to avoid shadow warnings in m.i. code.briggs
2005-06-03Sprinkle some constmartin
2005-06-03Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings.martin
2005-06-03Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings.martin
2005-05-31- sprinkle constchristos
2005-05-25Include <sys/cdefs.h> for __signed; related to lib/30072.kleink
2005-04-20For GCC3 and later, use the __builtin_va* constructs.matt
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-03add the early-clobber modifier on the destination reg of ldstub.chs
2005-01-17Convert the PMAP_PREFER() macro from two arguments (offset and hint)atatat
2005-01-16implement pmap_wired_count(). use more macros for determining MMU type.chs
2005-01-05Correct two reloc numbers/namesskrll
2004-12-30- don't try to to lint the va_arg() macros, instead replace them.christos
2004-11-15Add bus_space_region_stream* functions (verbatim copy from sparc64).martin
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-28Rename bus_translate_address_generic => bus_space_translate_address_generic()pk