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
/
mips
/
include
/
proc.h
Age
Commit message (
Expand
)
Author
2020-12-06
don't expose vaddr_t to userland.
christos
2020-09-04
include machine/vmparam.h vs mips/vmparam.h to make sure we get
mrg
2020-08-26
Define a UPAGES_MAX constant to size the a md_upte array in MIPS's
simonb
2020-08-23
Use a 16kB USPACE (and larger kernel stack) for LP64 kernels. Invert
simonb
2020-07-26
#define<tab>
simonb
2015-06-30
Make vmparam.h change work with RUMP
matt
2011-02-20
Major merge forward from matt-nb5-mips64.
matt
2011-01-14
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
rmind
2009-12-14
Merge from matt-nb5-mips64
matt
2009-11-21
Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.
rmind
2009-08-20
include mips/vmparam.h to get PAGE_SIZE
cliff
2009-08-17
Only include md_uptes if USPACE > PAGE_SIZE
matt
2007-11-16
s/proc/lwp/ in comment
skrll
2007-02-09
Merge newlock2 to head.
ad
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-17
Merge the nathanw_sa branch.
thorpej
2002-11-09
Make md_ss_addr a vaddr_t.
thorpej
2002-03-05
ANSIfy.
simonb
2001-10-16
R5900 support.
uch
2001-01-16
New syscall entry implementation based on the Alpha version
thorpej
2001-01-14
Make the astpending flag per-process.
thorpej
2000-03-28
Don't `extern' function declarations. While we're there, remove trailing
simonb
1999-01-14
* Create mips_reg_t data type to allow register size to be
castor
1997-07-07
DDB for mips.
jonathan
1997-06-15
From Toru Nishimura: user pcb/proc changes for exception handling and
mhitch
1997-06-02
Add #ifdef _KERNEL/#endif around prototype of mips single-step emulator.
jonathan
1997-05-25
Rename cpu_singlstep() to mips_singlestep() and add prototype.
jonathan
1994-10-26
new RCS ID format.
cgd
1994-05-27
bsd 4.4-lite pmax port as ported to NetBSD
glass
1994-05-27
upgrade to bsd 4.4-lite code base. only mod is rcsids
glass
1993-10-12
pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
deraadt