summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include
AgeCommit message (Expand)Author
2001-12-16Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain.thorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-09-21fix type-o.chs
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-24fix KERNELMODE() macro (check MD bits, too)msaitoh
2001-06-24use MMUCR_TF macro defined in mmureg.hmsaitoh
2001-06-12receive, not recievewiz
2001-06-10.type xxx,@function isn't supported under COFFmsaitoh
2001-05-30use _KERNEL_OPTmrg
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-16sigreturn() fix (from kleink)msaitoh
2001-05-03There is no extended-precision format on sh3.kleink
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-26Add definitions for C99 fastest minimum-width integer types.kleink
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22make this compile again under SH4uch
2001-04-22add RTC control register 1 defines.uch
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej
2001-04-21pmap_update() should not be equated with "flush entire TLB", it isthorpej
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-04-09Altentries should also be marked as functions, to keep linker happy.marcus
2001-04-09Mark syscalls as functions.marcus
2001-03-29When the endians are little, they are little.marcus
2001-02-25check __LEADING_UNDERSCOREmsaitoh
2001-02-25check __LEADING_UNDERSCORE instead of __sh3__msaitoh
2001-02-21add SH7709/SH7709A I/O port register defineuch
2001-02-19temporary fix a serious pmap problem with dummy PMAP_{MAP,UNMAP}_POOLPAGE().msaitoh
2001-02-07move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines touch
2001-02-02Add some comments about P/USEGthorpej
2001-02-02Rewrite how mod/ref emulation is done. In particular, makethorpej
2001-01-30add some macros for 8bit PCMCIA accessmsaitoh
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2001-01-04split MACHINE_ARCH sh3e[lb]. userland build still needs checking.itojun
2001-01-03replace 'long long' with int64_t to compile stand alone program withtakemura
2000-12-26make mbstate_t bigger (32 -> 128 bytes).itojun
2000-12-21populate _BSD_MBSTATE_T_. add warning regarding to rune_t.itojun
2000-12-14Made weak_alias create correct labels on sh-elf.marcus
2000-10-31add interrupt mode into wdogmsaitoh
2000-09-28We do wired page accounting. Tell UVM about this.is
2000-09-08DDB single step and stack trace support.tsubai