index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
include
/
param.h
Age
Commit message (
Expand
)
Author
2021-07-19
Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the same
christos
2020-08-16
Define COHERENCY_UNIT and CACHE_LINE_SIZE to fix arm builds.
skrll
2019-01-07
move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports
jdolecek
2018-10-18
Provide generic start code that assumes the MMU is off and caches are
skrll
2016-08-26
The 64MB was intended.
mlelstv
2013-10-26
Use CPP symbols to determine the right MACHINE_ARCH
matt
2013-04-22
Add earm MACHINE_ARCH for __ARM_EABI__
matt
2012-08-03
Adjust ALIGNBYTES32 depending on __ARM_EABI__
matt
2012-08-03
COMPAT_NETBSD32 support for ARM. Which is strange since ARM is already
matt
2012-01-24
Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,
christos
2012-01-20
Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions
joerg
2010-05-06
Limit mbuf clusters to 64MB. Forgotten part of the February commit.
joerg
2008-08-29
Remove non-__ELF__ snippets.
matt
2006-08-28
- remove unused bdbtofsb.
yamt
2005-12-11
merge ktrace-lwp.
christos
2004-02-14
add compat hook in check for zerodev; use this hook to recognize
jdolecek
2003-11-11
The previous commit had a #endif in the wrong place.
scw
2003-11-09
Pick the right value for {,_}MACHINE_ARCH according to endianness.
scw
2002-02-26
Purge CLSIZE, CLSIZELOG2 and MCLOFSET.
simonb
2002-02-12
* For platforms which are already ELF, remove the definition of
thorpej
2001-08-07
Add macros to hide the details of stack-pointer alignment.
bjh21
2001-07-14
Clarify when/where MACHINE & MACHINE_ARCH are defined. Add default
matt
2001-07-13
Move user-visible MBUF constant here. Define MAXPHYS. Include DEV_BSIZE
matt
2001-06-23
Add a common <arm/param.h>, containing those few things that are obviously
bjh21