This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

injob version 1.3


/**
 * injob: runs a program (Win32 or Cygwin) in a job object, imbuing it
 * and all its sub-processes with Cygwin job control support.
 *
 * Revision history:
 *
 * Version 1.3 - 2011-12-04
 *
 *   - Add ability to wait for all processes in a job to exit
 *     before killing the entire job.
 *
 *   - Add ability to trace execution of processes in jobs.
 *
 *   - Correctly block SIGHUP.
 *
 *   - Print PIDs of children in the job when SIGUSR1 is
 *     received.
 *
 *   - Correctly propagate exit status of Cygwin programs in the job.
 *
 * Version 1.0 - 2011-04-06
 *
 *   - Initial release
 *
 */

Attachment: injob.c
Description: Text document

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]