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
/
sh
/
include
/
param.h
Age
Commit message (
Expand
)
Author
2016-09-03
Increase the number of mbufs on most architectures. This is based
Alexander Bluhm
2013-03-26
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
Theo de Raadt
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Theo de Raadt
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2011-09-08
Provide namespace-safe alignment macros in <machine/_types.h>, with
Philip Guenthe
2011-04-07
Make sure the ALIGN() macro uses u_long on all platforms for consistency, and
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2008-05-04
convert to ptoa/atop
Martin Reindl
2007-05-28
Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET
Thordur I. Bjornsson
2007-03-03
Kernel crash dumps and associated libkvm bits for landisk.
Miod Vallat
2006-11-03
For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.
Dale Rahn
2006-10-06
Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with
Miod Vallat