| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
on BeOS. There seems to be no way to implement it without polling (or threads).
|
|
|
|
| |
ProcessUNIX.c build everywhere without warnings.
|
| |
|
|
|
|
| |
pipes connected to the child pipeline.
|
|
|
|
| |
partially addresses bug#3556.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
children. This allows grandchildren to remain running after the children exit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the tree.
|
|
|
|
| |
the rest are killed, do not forget to reap the killed children.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.
|
| |
|
| |
|
|
|
|
| |
will allow a child that is blocking while waiting to write to the pipe to wake up and receive the kill signal properly on cygwin.
|
|
|
|
| |
configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
|
|
|
|
| |
not experimental and add simple test for systemtools
|
| |
|
| |
|
|
|
|
| |
expired. Also need to call kwsysProcessCleanup to disown.
|
|
|
|
| |
detached processes to be created. Currently implemented only on UNIX.
|
|
|
|
| |
for consistency.
|
| |
|
| |
|
|
|
|
| |
filesystem.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
GetState returns Exception.
|
|
|
|
| |
shared with the parent process.
|
| |
|
| |
|
|
|
|
| |
and stderr to be redirected from/to files.
|
| |
|
| |
|
|
|
|
| |
kwsysProcess. This greatly simplifies its use.
|