freebsd-skq/sys/i386/ibcs2
jhb 275240297d - Replace wait1() with a kern_wait() function that accepts the pid,
options, status pointer and rusage pointer as arguments.  It is up to
  the caller to copyout the status and rusage to userland if needed.  This
  lets us axe the 'compat' argument and hide all that functionality in
  owait(), by the way.  This also cleans up some locking in kern_wait()
  since it no longer has to drop locks around copyout() since all the
  copyout()'s are deferred.
- Convert owait(), wait4(), and the various ABI compat wait() syscalls to
  use kern_wait() rather than wait1() or wait4().  This removes a bit
  more stackgap usage.

Tested on:	i386
Compiled on:	i386, alpha, amd64
2004-03-17 20:00:00 +00:00
..
coff.h
ibcs2_dirent.h
ibcs2_errno.c
ibcs2_errno.h
ibcs2_fcntl.c
ibcs2_fcntl.h
ibcs2_ioctl.c
ibcs2_ioctl.h
ibcs2_ipc.c
ibcs2_ipc.h
ibcs2_isc_syscall.h Regen. 2004-02-04 22:00:44 +00:00
ibcs2_isc_sysent.c Regen. 2004-02-04 22:00:44 +00:00
ibcs2_isc.c
ibcs2_misc.c - Replace wait1() with a kern_wait() function that accepts the pid, 2004-03-17 20:00:00 +00:00
ibcs2_mount.h
ibcs2_msg.c
ibcs2_other.c
ibcs2_poll.h
ibcs2_proto.h Regen. 2004-02-06 20:21:18 +00:00
ibcs2_signal.c
ibcs2_signal.h
ibcs2_socksys.c
ibcs2_socksys.h
ibcs2_stat.c
ibcs2_stat.h
ibcs2_statfs.h
ibcs2_stropts.h
ibcs2_syscall.h Regen. 2004-02-06 20:21:18 +00:00
ibcs2_sysent.c Regen. 2004-02-06 20:21:18 +00:00
ibcs2_sysi86.c
ibcs2_sysvec.c
ibcs2_termios.h
ibcs2_time.h
ibcs2_types.h
ibcs2_unistd.h
ibcs2_ustat.h
ibcs2_util.c
ibcs2_util.h
ibcs2_utime.h
ibcs2_utsname.h
ibcs2_xenix_syscall.h Regen. 2004-02-04 22:00:44 +00:00
ibcs2_xenix_sysent.c Regen. 2004-02-04 22:00:44 +00:00
ibcs2_xenix.c
ibcs2_xenix.h Regen. 2004-02-04 22:00:44 +00:00
imgact_coff.c
Makefile
syscalls.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.isc The following compat syscalls are now mpsafe: linux_getrlimit(), 2004-02-04 21:57:00 +00:00
syscalls.isc.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.master Sync up MP safe flags with global syscalls.master. This includes write(), 2004-02-06 20:20:07 +00:00
syscalls.xenix The following compat syscalls are now mpsafe: linux_getrlimit(), 2004-02-04 21:57:00 +00:00
syscalls.xenix.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00