about summary refs log tree commit diff
path: root/Src/linklist.c
Commit message (Collapse)AuthorAgeFilesLines
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-0/+4
| | | | | | | | Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
* Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson2010-03-071-0/+70
|
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-6/+62
|
* Initialize the new "flags" integer when creating a list.Wayne Davison2006-03-071-0/+2
|
* Changed struct listnode to use "prev" for the previous pointer,Wayne Davison2006-03-071-21/+21
| | | | not "last".
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-40/+39
|
* Tweaked a couple comments.Wayne Davison2006-03-071-2/+2
|
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-021-13/+90
|
* Initial revisionTanaka Akira1999-04-151-0/+222