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
/
sparc64
/
include
/
param.h
Age
Commit message (
Expand
)
Author
2007-09-09
Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.
Mark Kettenis
2007-07-24
Remove some goo for dealing with 32-bit cpu's.
Mark Kettenis
2007-07-22
Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.
Mark Kettenis
2007-05-28
Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET
Thordur I. Bjornsson
2007-05-02
Fix typo. ok miod@.
Tom Cosgrove
2007-04-10
slighly -> slightly
Miod Vallat
2007-03-20
Remove unused ALIGN32 macro. It wouldn't work anyway, since
Deanna Phillips
2006-08-12
Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)
Kenneth R Westerback
2006-03-19
remove unused bdbtofsb(bn) macro
Martin Reindl
2005-10-24
Mach-macro free
Martin Reindl
2005-09-12
Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit
Miod Vallat
2005-09-08
make comments match the fact that we are on sun4u, plus minor cleanup
Martin Reindl
2005-07-31
Get rid of unused SINCR and SSIZE constants.
Miod Vallat
2005-07-09
Implement _bus_dmamem_mmap instead of just calling panic();
Robert Nagy
2004-08-06
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok
Michael Shalayeff
2004-04-19
remove the GATEWAY junk thingy; at the same time, select a new fat
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-15
Decruftification.
Artur Grabowski
2002-06-15
gc some leftovers from sparc.
Artur Grabowski
2002-06-12
Remove some #if 0 cruft.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-19
bump NMBCLUSTERS
Jason Wright
2001-12-10
Define MCLBYTES from MCLSHIFT, rather than providing the final value.
Miod Vallat
2001-12-05
make nkmempages dynamic based on memory. okay art@ from netbsd:
Niels Provos
2001-09-11
protect from multiple inclusion
Jason Wright
2001-08-18
NKMEMCLUSTERS + PAGE_SIZE & co.
Artur Grabowski
2001-08-18
Get rid of the opt_ PITA.
Artur Grabowski
2001-08-18
Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come.
Jason Wright