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
/
ofw
/
ofw.c
Age
Commit message (
Expand
)
Author
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-03-04
Fix up OFW_DEBUG printfs, particularly regarding newlines and error cases.
jakllsch
2016-12-22
switch all ports to use uvm_init.c:uvm_md_init()
cherry
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-10-17
remove tlb_flush define and change callers to use cpu_tlb_flushID directly, o...
jmcneill
2014-02-22
Deal with non-4K page sizes.
matt
2013-11-06
remove unused variables
christos
2013-08-18
Use <arm/locore.h>
matt
2012-09-22
Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead
matt
2012-07-29
Fix more -fno-common fallout.
matt
2012-03-01
kernelstack is declared in arm32_machdep.c
matt
2011-11-23
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
jmcneill
2011-07-19
Change <machine/bus.h> to <sys/bus.h> throughout.
dyoung
2011-03-23
add support for chipsfb at ofbus
macallan
2010-11-12
Pull in uvm/uvm.h for VM_PAGE_TO_PHYS().
uebayasi
2009-12-28
More setttb() -> cpu_setttb() for readability & consistency. Missing instances
uebayasi
2009-11-27
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
rmind
2009-11-26
Kill proc0paddr. Use lwp0.l_addr instead.
matt
2009-08-11
Remove all declarations of physmem from sys/arch. Add an include of
matt
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-11-11
It is not appropriate to call pmf_system_shutdown(9) from
dyoung
2008-04-27
Merge kernel changes in matt-armv6 to HEAD.
matt
2007-10-28
Drop pccons. Obsoleted by wscons, now fully supported in NetBSD/shark.
jmmv
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-08-13
Remove all references to spl_mask. Now it isn't used by any sources.
tsutsui
2007-07-30
Fix build of kernels that use vga or igsfb together with pccons by avoiding
jmmv
2007-03-08
Clean the bitrotting ofw code. Don't export export the underlying irq
matt
2007-02-23
make this build without wscons or vga enabled.
mrg
2007-01-25
have OF re-initialize the console before calling OF_exit() so we actually
macallan
2005-12-08
use VM_PAGE_TO_PHYS macro.
yamt
2005-01-05
Purge vm_offset_t.
tsutsui
2003-11-05
s/bcopy/memmove/
scw
2003-07-15
__KERNEL_RCSID()
lukem
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-21
Move KERNEL_VM_BASE inside where it is used (it won't be there for long).
thorpej
2003-05-03
DMA, not dma nor Dma.
wiz
2003-05-03
Reduce differences between ARM32_NEW_VM_LAYOUT and not; always pass
thorpej
2003-05-03
Remove old pmap support for platforms which have fully switched over.
thorpej
2003-05-02
Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case.
thorpej
2003-04-18
Enable ARM32_PMAP_NEW on NetBSD/shark.
scw
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-10-05
add missing protos.
chs
2002-08-24
Enable caching on kernel and user page tables. This saves having
thorpej
2002-08-22
* Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do
thorpej
[next]