summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_wait.c
AgeCommit message (Expand)Author
2016-11-10GC WOPTSCHECKEDchristos
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-01-17Convert linux/linux32 wait(4) to use a compat50 rusage structure.njoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-23Catch up with linux.ad
2007-12-20Convert all the system call entry points from:dsl
2007-12-17Fix linux32_sys_wait4 by doing its own jobw instead off callingnjoly
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-02-09Merge newlock2 to head.ad
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu