#
0db6a6b0 |
| 18-Mar-2008 |
he <he@NetBSD.org> |
When compiling for _STANDALONE, omit a bunch of headers which aren't really needed and which trigger build problems.
(These two files should probably be unified and put under common/...)
|
#
4a2c5841 |
| 24-Dec-2005 |
perry <perry@NetBSD.org> |
__asm__ -> __asm
|
#
0f0296d8 |
| 24-Dec-2005 |
perry <perry@NetBSD.org> |
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
bdc552ea |
| 27-Jul-2005 |
simonb <simonb@NetBSD.org> |
KNF nit.
|
#
477853c3 |
| 26-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
cb520da5 |
| 28-Mar-2002 |
matt <matt@NetBSD.org> |
Refresh from libc.
|
#
12810ed3 |
| 26-Mar-2002 |
matt <matt@NetBSD.org> |
Use size_t in prototype (so this will be LP64 clean for PPC64 someday). Calculate len separately for icache & dcache in case each has different cacheline widths. Make the code for both loops the sam
Use size_t in prototype (so this will be LP64 clean for PPC64 someday). Calculate len separately for icache & dcache in case each has different cacheline widths. Make the code for both loops the same except for the dcbst/icbi. Deal with sizes >=2GB properly (like that'll happen but ...)
show more ...
|
#
f0658bda |
| 18-Mar-2002 |
dbj <dbj@NetBSD.org> |
make compile with _STANDALONE
|
#
4c434f62 |
| 13-Mar-2002 |
eeh <eeh@NetBSD.org> |
Updated from libc.
|
#
28c81ffc |
| 22-Aug-2001 |
matt <matt@NetBSD.org> |
7450 requires a sync before the the isync (MPC7450UM - 3.4.4.8)
|
#
de53718b |
| 27-Jun-2000 |
mrg <mrg@NetBSD.org> |
<vm/vm.h> -> <uvm/uvm_extern.h>
|
#
a5bf1bf4 |
| 05-May-1999 |
tsubai <tsubai@NetBSD.org> |
Copy from libc.
|
#
54230938 |
| 17-Apr-1999 |
ws <ws@NetBSD.org> |
Modify syncicache on PowerPC from an inline to a real function. Support different cache line sizes with the same object code in userland. While here, move the function to implementation name space.
|