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