index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mac68k
/
include
/
param.h
Age
Commit message (
Expand
)
Author
2012-06-20
RIP mac68k. No one loves you anymore.
Matthew Dempsky
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2006-06-11
Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete
Miod Vallat
2005-09-12
Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-10
Bring back pmap_motorola for mac68k.
Miod Vallat
2001-12-20
Temporarily revert the pmap_motorola changes, as they may account for
Miod Vallat
2001-12-05
make nkmempages dynamic based on memory. okay art@ from netbsd:
Niels Provos
2001-11-30
Switch to pmap_motorola.
Miod Vallat
2001-05-13
PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)
Todd C. Miller
2001-05-10
Provide PAGE_{MASK,SHIFT,SIZE} constants.
Miod Vallat
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2000-02-22
enlarge msgbuf, somewhat line netbsd did
Theo de Raadt
1999-04-24
Use the generic m68k param.h.
Jason Downs
1998-05-03
* Deprecate macinfo.h pulling all relevant defines into cpu.h.
gene
1997-11-30
Canonify the _*_H_ namespace appropriately.
gene
1997-03-08
Sync with NetBSD of about 4 March.
briggs
1996-05-26
Add OpenBSD Id string.
briggs
1996-05-26
Sync with NetBSD-current.
briggs
1996-02-20
A few more things from NetBSD:
briggs
1996-01-09
spltty shouldn't need to block serial hard interrupts--just soft.
briggs
1995-10-18
initial import of NetBSD tree
Theo de Raadt