aboutsummaryrefslogtreecommitdiff
path: root/proc/wait.c
Commit message (Expand)AuthorAgeFilesLines
* Add proc_getchildren_rusage RPC and track rusage for children and descendantsFlavio Cruz2024-02-171-0/+2
* proc: Fix building with old glibcSamuel Thibault2020-12-291-0/+4
* proc: Fix WIFCONTINUEDSamuel Thibault2020-12-281-0/+1
* proc: support waitid(WNOWAIT)Samuel Thibault2020-12-281-3/+9
* Add proc_waitidSamuel Thibault2020-12-271-11/+45
* proc: Also send SIGCHLD on child restartSamuel Thibault2020-12-271-0/+5
* proc: send signals with POSIX sigcodesJeremie Koenig2020-12-271-2/+2
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+2
* Switch from cthreads to pthreadsRichard Braun2012-11-271-3/+3
* 2001-08-06 Roland McGrath <roland@frob.com>Roland McGrath2001-08-061-1/+1
* 2001-08-05 Roland McGrath <roland@frob.com>Roland McGrath2001-08-051-14/+81
* 2001-08-04 Roland McGrath <roland@frob.com>Roland McGrath2001-08-041-43/+59
* 2000-04-03 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-151-8/+8
* (EWOULDBLOCK): Define to work around new libc bug.Michael I. Bushnell1996-07-161-0/+2
* (S_proc_wait): New parm SIGCODE; return p_sigcode in it.Michael I. Bushnell1996-05-091-3/+13
* Many changes to support multi-threading. See ChangeLog.Michael I. Bushnell1996-04-251-84/+43
* (waiting_parent_cares): Delete function.Michael I. Bushnell1996-03-201-83/+13
* (S_interrupt_operation): Include new seqno parameter.Michael I. Bushnell1995-11-211-1/+2
* (S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix.Michael I. Bushnell1995-11-141-1/+1
* (S_proc_wait): Also return EBUSY if P->msgportwait, because both shareMichael I. Bushnell1995-11-091-1/+1
* (struct zombie): Deleted; now in proc.h.Michael I. Bushnell1995-10-311-12/+0
* (zombie_check_pid): Typo.Michael I. Bushnell1995-07-221-1/+1
* (zombie_check_pid): Examine Z->pgrp too.Michael I. Bushnell1995-07-221-1/+2
* (S_proc_wait): Use `waiter_cares', not `waiting_parent_cares' inMichael I. Bushnell1995-04-261-1/+2
* (reparent_zombies): Send SIGCHLD signal to init.Michael I. Bushnell1995-04-181-1/+7
* (S_proc_wait): Don't return ESRCH; return ECHILD.Michael I. Bushnell1995-04-181-3/+3
* (waiter_cares, waiting_parent_cares): New functions.Roland McGrath1995-04-061-28/+37
* entered into RCSMichael I. Bushnell1994-08-221-3/+0
* Formerly wait.c.~10~Roland McGrath1994-08-221-1/+2
* Formerly wait.c.~9~Michael I. Bushnell1994-07-221-1/+1
* Formerly wait.c.~8~Michael I. Bushnell1994-07-221-2/+2
* Formerly wait.c.~7~Michael I. Bushnell1994-07-201-1/+0
* Formerly wait.c.~6~Michael I. Bushnell1994-06-301-20/+31
* Formerly wait.c.~5~Roland McGrath1994-06-301-2/+5
* Formerly wait.c.~4~Michael I. Bushnell1994-05-061-7/+7
* Formerly wait.c.~3~Michael I. Bushnell1994-04-081-1/+1
* Formerly wait.c.~2~Michael I. Bushnell1994-03-221-4/+7
* Initial revisionMichael I. Bushnell1994-03-221-0/+314