summaryrefslogtreecommitdiff
path: root/sys/arch/sh5/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-07Ditch some cruft which crept in with the last commit.scw
2003-12-07Simplify the round/trunc page, and btop/ptob macroes.scw
2003-12-07Quell a bunch of compiler warnings by avoiding using 'long long'.scw
2003-12-07De-lint.scw
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-18Add SIGTRAMP_VALID().briggs
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-05Kernel bits for siginfo on sh5.scw
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-08-1064-bit db_addr_t makes life much easier now that ddb uses ksyms.scw
2003-08-10In PIC_GET_GOT, use a local numeric label which is very unlikely toscw
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-12Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc'skleink
2003-05-08Simplify the way the bounds of the managed kernel virtual addressthorpej
2003-04-29Delete an obsolete comment; ddb(9) is very definately functional on SH5.scw
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02We use 4k pages on the sh5; make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASKthorpej
2003-04-01Remove some obsolete checks for __GNUC__ < 3.scw
2003-04-01Add PMAP_CACHE_VIVT, since the I$ is virtually indexed/tagged.scw
2003-03-29Fix bus_space_read_region_N() to work as advertised.scw
2003-03-26SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_soscw
2003-03-26Sign-extend the return value, as required by the ABI.scw
2003-03-24Add PIC support.scw
2003-03-24Define just one mcount for both 32 and 64-bit ABIs; there's really noscw
2003-03-19Now that we can deal with debug exceptions, use a BRK instruction forscw
2003-03-13A bunch of things:scw
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-22Fix pasto in last commit.scw
2003-01-22In _MCONTEXT_TO_SIGCONTEXT(), set r24 to the magic number expectedscw
2003-01-22Add _UC_UCONTEXT_ALIGN.scw
2003-01-21Add sigcontext/mcontext conversion macros.scw
2003-01-21Define {,UN}LINK_BIG_FRAME() macros for dealing with stackframesscw
2003-01-21Use 'int' instead of 'u_int32_t' in a couple of places to avoidscw
2003-01-20Split struct reg into integer and FP parts, to be more like every other port.scw
2003-01-19Add sh5 kernel support for SAs.scw
2003-01-06synchronous, not syncronous.wiz
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-07Implement __cpu_simple_lock{,init,try}() for sh5.scw
2002-12-07Fix PRIiPTR.scw
2002-12-06Qualify ptel and tlbcookie fields with volatile since they arescw
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-23 - Change VM_MIN_KERNEL_ADDRESS to start at KSEG1 instead of KSEG0.scw