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
/
compat
/
netbsd32
/
netbsd32_wait.c
Age
Commit message (
Expand
)
Author
2021-12-05
s/sytle/style/ in comment.
msaitoh
2021-09-07
sys/compat: Memset zero before copyout.
riastradh
2020-10-15
wait4(2): make error paths match with that of native wait4(2):
rin
2016-09-23
Add netbsd32_clock_getcpuclockid2 and netbsd32_wait6 functions
skrll
2012-11-03
Move rusage computation to a new getrusage1() function. Adjust all
njoly
2009-11-04
do_sys_wait(): fix previous by checking for ru != NULL. Noticed by
rmind
2009-01-11
merge christos-time_t
christos
2008-05-29
remove clause #3 from my license where there are no other
mrg
2008-04-24
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-05-07
Split sys_wait4() so that compat code can fiddle with the returned 'status'
dsl
2007-03-18
Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).
dsl
2007-03-16
remove all the double (and triple) casts used to convert 32bit userspace
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2005-12-11
merge ktrace-lwp.
christos
2005-08-19
Fix lossage I created with the 64 bit ino_t change.
christos
2005-07-22
Remove duplication of code for netbsd32_wait4() by using stackgap(9).
cube
2005-07-10
Report changes from sys_wait4().
cube
2003-02-14
Use find_stopped_child() and proc_free() in compat wait() code to
dsl
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-10-23
In preparation for COMPAT_NETBSD32 on SH-5:
scw
2002-07-28
Convert to use p_opptr rather than p_oppid. Part of fix for
jdolecek
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-02-08
split up netbsd32_netbsd.c into 9 new files, leaving only those syscalls that
mrg