Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Subject: daemon branch MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 25 Sep 2001 16:59:10 +1000 content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: daemon branch Thread-Index: AcFFj5OreuXQdF0ESQ6TtaheCBljgg== From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id f8P6oLo02336 Ok, there is now a branch, cygwin_daemon, with the in progress daemon code. (I know that this particular daemon isn't blessed yet, but its the only game in town just now). The branch point was made at the winsup level, so the newlib alteration _is not included_. Please -please please no bugreports on shm if your newlib types.h hasn't been patched. To test, simply cvs update -Pdr cygwin_daemon from your ...cygwin source directory. To get back to the trunk, cvs update -Pdr HEAD. Feel free to jump in and hack. If you have something that improves it, commit away (to the _branch only_. Standard cygwin changelog and code formatting criteria apply. I have included the shm stuff, although another branch from that, dependent on the daemon branch would also have made sense, but the shm stuff is very isolated, so can be easily removed from a patch. Rob