| Age | Commit message (Expand) | Author |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-10-27 | Fix incorrect kernelmode check in INTRENTRY macro. | msaitoh |
| 2001-10-23 | This file only set MACHINE, which is now set by config(8); delete it. | thorpej |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-08-22 | devclass of sci[f] is tty | msaitoh |
| 2001-08-10 | fix a ldtlb handling bug: | msaitoh |
| 2001-07-08 | Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, | abs |
| 2001-07-07 | bcopy -> memcpy | ichiro |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-15 | convert two consecutive "shll"s with one "shll2" | msaitoh |
| 2001-04-24 | Sprinkle pmap_update() calls after calls to: | thorpej |
| 2001-04-23 | dreamcast clock module was separated. | uch |
| 2001-04-18 | typo | ichiro |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-03-26 | - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy", | lukem |
| 2001-02-21 | move disksubr.c define to machine-port. | uch |
| 2001-02-14 | _C_LABEL() | msaitoh |
| 2001-02-07 | move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines to | uch |
| 2001-02-06 | move machine-port specific file to machine directory. | uch |
| 2001-02-05 | Rename the CLI/STI/ECLI/ESTI macros to more descriptive names, | thorpej |
| 2001-02-05 | add SH3 CCR register address define. | uch |
| 2001-01-30 | fix last commit. | msaitoh |
| 2001-01-30 | fix pmap_* arguments when SH4_PCMCIA is defined. | msaitoh |
| 2001-01-30 | more use _C_LABEL() | msaitoh |
| 2001-01-29 | use macro for CCR register | msaitoh |
| 2001-01-18 | No-op commit to force update to a non-"-kk" revision. | tv |
| 2001-01-17 | Add machdep file for procfs. Currently only used for linux-style | fvdl |
| 2001-01-16 | do not include mmeye.h | itojun |
| 2001-01-16 | remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to | itojun |
| 2001-01-16 | typo | itojun |
| 2001-01-15 | Make softclock a generic soft interrupt of the API is available, | thorpej |
| 2001-01-04 | split MACHINE_ARCH sh3e[lb]. userland build still needs checking. | itojun |
| 2001-01-04 | look at __LITTLE_ENDIAN__ (gcc symbol) to determine which endian we are in. | itojun |
| 2001-01-03 | split big/little endian better. | itojun |
| 2001-01-03 | $NetBSD$ | itojun |
| 2001-01-03 | share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. | itojun |
| 2001-01-03 | dreamcast went to sys/arch/dreamcast | itojun |
| 2000-12-17 | delete obsolete comment | jdolecek |
| 2000-11-08 | add shpcmcia_mem*() for SH4_PCMCIA | msaitoh |
| 2000-10-31 | add interrupt mode into wdog | msaitoh |
| 2000-10-31 | fix compile problem on SH3 (from Atsushi Noda) | msaitoh |
| 2000-10-17 | delete PMAP_NEW | msaitoh |
| 2000-09-29 | avoid SH7709A's serious bug (it fails to read IPR* registers under particular | msaitoh |