Commit Graph

11 Commits (master)

Author SHA1 Message Date
Daniel Shahaf 4d2bcf2fe7 45729: internal: Add a second parameter to zlinklist2array(), analogously to hlinklist2array().
Will be used in the next commit.
4 years ago
Peter Stephenson 408b92b168 41008: Handle expansions for precommand modifiers 7 years ago
Peter Stephenson b4f7ccecd9 33531 with additions: retain status of exited background jobs.
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.
10 years ago
Peter Stephenson e050b88b97 Michael Hwang: 27773: document how linked lists are joined together 14 years ago
Peter Stephenson 4d52b7ebe6 23670: rationalise some linked list functions 17 years ago
Wayne Davison 5fd72f0f1a Initialize the new "flags" integer when creating a list. 18 years ago
Wayne Davison d9d04545a5 Changed struct listnode to use "prev" for the previous pointer,
not "last".
18 years ago
Wayne Davison 4cb83571c4 Changed some structures to avoid gcc's type-punned warnings. 18 years ago
Wayne Davison 19305c6eaf Tweaked a couple comments. 18 years ago
Clint Adams 1bbe1d1b0a 15919: use LinkLists in place of somewhat equivalent code 23 years ago
Tanaka Akira e74702b467 Initial revision 25 years ago