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
/
lib
/
libc
/
arch
/
powerpc
/
gen
/
syncicache.c
Age
Commit message (
Expand
)
Author
2008-03-18
When compiling for _STANDALONE, omit a bunch of headers which aren't really
he
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2003-08-11
export size_t __getcachelinesize(void) for memset()
matt
2002-11-26
Need <stdlib.h> for abort() prototype.
thorpej
2002-03-28
Add sync before isync since the MPC74xx require it.
matt
2002-03-26
Use size_t in prototype (so this will be LP64 clean for PPC64 someday).
matt
2002-03-18
make compile with _STANDALONE
dbj
2002-03-13
Remove leftover debug code. Oops.
eeh
2002-03-12
Use new CPU_CACHEINFO sysctl to get more detailed information about
eeh
2001-08-27
Ansi'fy. (to make this compile under -Wstrict-prototypes)
matt
2001-01-26
delint (variable is only used for size, so make if size_t instead of int).
wiz
2000-06-29
sync with libkern version; <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
1999-05-05
* Add getcachelinesize() prototype.
tsubai
1999-04-17
Modify syncicache on PowerPC from an inline to a real function.
ws