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
/
shark
/
include
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-16
Rename IPL_IMP -> IPL_VM.
thorpej
2003-05-22
Move KERNEL_VM_SIZE into the C files where its used.
thorpej
2003-05-22
Use virtual_avail and virtual_end to compute the size of the available
thorpej
2003-05-21
Move KERNEL_VM_BASE inside where it is used (it won't be there for long).
thorpej
2003-05-03
Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives
thorpej
2003-05-03
Remove old pmap support for platforms which have fully switched over.
thorpej
2003-04-28
Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmap
thorpej
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
2003-01-03
Remove obsolete MACHINE_ARCH -> arm32
thorpej
2002-11-26
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
lukem
2002-10-19
make atomic_{set,clear}_bit() inline for arm32 ports, and
bsh
2002-10-05
remove leftover acorn32 headers.
chs
2002-10-04
Fixup IPL_LEVELS to be correct. This matches the change I did to footbridge
chris
2002-09-14
Back out previous; it breaks binary compatibility between platforms
thorpej
2002-09-14
Move some #defines out of _KERNEL.
mycroft
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-07
Implement pmc(9) -- An interface to hardware performance monitoring
briggs
2002-05-02
Remove #ifdef RC7500 defines.
wiz
2002-04-19
Complete renaming of opms to opms (was mostly pms internally).
wiz
2002-03-23
* Change all uses of KERNEL_SPACE_START to KERNEL_BASE.
thorpej
2002-03-23
* Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASE
thorpej
2002-03-03
Implement pmap_growkernel for arm32 based ports.
chris
2002-02-28
Use "#define<tab>".
simonb
2002-02-27
- define other DEV_ constants that the local port uses.
christos
2002-02-12
* For platforms which are already ELF, remove the definition of
thorpej
2002-02-10
Fix RCS Id.
kleink
2002-02-10
Kill arch/arm32. The last platform supported there, Shark, is now
thorpej